Releases: koopjs/koop-cache-memory
Releases · koopjs/koop-cache-memory
v2.0.3
Fixed
- retrieve method will now return
layers
if they have been cached
v2.0.2
Fixed
- removed ?? operator so as to support older node versions
v2.0.1
Fixed
- default options object on catalog methods
v2.0.0
Fixed
- items in the cache no longer mutable by other post-caching manipulation
Changed
- Moved to class syntax and removed prototype-namespacing of catalog methods (breaking, since public methods, but not breaking for usage in koop-core)
v1.2.0
Changed
- Fixed an issue where some geojson properties (like
crs
) were lost in the caching procedure
v1.1.1
Changed
- Replace highland with node stream Readable
- Move to @koopjs
v1.0.2
Fixed
- Remove double callback in cache insert
v1.0.1
Changed
- Build NPM package without src or test