Skip to content

Releases: cartridge-gg/cainome

v0.4.7

04 Nov 23:32
Compare
Choose a tag to compare

What's Changed

  • feat: add event selector for event structs by @glihm in #69
  • fix: ensure felt doesn't need import by @glihm in #71

Full Changelog: v0.4.6...v0.4.7

v0.4.6

25 Oct 16:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

21 Oct 04:08
Compare
Choose a tag to compare

What's Changed

  • fix: ensure the integers greater than u32 are deserialized from hex by @glihm in #66

Full Changelog: v0.4.4...v0.4.5

v0.4.4

18 Oct 21:52
Compare
Choose a tag to compare

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

Full Changelog: v0.4.3...v0.4.4

v0.4.3

02 Oct 14:56
188d3d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

23 Sep 13:49
4e3924f
Compare
Choose a tag to compare

What's Changed

  • bump starknet-types-core to 0.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

19 Sep 18:22
db76fb8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

05 Sep 23:52
0d29bb0
Compare
Choose a tag to compare

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

05 Sep 23:52
3aec6d1
Compare
Choose a tag to compare

What's Changed

  • fix: ensure composite inners are resolved to known types by @glihm in #45

Full Changelog: v0.3.1...v0.3.2

v0.3.1

12 Jul 18:06
5cb2490
Compare
Choose a tag to compare

What's Changed

  • feat: support LegacyContractClass to load ABI from artifacts by @glihm in #43

Full Changelog: v0.3.0...v0.3.1