Skip to content

Releases: koopjs/koop-core

v4.0.5

17 Nov 18:37
Compare
Choose a tag to compare

Changed

  • Bump output-geoservices

v4.0.4

03 Nov 19:00
Compare
Choose a tag to compare

Fixed

  • Only cache if geojson.ttl is set

v4.0.3

19 Oct 20:52
Compare
Choose a tag to compare

Changed

  • Bump output-geoservices

v4.0.2

19 Oct 13:56
Compare
Choose a tag to compare

Changed

  • Point output-geoservices to @koopjs

v4.0.1

18 Aug 13:14
Compare
Choose a tag to compare

Fixed

  • Typo in route joiner logic

v4.0.0

30 Jun 16:25
Compare
Choose a tag to compare

Changed

  • End support for Node < 6; remove Babel compilation to /dist directory and point package.json directly to non-compiled source files
  • Moved datasets provider to its own directory and leverage the registration function
  • Moved provider options validation to ProviderRegistration
  • Refactored provider status info
  • Refactored provider registration, output registration, and controller treatment.

Fixed

  • path construction when no host or id parameter

v3.19.1

29 Jun 21:44
Compare
Choose a tag to compare

Fixed

  • Dist directory build

v3.19.0

29 Jun 21:41
Compare
Choose a tag to compare

Added

  • Option to disable console logging of routes; use environment variable KOOP_DISABLE_CONSOLE_ROUTES=true

v3.18.0

31 Mar 13:37
Compare
Choose a tag to compare

Added

  • Option to allow output routes to be registered before provider routes; if true any conflicts will default to output routes

v3.17.3

26 Mar 21:36
Compare
Choose a tag to compare

Fixed

  • Prevent overwriting cache and option assignments that occur in provider model constructors