Releases: cartridge-gg/cainome
Releases · cartridge-gg/cainome
v0.4.7
v0.4.6
What's Changed
- feat: copy inner composite for struct array keys by @MartianGreed in #67
New Contributors
- @MartianGreed made their first contribution in #67
Full Changelog: v0.4.5...v0.4.6
v0.4.5
v0.4.4
What's Changed
- update package version in Cargo by @ptisserand in #62
- feat: serialize integers higher than u32 in hex format by @glihm in #65
New Contributors
- @ptisserand made their first contribution in #62
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- fix: ensure auto generated files are not triggering clippy by @glihm in #59
- Update README.md by @tarrencev in #61
- Cairo Serde Derive by @neotheprogramist in #57
New Contributors
- @neotheprogramist made their first contribution in #57
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- bump
starknet-types-core
to0.1.6
by @tcoratger in #56 - fix: add a derive for generate contract by @glihm in #58
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- bump
starknet-types-core
to0.1.5
by @tcoratger in #54
New Contributors
- @tcoratger made their first contribution in #54
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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