sindresorhus / p-memoize

Memoize promise-returning & async functions
MIT License
396 stars 30 forks source link

Allow cache to be async #26

Closed Richienb closed 3 years ago

Richienb commented 3 years ago

Fixes #3, Fixes #14, Closes #19

sindresorhus commented 3 years ago

CI is failing.

sindresorhus commented 3 years ago

For future reference, it would have been better if this pull request was split into a separate pull request for each issue it fixed. Massive pull requests are a pain to review.

sindresorhus commented 3 years ago

Does this introduce any breaking changes other than removal of maxAge? Would you be able to list the changes in this PR which can be used for the release notes?

Richienb commented 3 years ago
sindresorhus commented 3 years ago

@Richienb Thanks for working on this. This is ready to be released right? There are no more planned breaking changes?

Richienb commented 3 years ago

@sindresorhus Nothing else from me - it's good to go.

JaneJeon commented 3 years ago

Hallelujah! Thanks for working on this @Richienb