Skip to content

Releases: CosmWasm/sylvia

sylvia-v1.2.1

22 Aug 11:37
Compare
Choose a tag to compare
chore: Release package sylvia version 1.2.1

sylvia-derive-v1.2.1

22 Aug 11:37
Compare
Choose a tag to compare

Fixed

  • Allow deprecated InterfaceApi in generated code
  • Revert removal of , custom parameter support in entry_points macro
  • Revert removal of InterfaceApi
  • Deprecate , custom parameter in entry_points macro. Will be removed in 2.0.0.
  • Deprecate InterfaceApi. Will be removed in 2.0.0. Use generated sv::InterfaceMessagesApi instead.

sylvia-v1.2.0

20 Aug 10:53
Compare
Choose a tag to compare
chore: Release package sylvia version 1.2.0

sylvia-derive-v1.2.0

20 Aug 10:52
Compare
Choose a tag to compare

Added

  • Emit error if contract macro is above entry_points
  • Remove support for , custom(msg=.. ,query=..) in entry_points
  • Add CustomMsg and CustomQuery to ContractApi

Fixed

  • Pass attribute to struct fields

Other

  • (sylvia-derive) Document inner types
  • [breaking] Remove InterfaceApi in favor of InterfaceMessagesApi (#413)
  • Fix duplicated instantiation error
  • Refactor struct message generation
  • Generic cw1-whitelist example (#404)
  • Create fold module
  • Setup new directory structure
  • Update to cosmwasm-std 2.1.1
  • Cleanup in entry_points macro
  • Silence clippy warn about lack of Default (#396)

sylvia-v1.1.0

12 Jul 09:08
18afff1
Compare
Choose a tag to compare
chore: Release package sylvia version 1.1.0

sylvia-derive-v1.1.0

12 Jul 09:07
18afff1
Compare
Choose a tag to compare
chore: Release package sylvia-derive version 1.1.0

sylvia-v1.0.2

24 Apr 13:34
Compare
Choose a tag to compare
chore: Release package sylvia version 1.0.2

sylvia-derive-v1.0.2

24 Apr 13:33
Compare
Choose a tag to compare

Other

  • Update cw_multi_test
  • Split big chunks of code in sylvia_derive::multitest
  • Provide to_case functionality to syn::Ident
  • Remove stripped_return_type from MsgVariant
  • Remove duplicated querier related code from MsgVariant
  • Move Multitest related MsgVariant logic to trait in multitest module
  • Unify MT proxy methods emit

sylvia-v1.0.1

16 Apr 09:27
b4bd4b4
Compare
Choose a tag to compare
chore: Release package sylvia version 1.0.1

sylvia-derive-v1.0.1

16 Apr 09:27
b4bd4b4
Compare
Choose a tag to compare

Added

  • Assert new method defined (#342)

Fixed

  • Add missing map_err on IntoResponse result

Other

  • Improve error message in sv::custom attribute (#348)
  • Improve errors in sv::messages attribute (#345)
  • Improve no instantiation error message