Skip to content

Pilota 0.11.0

Compare
Choose a tag to compare
@PureWhiteWu PureWhiteWu released this 07 Apr 02:48
· 55 commits to main since this release
4c778b6

What's Changed

  • fix: evaluate def_location immediately by @Millione in #222
  • feat: support opt snake case style by @Millione in #223
  • improve: use rustc-hash instead of fxhash for more active support by @Ggiggle in #224
  • feat: refactor error to be more clear and maintainable by @PureWhiteWu in #226
  • fix: recursion error into calling by @PureWhiteWu in #227
  • feat: common crate name config by @junhaideng in #225
  • feat: add env configuration for resolve depth by @Millione in #228
  • fix(pilota-build): panic in workspace mode when using main branch in toml by @PureWhiteWu in #229
  • feat(pilota): support clone for transport exception by @PureWhiteWu in #230
  • fix: generate keywords that are not supported in r# with suffix _ by @Millione in #231
  • fix: don't override include_dirs for protobuf config by @Millione in #232
  • feat: generate enum default as newtype by @Millione in #233
  • feat: remove nonstandard_snake_case and import special_namings configuration by @Millione in #234
  • fix(pilota_build): idl enum should implement the From trait for inner type by @Ggiggle in #235
  • chore: bump heck to latest by @PureWhiteWu in #236

Full Changelog: pilota-0.10.0...pilota-0.11.0