Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

59 lines (44 loc) · 1.06 KB

Change Log

[Unreleased]

[0.3.7] - 2021-09-09

Changed

  • CJS build for Node.js (#32)

[0.3.6] - 2021-08-13

Changed

  • Fix package.json properly for ESM (#27)

[0.3.5] - 2021-04-29

Changed

  • Fix package.json for React Native (#25)

[0.3.4] - 2021-05-15

Changed

  • Update proxy-compare v2.0.0 which only changes interanl API names

[0.3.3] - 2021-03-23

Changed

  • Fix too much caching (#17)

[0.3.2] - 2021-01-21

Changed

  • Update proxy-compare v1.1.6 which fixes some edge cases

[0.3.1] - 2020-12-27

Changed

  • Fix a bug with nested memoized functions (#12)

[0.3.0] - 2020-12-25

Added

  • Re-export getUntrackedObject from proxy-compare

[0.2.3] - 2020-11-20

Changed

  • Fix incorrect memoization (#7)

[0.2.2] - 2020-11-02

Changed

  • Refactor and simplify (#6)

[0.2.1] - 2020-11-01

Changed

  • Support nested memoize (#5)

[0.2.0] - 2020-10-31

Changed

  • Support nested memoize (#4) incomplete

[0.1.1] - 2020-10-26

Changed

  • Fix untrack behavior

[0.1.0] - 2020-10-25

Added

  • Initial release