Releases: cartridge-gg/cainome
Releases · cartridge-gg/cainome
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
v0.3.2
v0.3.1
v0.3.0
What's Changed
- fix: don't consume self by @lambda-0x in #34
- feat: import serde 1 by @glihm in #35
- fix: add missing PartialOrd trait by @glihm in #36
- fix: restore with_block to initialize a contract and a reader by @glihm in #37
- Update README.md by @tarrencev in #39
⚠️ breaking⚠️ : bumpstarknet-rs
to0.11.0
+ migrate to the newFelt
type by @kariy in #40- feat: add execution v1 or v3 as a parameter by @glihm in #42
New Contributors
- @lambda-0x made their first contribution in #34
- @kariy made their first contribution in #40
Full Changelog: v0.2.9...v0.3.0