Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Releases: strong-roots-capital/memoize

v3.0.2

14 Jan 13:38
Compare
Choose a tag to compare

3.0.2 (2023-01-14)

Bug Fixes

  • deps: migrate to semantic-release-action/typescript (09cba6c)

v3.0.1

10 Jan 15:19
Compare
Choose a tag to compare

3.0.1 (2023-01-10)

Bug Fixes

  • ci: use typescript-action for ci and cd (9001d8f)

v3.0.0

12 Dec 16:07
94f61be
Compare
Choose a tag to compare

3.0.0 (2021-12-12)

BREAKING CHANGES

  • bump target for compiled code from es5 to es6

v2.0.0

31 Oct 17:48
a913799
Compare
Choose a tag to compare

2.0.0 (2021-10-31)

Bug Fixes

  • fix type inferencing in consuming packages (bf0e4f4)
  • implement lru with es6 map (4e5eb26), closes #1
  • type inferencing in consuming packages (c7c1402)

BREAKING CHANGES

  • memoize only accepts thunks and unary functions.
  • cache-hits are generated with strict equality, so
    equivalent but different objects and arrays will produce a cache miss.

v2.0.0-beta.3

19 Oct 12:27
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2021-10-19)

Bug Fixes

  • fix type inferencing in consuming packages (bf0e4f4)

v2.0.0-beta.2

19 Oct 12:18
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2021-10-19)

Bug Fixes

  • type inferencing in consuming packages (c7c1402)

v2.0.0-beta.1

19 Oct 11:28
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2021-10-19)

Bug Fixes

  • implement lru with es6 map (4e5eb26), closes #1

BREAKING CHANGES

  • memoize only accepts thunks and unary functions.
  • cache-hits are generated with strict equality, so
    equivalent but different objects and arrays will produce a cache miss.