Skip to content

Releases: github/memoize

v1.1.4

27 Apr 12:59
3dda1b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.1.3...v1.1.4

v1.1.3

26 Apr 13:28
dd45325
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

🤦 fixing a typo with the attempt at releasing.

v1.1.2

26 Apr 13:12
600d7ce
Compare
Choose a tag to compare

What's Changed

  • allow for customising of the hash return type as H by @keithamus in #12
  • Create release workflow by @srt32 in #13

New Contributors

  • @srt32 made their first contribution in #13

Full Changelog: v1.1.1...v1.1.2

v1.1.1

03 May 16:17
Compare
Choose a tag to compare
  • Add type: commonjs package.json to cjs output f8f6a34

v1.1.0...v1.1.1

v1.1.0

02 May 22:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

18 Jan 15:05
Compare
Choose a tag to compare

This fixes a bug with Promise execution order. Memoized calls of the same signature will now return the same Promise value. See #3

v1.0.1

20 Jul 13:17
Compare
Choose a tag to compare
  • Fix: Avoid catching Promise as a side effect (#2)

v1.0.0

20 Jul 13:17
0773247
Compare
Choose a tag to compare

Initial Release 🎉