memoize

A simple Memoize helper, with TypeScript decorator support!

MIT License

Downloads
9.5K
Stars
29
Committers
8
memoize - v1.1.4 Latest Release

Published by keithamus over 1 year ago

What's Changed

Full Changelog: https://github.com/github/memoize/compare/v.1.1.3...v1.1.4

memoize - v1.1.3

Published by srt32 over 1 year ago

Full Changelog: https://github.com/github/memoize/compare/v1.1.2...v1.1.3

🤦 fixing a typo with the attempt at releasing.

memoize - v1.1.2

Published by srt32 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/memoize/compare/v1.1.1...v1.1.2

memoize -

Published by dgreif over 2 years ago

  • Add type: commonjs package.json to cjs output f8f6a34

https://github.com/github/memoize/compare/v1.1.0...v1.1.1

memoize - v1.1.0

Published by dgreif over 2 years ago

What's Changed

Full Changelog: https://github.com/github/memoize/compare/v1.0.2...v1.1.0

memoize -

Published by keithamus almost 4 years ago

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

memoize - v1.0.0

Published by keithamus over 4 years ago

Initial Release 🎉

memoize - v1.0.1

Published by keithamus over 4 years ago

  • Fix: Avoid catching Promise as a side effect (#2)
Package Rankings
Top 6.11% on Npmjs.org