Skip to content

Releases: LionC/persistent-cache

Release 1.0.0

11 Jun 16:54

Choose a tag to compare

Production-ready release 1.0.0 with some new features and tests.

Changelog:

  • BREAKING: Changed the behaviour on getting non-existent cache entries to returning/passing undefined instead of throwing/passing an error
  • Implemented memory caching for better performance (configurable)
  • Implemented unlinking
  • Wrote tests :-)

Release 0.1.0

03 Jun 13:39

Choose a tag to compare

First release. Core functions work without known bugs, not marked as 1.0.0 (and thus production ready) due to missing tests.