Releases: PierreDuc/ts-method-cache
Releases · PierreDuc/ts-method-cache
3.2.1 - Refusing the setter
3.1.0 - Getting the getter
Cache decorators work on getters as well
Improved travis-ci configuration
3.0.2 - Test coverage
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
fix #1 increased performance
v2.0.2 - Back to origin
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
Created decorators:
@MethodCache()
@SessionCache()
@StorageCache()
@CacheContainer()
Created service(s):
MethodCacheService