Changelog
0.5.16 (2025-05-26)
- test new
0.5.14 (2025-05-01)
- 0.5.14 test (#25)
0.5.13 (2025-05-01)
2025-05-01
- add new thing for 0.5.13 before 0.5.12 is released
0.5.12 (2025-05-01)
2025-05-01
2025-05-01
- bump for 0.5.12
0.5.11 (2025-05-01)
2025-05-01
2025-05-01
2025-04-30
- test getting changelog entry without date
0.5.9 (2025-04-30)
- test abc (#19)
0.5.7 (2025-04-25)
- testing abc (#13)
- testing testing
0.5.6 (2025-04-25)
- foo123
0.5.5 (2025-04-25)
-
Add
account
contract types for ERC-4337. (#486)- Potentially breaking changes:
- Update pragma versions to 0.8.27. (#486)
- Potentially breaking changes:
-
Remove redundant overrides in Governor. (#522)
0.5.4 (2025-04-01)
0.5.3 (2025-03-13)
-
Add ERC20 Cross-Chain Bridging, SuperchainERC20. (#436)
Note: Cross-Chain Bridging is experimental and may be subject to change. -
Potentially breaking changes:
- Change order of constructor argument
recipient
when usingpremint
.
- Change order of constructor argument
0.5.2 (2025-02-21)
- Fix modifiers order to follow Solidity style guides. (#450)
- ERC721: Return tokenId on safeMint with incremental id. (#455)
0.5.1 (2025-02-05)
- Potentially breaking changes:
- Add constructor argument
recipient
when usingpremint
inerc20
,stablecoin
, andrealWorldAsset
. (#435)
- Add constructor argument
0.5.0 (2025-01-23)
-
Update to use TypeScript v5. (#231)
-
Remove unused dependencies. (#430)
-
Breaking changes:
- Update Contracts Wizard license to AGPLv3. (#424)
0.4.6 (2024-11-20)
- Use named imports. (#411)
0.4.5 (2024-11-18)
- Add
stablecoin
andrealWorldAsset
contract types. (#404)
Note:stablecoin
andrealWorldAsset
are experimental and may be subject to change.
0.4.4 (2024-10-23)
Potentially breaking changes
- Update pragma versions to 0.8.22. (#401)
0.4.3 (2024-04-08)
- Add timestamp based Governor and Votes clock options. (#347)
0.4.2 (2024-02-22)
- Add code comments for compatible OpenZeppelin Contracts versions. (#331)
0.4.1 (2023-10-18)
- Add
managed
access control option for use with AccessManager. (#298)
0.4.0 (2023-10-05)
Breaking changes
- Update to OpenZeppelin Contracts 5.0. (#284)
- Require constructor or initializer arguments for initial owner or role assignments if using access control.
- Use token-specific pausable extensions.
- Enable ERC20Permit by default.
0.3.0 (2023-05-25)
- Breaking change: Update to OpenZeppelin Contracts 4.9. (#252)
- Change default voting delay to 1 day in
governor
. (#258)
0.2.3 (2023-03-23)
- Fix module not found error. (#235)
0.2.2 (2023-03-17)
- Fix missing file. (#234)
0.2.1 (2023-03-17)
- Remove unspecified dependency on
@openzeppelin/contracts
. (#233)
0.2.0 (2022-11-08)
- Reduce default block time to 12 seconds in
governor
. (fdcf912) - Breaking change: Update to OpenZeppelin Contracts 4.8 and Solidity ^0.8.9. (#199)
0.1.1 (2022-06-30)
- Support custom contract type, optional access control. (#112)
0.1.0 (2022-06-15)
- Initial API for Solidity. (#136)