v10.1 is a small follow-up to v10, bringing some bug-fixes and support for tokio
.
New Features
- add support for tokio by @joriskleiber in #353 (
tokio-impl
feature gate)
Fixes
- feat(serde-json-impl): handle bool for serde_json::Value by @GuillaumeDecMeetsMore in #358
- Include
null
inserde_json::Value
by @NyxCode in #359 - Fix empty struct tagged enum variant by @gustavo-shigueo in #371
- Add
cargo test export_bindings
to README by @dessalines in #363 - Add generated type to README by @gustavo-shigueo in #365
- Fix typo in
#[ts(rename_all_fields)]
by @sebastinez in #368
New Contributors
- @GuillaumeDecMeetsMore made their first contribution in #358
- @joriskleiber made their first contribution in #353
- @dessalines made their first contribution in #363
- @sebastinez made their first contribution in #368
New Contributors
- @GuillaumeDecMeetsMore made their first contribution in #358
- @joriskleiber made their first contribution in #353
- @dessalines made their first contribution in #363
- @sebastinez made their first contribution in #368
Full Changelog: v10.0.0...v10.1.0