Skip to content

Latest commit

 

History

History
172 lines (90 loc) · 8.9 KB

CHANGELOG.md

File metadata and controls

172 lines (90 loc) · 8.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.0 (2022-10-08)

Features

1.3.0 (2022-09-20)

Features

Bug Fixes

  • deps: update all non-major dependencies (93b308f)

1.2.1 (2022-09-09)

1.2.0 (2022-09-08)

Features

  • [#98] added transferValue to transferring (0f5dded)

1.1.1 (2022-09-03)

1.1.0 (2022-08-28)

Features

1.0.3 (2022-08-25)

Bug Fixes

  • deps: update all non-major dependencies (beb9a58)
  • deps: update dependency @openzeppelin/contracts to v4.7.3 (b871258)

1.0.2 (2022-08-12)

1.0.1 (2022-08-10)

1.0.0 (2022-08-07)

0.4.6 (2022-08-07)

Features

  • [#55] added ability to verify contracts (18e9552)
  • [#60] added ability to mint consumables directly with conversion (5d7e00d)
  • [#60] added convertible mint artifact facet (c422c0e)

0.4.5 (2022-01-18)

0.4.4 (2022-01-14)

0.4.3 (2022-01-13)

0.4.2 (2022-01-12)

0.4.1 (2022-01-11)

Bug Fixes

0.4.0 (2022-01-11)

⚠ BREAKING CHANGES

  • typechain upgrade may introduce breaking changes

  • typechain upgrade may introduce breaking changes

  • [#41] update to use new typechain structs (905115f)

  • [#41] upgrade typechain version (5bd997e)

0.3.13 (2022-01-05)

Features

0.3.12 (2021-11-26)

Bug Fixes

  • deps: update all non-major dependencies (b7fe90e)

0.3.11 (2021-11-26)

0.3.10 (2021-11-10)

Features

0.3.9 (2021-10-19)

0.3.8 (2021-10-14)

0.3.7 (2021-10-04)

0.3.6 (2021-10-04)

0.3.5 (2021-10-03)

Bug Fixes

  • [#16] Fixed issue with CombinedAccess granting roles (f484172)

0.3.4 (2021-10-02)

0.3.3 (2021-09-28)

0.3.2 (2021-09-28)

0.3.1 (2021-09-28)

0.3.0 (2021-09-28)

⚠ BREAKING CHANGES

  • any code accessing old contracts will break

  • Upgrades changed the contract base classes, which could cause storage changes

  • [#16] remove pragma experimental ABIEncoderV2 (5ee184a)

  • [#17] upgrade to @openzeppelin/contracts-upgradeable:4.0.0 && convert to hardhat (9b704d1)

0.2.0 (2020-10-22)

⚠ BREAKING CHANGES

  • storage locations could have changed for any of these contracts, which means old contracts cannot be safely upgraded.

  • [#13] extract logic into libraries and include base contracts to ensure order for upgrades (0d08e6b)

0.1.2 (2020-10-09)

Bug Fixes

  • [#9] fixed exchange transfer token logic for consumables with asymmetrical exchange rates (1d8e239)

0.1.1 (2020-10-06)

Bug Fixes

  • [#7] fixed stupid logic error, and added a test to cover it (d9d9839)

0.1.0 (2020-09-23)

⚠ BREAKING CHANGES

  • updated the exchange and convertible consumable interfaces

Features

  • [#5] support asymmetrical exchange rates for Convertible Consumable (1a71b18)

0.0.3 (2020-09-21)

0.0.2 (2020-09-20)

0.0.1 (2020-09-20)

Features