Skip to content

Releases: PierreDuc/ts-method-cache

3.2.1 - Refusing the setter

29 Dec 15:14
Compare
Choose a tag to compare
  • Throw on setting the cache decorator on a setter
  • 100% codecov
  • Reduced and updated dev dependencies

3.1.0 - Getting the getter

27 Dec 19:03
Compare
Choose a tag to compare

Cache decorators work on getters as well
Improved travis-ci configuration

3.0.2 - Test coverage

30 Nov 14:29
Compare
Choose a tag to compare

Bug fixes
Fix #2

Features
Possibility to mix storage decorators in the same container
Minor speed improvements
Better tests
Full code coverage

Breaking changes
Removed clearCache from the MethodCacheService

v2.0.3 - Fix that

24 Aug 07:54
Compare
Choose a tag to compare
fix #1

increased performance

v2.0.2 - Back to origin

24 Jul 10:28
Compare
Choose a tag to compare

Removed support for Observables.
Removed support for storage in node. Only sessionStorage will work inside node
Removed CirculairJSON dependency.

This is all done to make a minimal library, just as it was intended

Refactored code to a more civil format

v.1.0.1 - Cache Away

07 Jun 18:56
Compare
Choose a tag to compare

Created decorators:

  • @MethodCache()
  • @SessionCache()
  • @StorageCache()
  • @CacheContainer()

Created service(s):

  • MethodCacheService