Skip to content

Releases: near/near-sdk-contract-tools

v3.0.2

14 May 14:58
71ba97b
Compare
Choose a tag to compare

What's Changed

  • feat/fix: convenience methods use impl Into<T> more slightly breaking by @encody in #153

Full Changelog: v3.0.1...v3.0.2

v3.0.1

09 May 13:34
124aef7
Compare
Choose a tag to compare

What's Changed

  • derive NearSchema for NEP-171 Token struct by @encody in #151
  • derive NearSchema for EventLog by @encody in #152

Full Changelog: v3.0.0...v3.0.1

v3.0.0

08 May 11:51
6206116
Compare
Choose a tag to compare

What's Changed

  • BREAKING: Upgrade near-sdk to ^5.1 by @encody in #141
  • BREAKING: Token standards ergonomics improvements by @encody in #148
  • BREAKING: Rename PausableHook -> Pausable by @encody in #150
  • Add Apache 2.0 dual license by @encody in #136
  • Custom token_data and check_external_transfer by @encody in #145
  • Enable code linting with clippy pedantic by @encody in #149

Full Changelog: v2.1.0...v3.0.0

v1.1.1 (license update)

06 Nov 16:27
53a40fa
Compare
Choose a tag to compare

This update only adds the Apache-2.0 dual-licensing.

Full Changelog: v1.1.0...v1.1.1

v2.1.0

30 Oct 13:38
1efbd10
Compare
Choose a tag to compare

What's Changed

  • Update NEP-141 ft_transfer_call gas tests & documentation by @encody in #134
  • feat: OnlyOwner hook by @encody in #135

Full Changelog: v2.0.0...v2.1.0

v2.0.0

26 Oct 18:47
0d3d70e
Compare
Choose a tag to compare

What's Changed

  • BREAKING: Fungible Token Improvements (better hooks + dynamic metadata) by @encody in #127
  • NEP-145: Storage Management by @encody in #126
  • BREAKING: Refactor Fungible Token by @encody in #128
  • chore: Move repository to NEAR GitHub organization by @encody in #130
  • BREAKING: Upgrade all components to new hooks API by @encody in #129
  • Normalize & update dependencies by @encody in #131
  • Integrate NEP-145 with token standards by @encody in #132

Full Changelog: v1.1.0...v2.0.0

v1.1.0

14 Sep 08:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

27 Jun 08:45
Compare
Choose a tag to compare

Reduces package size. No functional changes from v1.0.0.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

27 Jun 08:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v1.0.0

v0.7.2

16 Dec 18:56
Compare
Choose a tag to compare

What's Changed

  • Fuller Iterator implementation for Rbac iterator by @encody in #105
  • Disallows Event name collisions by @encody in #108

Full Changelog: v0.7.1...v0.7.2