Skip to content

v0.5.0

Compare
Choose a tag to compare
@DennisInSky DennisInSky released this 25 Sep 15:04
· 60 commits to master since this release
25a09c7

What's Changed

  • build: add readme to 'sails-rs' as a symlink for proper packaging by @DennisInSky in #489
  • feat(template): generate program worspace using separate packages for app and wasm by @DennisInSky in #499
  • build: fix 'sails-rs' compilation when no features are specified by @DennisInSky in #501
  • fix: 'cargo-sails' commands structure for being a proper cargo extension by @DennisInSky in #503
  • feat(parser) move parser from sails-js to own library by @Zewasik in #491
  • fix(idl-gen): types with const generics produce invalid IDL by @vobradovich in #515
  • feat(template): add query method to template by @vobradovich in #519
  • feat(js): setup separate npm packages by @osipov-mit in #514
  • fix(gtest, gclient): extract error message from reply payload by @vobradovich in #517
  • chore(js): make precommit-js, fix publishing by @osipov-mit in #521
  • chore(cli): simplify cli clap commands by @vobradovich in #525
  • feat(template): add .gitignore to template by @DennisInSky in #537
  • feat(sails): allow to return value with reply from a service by @vobradovich in #522
  • feat(client-gen): add support for external types in generated client code by @vobradovich in #538
  • feat(macros): propagate allow attrs for service impls and fns by @DennisInSky in #539
  • chore(template): exclude template tomls from cargo analysis by @DennisInSky in #540
  • fix(build): workaround Gear release 1.6.0 with broken backword compatibility by @DennisInSky in #546

New Contributors