hardhat-diamond-abi
Version:
Hardhat plugin to combine multiple ABIs into a Diamond ABI artifact.
47 lines (24 loc) • 2.28 kB
Markdown
# Changelog
### [3.0.1](https://www.github.com/projectsophon/hardhat-diamond-abi/compare/v3.0.0...v3.0.1) (2022-06-30)
### Bug Fixes
* Filter fallback & receive functions from the ABI ([#14](https://www.github.com/projectsophon/hardhat-diamond-abi/issues/14)) ([97c4e62](https://www.github.com/projectsophon/hardhat-diamond-abi/commit/97c4e62c2f250eb83d3364156395069d1527deef))
## [3.0.0](https://www.github.com/projectsophon/hardhat-diamond-abi/compare/v2.0.1...v3.0.0) (2022-06-16)
### ⚠ BREAKING CHANGES
- Support array of multiple configs (#9)
### Features
- Support array of multiple configs ([#9](https://www.github.com/projectsophon/hardhat-diamond-abi/issues/9)) ([6a9dadb](https://www.github.com/projectsophon/hardhat-diamond-abi/commit/6a9dadbec82bb2ba792552df0f92ffd379f60880))
### [2.0.1](https://www.github.com/projectsophon/hardhat-diamond-abi/compare/v2.0.0...v2.0.1) (2022-06-15)
### Bug Fixes
- Avoid reprocessing the ABI created by plugin ([#10](https://www.github.com/projectsophon/hardhat-diamond-abi/issues/10)) ([5c15630](https://www.github.com/projectsophon/hardhat-diamond-abi/commit/5c15630dd78a1a6dd02e7358b17941e4d978cb06))
## [2.0.0](https://www.github.com/projectsophon/hardhat-diamond-abi/compare/v1.0.0...v2.0.0) (2022-01-02)
### ⚠ BREAKING CHANGES
- Change filter option parameter order (#3)
- Replace dedupe option with strict option that validates ABI (#2)
### Features
- Change filter option parameter order ([#3](https://www.github.com/projectsophon/hardhat-diamond-abi/issues/3)) ([19e1d91](https://www.github.com/projectsophon/hardhat-diamond-abi/commit/19e1d91f21d8273162dd1aaf1a064ee5647bfbdb))
- Replace dedupe option with strict option that validates ABI ([#2](https://www.github.com/projectsophon/hardhat-diamond-abi/issues/2)) ([1f20a11](https://www.github.com/projectsophon/hardhat-diamond-abi/commit/1f20a11f549fadb50997c2f4d8a98cfb8cae3673))
## 1.0.0 (2021-12-23)
### Features
- Initial implementation ([a80a391](https://www.github.com/projectsophon/hardhat-diamond-abi/commit/a80a391143fb26e70ed80cb2d173267f91da5e9f))
### Bug Fixes
- **tests:** Ensure ABI name mapper works correctly ([1ae7a69](https://www.github.com/projectsophon/hardhat-diamond-abi/commit/1ae7a69f9f10053d6f5bf7409be4771958bd7e91))