Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 2.22 KB

Changelog

3.0.1 (2022-06-30)

Bug Fixes

  • Filter fallback & receive functions from the ABI (#14) (97c4e62)

3.0.0 (2022-06-16)

⚠ BREAKING CHANGES

  • Support array of multiple configs (#9)

Features

  • Support array of multiple configs (#9) (6a9dadb)

2.0.1 (2022-06-15)

Bug Fixes

  • Avoid reprocessing the ABI created by plugin (#10) (5c15630)

2.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) (19e1d91)
  • Replace dedupe option with strict option that validates ABI (#2) (1f20a11)

1.0.0 (2021-12-23)

Features

Bug Fixes

  • tests: Ensure ABI name mapper works correctly (1ae7a69)