Skip to content

v0.4.0

Compare
Choose a tag to compare
@glihm glihm released this 05 Sep 23:52
· 7 commits to main since this release
0d29bb0

Breaking change ⚠️

  • Now, cainome doesn't add any derive to the generated types. The user must defines derives to add them.
  • The generated code should now be more consistent as the order in which the types are processed should be always the same (lexicographic).

What's Changed

  • fix: ensure builtins are not included in composite resolution by @glihm in #47
  • feat!: add custom derives from user by @glihm in #46
  • fix: escape input strings for token alias by @glihm in #48
  • chore: bump starknet-rs by @glihm in #49
  • fix(rs): add derives to builder pattern by @glihm in #50
  • fix: ensure tokens are generated in lexicographic order by @glihm in #51
  • feat: error handling by @greged93 in #52
  • fix: add derives to legacy macro by @glihm in #53

New Contributors

Full Changelog: v0.3.2...v0.4.0