Releases: nibbstack/erc721
Releases · nibbstack/erc721
2.6.1
2.5.1
- Allow transfer to be overriden.
2.5.0
- Make
tokenUri
overridable. - Package renamed from
@0xcert/ethereum-erc721
to@nibbstack/erc721
. - Repository moved from
0xcert
toNibbstack
organization.
2.4.2
2.4.1
2.0.0
- 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