Skip to content

Releases: nibbstack/erc721

2.6.1

Choose a tag to compare

@xpepermint xpepermint released this 02 Dec 08:30
198dec9
  • Fixed ABI path to @nibbstack/erc721/abi.

2.5.1

Choose a tag to compare

@xpepermint xpepermint released this 29 Nov 12:28
246e7cc
  • Allow transfer to be overriden.

2.5.0

Choose a tag to compare

@xpepermint xpepermint released this 08 Nov 09:45
  • Make tokenUri overridable.
  • Package renamed from @0xcert/ethereum-erc721 to @nibbstack/erc721.
  • Repository moved from 0xcert to Nibbstack organization.

2.4.2

Choose a tag to compare

@xpepermint xpepermint released this 03 Nov 09:11

2.4.1

Choose a tag to compare

@xpepermint xpepermint released this 17 Sep 10:06

2.0.0

Choose a tag to compare

@MoMannn MoMannn released this 23 Jan 09:06
fe1ed03
  • 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