Releases: OpenZeppelin/contracts-wizard
Releases · OpenZeppelin/contracts-wizard
@openzeppelin/wizard-cairo@0.17.0
@openzeppelin/wizard-cairo@0.16.0
@openzeppelin/wizard-cairo@0.15.0
@openzeppelin/wizard-cairo@0.14.0
- Breaking changes:
- Use OpenZeppelin Contracts for Cairo v0.14.0. (#369)
- Fix compile error with ERC1155 Burnable.
@openzeppelin/wizard-cairo@0.13.0
- Breaking changes:
- Use OpenZeppelin Contracts for Cairo v0.13.0. (#359)
- Use Hooks with ERC721 and ERC1155.
- Use Hooks for Pausable.
@openzeppelin/wizard-cairo@0.12.0
- Add
votes
option to ERC20. (#355) - Require
appName
andappVersion
whenvotes
is enabled. - Sort implemented traits.
- Breaking changes:
- Use OpenZeppelin Contracts for Cairo v0.12.0.
- Use Hooks with ERC20.
@openzeppelin/wizard-cairo@0.11.0
- Breaking changes:
- Set
upgradeable
totrue
by default. (#334)
- Set
@openzeppelin/wizard@0.4.3
- Add timestamp based Governor and Votes clock options. (#347)
@openzeppelin/wizard-cairo@0.10.2
- Use OpenZeppelin Contracts for Cairo v0.11.0. (#351)
- Add ERC1155.
- Remove redundant not paused assertions for camel case functions.
- Fix use of ERC20 mixin.
- Sort imports alphabetically.
@openzeppelin/wizard-cairo@0.10.1
- Use mixins. (#348)