Skip to content

rs/v0.6.2

Latest
Compare
Choose a tag to compare
@DennisInSky DennisInSky released this 30 Oct 10:04
· 4 commits to master since this release
b6e3a01

What's Changed

  • feat(idl-parser): Add docs to FFI ast by @vobradovich in #576
  • feat(client-gen): Add no_derive_traits flag to remove derive generation for PartialEq, Debug by @vobradovich in #564
  • feat(sails-cli): Add client-rs command to generate Rust client code from CLI by @vobradovich in #563
  • chore(sails-rs): move ProgramMeta and ServiceMeta to new crate by @vobradovich in #588
  • feat(cli): add CLI command idl to generate IDL from source crate by @vobradovich in #589

Full Changelog: v0.6.1...rs/v0.6.2

Breaking Changes:

  • The cargo sails command new-program has been renamed into program