v3.0.0-beta.1: v3 is now in beta #182
arendjr
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A lot has changed for this release, so please give this beta a try.
Added
serde_json::Map
(add support for
serde_json::Map
#163).CargoDependency
.CargoDependency
with a git repository.Changed
rust_plugin_module
andrust_wasmer_runtime_module
annotationswith a single
rust_module
annotation.skip_serializing_if
are treated as optional bythe TypeScript binding generator.
fp-bindgen
will not automatically add any Serdeannotations that were not there in the original protocol definition.
CargoDependency
is now marked as non-exhaustive to prevent future breakingchanges.
Fixed
cargo check
doesn't complain about unused imports in the generatedplugin bindings.
Removed
BindingsType::TsRuntime
, which was deprecated in 2.0.0, is now removed.This discussion was created from the release v3.0.0-beta.1: v3 is now in beta.
Beta Was this translation helpful? Give feedback.
All reactions