Skip to content

Releases: koopjs/koop-cache-memory

v2.0.3

16 Sep 19:33
Compare
Choose a tag to compare

Fixed

  • retrieve method will now return layers if they have been cached

v2.0.2

05 Aug 18:09
Compare
Choose a tag to compare

Fixed

  • removed ?? operator so as to support older node versions

v2.0.1

05 Aug 17:27
Compare
Choose a tag to compare

Fixed

  • default options object on catalog methods

v2.0.0

04 Aug 20:05
Compare
Choose a tag to compare

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

23 Jun 20:18
Compare
Choose a tag to compare

Changed

  • Fixed an issue where some geojson properties (like crs) were lost in the caching procedure

v1.1.2

15 Apr 19:46
Compare
Choose a tag to compare

Changed

  • Remove buble build

v1.1.1

15 Apr 19:14
Compare
Choose a tag to compare

Changed

  • Replace highland with node stream Readable
  • Move to @koopjs

v1.1.0

15 Feb 16:06
Compare
Choose a tag to compare

Added

  • Upsert API

v1.0.2

13 Feb 23:27
Compare
Choose a tag to compare

Fixed

  • Remove double callback in cache insert

v1.0.1

13 Feb 16:01
Compare
Choose a tag to compare

Changed

  • Build NPM package without src or test