github rustwasm/wasm-bindgen 0.2.43

latest releases: 0.2.92, 0.2.91, 0.2.90...
5 years ago

Changes:

  • 402e72e Merge pull request #1495 from alexcrichton/bump
  • f2429be Bump to 0.2.43
  • 77d2c28 Don't rustfmt web-sys bindings [ #1482 ]
  • 103da22 Merge pull request #1494 from limira/patch-1
  • 60bb686 Merge pull request #1490 from RReverser/deprecate-custom-try-from
  • 9c7faef update 'host bindings' -> 'web idl bindings'
  • 36c0a13 Merge pull request #1492 from RReverser/function-new-with-args
  • 4865b08 Merge pull request #1491 from RReverser/more-variadic
  • 814f576 Add bindings for new Function(args, body)
  • 85eea18 Adds missing variadic bindings for string methods [ #1460 ]
See more
  • ccc99cd Recommend to use dyn_ref on funcs and strings
  • 26f9d86 Merge pull request #1487 from ibaryshnikov/shared_array_buffer_tests
  • cd7aa71 Merge pull request #1467 from RReverser/tuple-structs
  • 38fcfc3 Merge pull request #1456 from bakkot/object-from-entries
  • 70480ad fix test
  • a32d255 js-sys: add Object.fromEntries
  • 7f4f9ce Merge pull request #1486 from alexcrichton/fix-raytrace
  • 26df24a Merge pull request #1484 from alexcrichton/new-node
  • af22a26 added tests for SharedArrayBuffer
  • 7e512ba Merge pull request #1463 from ibaryshnikov/atomics-support
  • 4156a37 Merge pull request #1485 from alexcrichton/missing-vector-len
  • 03299a7 Fix raytrace example by using an older nightly
  • dea5bad Fix test for node 12
  • 21205ec Add missing expose_wasm_vector_len
  • 7882fe7 Upgrade version of node.js used on Azure
  • b05ae44 changed f64 to i32 in static methods of Atomics, changed static_method_of to js_namespace, set typed_array type to Int32Array in notify and wait methods
  • 58245b0 changed String to JsString in Atomics::wait
  • de2c2cf fixed Atomics::wait and Atomics::wait_with_timeout return type
  • a0a3a14 Include props usage in exported_types example
  • cc89109 Merge pull request #1473 from RReverser/chars
  • 680a6bb Remove PartialEq for JsString for now
  • 0759bfa f32 changed to f64 in Atomics
  • f1eaefd fixed value types in Atomics methods
  • 1071457 added SharedArrayBuffer and Atomics to js-sys
  • bc4a98d Add JsString <-> char conversions [ #1363 ]
  • ac7230b Merge pull request #1479 from xeqlol/patch-1
  • a0700f8 Merge pull request #1477 from lnicola/impl-debug-jsfuture
  • 735b1a1 guide: fixed typo in js-objects-in.rust.md
  • 04a78ba Implement Debug for JsFuture
  • 7decb13 Merge pull request #1472 from c410-f3r/ts-methods
  • 59fd11b TS: Add docs for methods
  • 68e6b4f Merge pull request #1469 from RReverser/fix-primitive-new-tests
  • d765086 Fix or suppress {primitive}::new warnings in tests [ #1447 ]
  • 3a7d384 Generate bindings for indexed struct properties
  • 10cbc78 Install rustfmt on azure pipelines
  • ff1addb Run cargo fmt
  • 5ebfa27 Merge pull request #1465 from alexcrichton/only-node-tests
  • 79f370d Add env vars to filter wasm-bindgen-test-runner tests [ #1458, #822 ]
  • 18746ec Merge pull request #1461 from alexcrichton/rustfmt-web-sys
  • 3ab9bb1 Merge pull request #1449 from alexcrichton/no-interface-objects
  • 01a5223 Support [NoInterfaceObject] in web-sys [ #893, #1257, #1315 ]
  • fd4f0b6 Format web-sys bindings by default [ #1457 ]
  • 526b253 Merge pull request #1451 from RReverser/more-static-namespaces
  • 7ee4906 Merge pull request #1410 from alexlapa/add-wasm-bindgen-skip-attr
  • 7238807 Merge pull request #1459 from RReverser/dataview-methods
  • ed45ca7 Fix more DataView documentation mistakes
  • 8b6dabc add wasm_bindgen(skip) to reference
  • 00c4dd9 Merge branch 'master' into add-wasm-bindgen-skip-attr
  • 62b7d3e Transform JSON into a namespace
  • 75c2971 Transform Reflect into a namespace
  • fe939bc Transform Math into a namespace
  • 744b031 Merge pull request #1450 from RReverser/iter-is-type-of
  • 2f524ee Leverage new is_type_of for iterator protocol
  • c4776be Touch up descriptions of has_type
  • 657b97b Merge pull request #1405 from RReverser/instanceof
  • 1a40ba7 Merge pull request #1448 from alexcrichton/isize-usize
  • c77b46a Add has_type and update is_instance_of docs
  • cb880bd Add customisable is_type_of
  • 4211fcd Merge pull request #1444 from alexcrichton/partial-eq
  • ba1f67d Remove some unnecessary unsafe in js-sys
  • df8da56 Add PartialEq/Eq to many js-sys types
  • e39404e Add support for isize/usize arrays [ #1426 ]
  • 018b9b4 Fix compile of js-sys
  • 529d0bd Merge pull request #1447 from alexcrichton/js-sys-tweaks
  • ba88ae8 Improve Boolean/Number/JsString consistency [ #1446 ]
  • 1dcf468 add wasm_bindgen(skip) attr to disable getters and setters exposure of pub fields

This list of changes was auto generated.

Don't miss a new wasm-bindgen release

NewReleases is sending notifications on new releases.