Skip to content

Releases: koopjs/koop-cache-memory

v2.0.3

Choose a tag to compare

@rgwozdz rgwozdz released this 16 Sep 19:33

Fixed

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

v2.0.2

Choose a tag to compare

@rgwozdz rgwozdz released this 05 Aug 18:09

Fixed

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

v2.0.1

Choose a tag to compare

@rgwozdz rgwozdz released this 05 Aug 17:27

Fixed

  • default options object on catalog methods

v2.0.0

Choose a tag to compare

@rgwozdz rgwozdz released this 04 Aug 20:05

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

Choose a tag to compare

@rgwozdz rgwozdz released this 23 Jun 20:18

Changed

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

v1.1.2

Choose a tag to compare

@rgwozdz rgwozdz released this 15 Apr 19:46

Changed

  • Remove buble build

v1.1.1

Choose a tag to compare

@rgwozdz rgwozdz released this 15 Apr 19:14

Changed

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

v1.1.0

Choose a tag to compare

@dmfenton dmfenton released this 15 Feb 16:06

Added

  • Upsert API

v1.0.2

Choose a tag to compare

@dmfenton dmfenton released this 13 Feb 23:27

Fixed

  • Remove double callback in cache insert

v1.0.1

Choose a tag to compare

@dmfenton dmfenton released this 13 Feb 16:01

Changed

  • Build NPM package without src or test