Improved
v1.1.0-alpha.2
Version 1.1.0-alpha.2
Breaking Changes (unstable features only)
- Convert snake_case to camelCase when exporting functions (https://github.com/neon-bindings/neon/pull/1084)
- Remove
FromArgsimpl onT: TryFromJsand addcx.{arg, arg_opt}(https://github.com/neon-bindings/neon/pull/1096)
Other
- Relax lifetime constraints on
With(https://github.com/neon-bindings/neon/pull/1086) - Add
JsBox::{deref, as_inner}to get long-lived reference to JsBox contents (https://github.com/neon-bindings/neon/pull/1087) - Add extractors for TypedArrays (https://github.com/neon-bindings/neon/pull/1089)
- Add extractors for common container types (https://github.com/neon-bindings/neon/pull/1091)