Skip to content

Releases: github/memoize

v1.1.5

Choose a tag to compare

@dgreif dgreif released this 15 Oct 21:11
5a350de

What's Changed

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

Choose a tag to compare

@keithamus keithamus released this 27 Apr 12:59
3dda1b1

What's Changed

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

v1.1.3

Choose a tag to compare

@srt32 srt32 released this 26 Apr 13:28
dd45325

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

🤦 fixing a typo with the attempt at releasing.

v1.1.2

Choose a tag to compare

@srt32 srt32 released this 26 Apr 13:12
600d7ce

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

Choose a tag to compare

@dgreif dgreif released this 03 May 16:17
  • Add type: commonjs package.json to cjs output f8f6a34

v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@dgreif dgreif released this 02 May 22:11

What's Changed

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

v1.0.2

Choose a tag to compare

@keithamus keithamus released this 18 Jan 15:05

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

Choose a tag to compare

@keithamus keithamus released this 20 Jul 13:17
  • Fix: Avoid catching Promise as a side effect (#2)

v1.0.0

Choose a tag to compare

@keithamus keithamus released this 20 Jul 13:17
0773247

Initial Release 🎉