Skip to content

Releases: nibbstack/erc721

2.6.1

02 Dec 08:30
198dec9
Compare
Choose a tag to compare
  • Fixed ABI path to @nibbstack/erc721/abi.

2.5.1

29 Nov 12:28
246e7cc
Compare
Choose a tag to compare
  • Allow transfer to be overriden.

2.5.0

08 Nov 09:45
Compare
Choose a tag to compare
  • Make tokenUri overridable.
  • Package renamed from @0xcert/ethereum-erc721 to @nibbstack/erc721.
  • Repository moved from 0xcert to Nibbstack organization.

2.4.2

03 Nov 09:11
Compare
Choose a tag to compare

2.4.1

17 Sep 10:06
Compare
Choose a tag to compare

2.0.0

23 Jan 09:06
fe1ed03
Compare
Choose a tag to compare
  • Solidity compiler version changed from 0.4.x to 0.5.x
  • Gas optimizations (especially for enumerable extension)
  • Full style guide
  • Testing environment switched from truffle to specron
  • Dependencies removed so the ERC-721 contracts can be used directly from the remix
  • Visibility of functions changed to provide better extendability as well as better safety from implementation mistakes
  • Documentation improvements