Skip to content

Releases: koopjs/koop-core

v3.7.3

08 Jun 15:51
Compare
Choose a tag to compare

Fixed

  • Explicit bump of koop-output-geoservices version

v3.7.2

08 Jun 14:58
Compare
Choose a tag to compare

Fixed

  • Auth plugin registration now adds authenticationSpecification to Model prototype

v3.7.1

01 Jun 13:44
Compare
Choose a tag to compare
  • Explicitly bump koop-output-geoservices to 1.5.1

v3.7.0

22 May 20:54
Compare
Choose a tag to compare

version 3.7.0

v3.6.1

09 May 16:49
Compare
Choose a tag to compare

Fixed

  • Routes with a $namespace placeholder require a $providerParams placeholder to also receive the :host/:id URL fragment.

v3.6.0

25 Apr 17:44
Compare
Choose a tag to compare

Added

  • helper module and function to create route paths with decoration based on passed options
  • Option to insert the provider-specifc route fragments into the route path (rather then simple prefixing), by replacing occurence of '$namespace$' and '$providerParams$' substring

v3.5.5

11 Apr 19:54
Compare
Choose a tag to compare

Fixed

  • replace truthy operator
  • migrate logger to @koopjs/logger v2.0.2

v3.5.4

23 Mar 19:52
Compare
Choose a tag to compare

Fixed

  • missed npm build step

v3.5.3

23 Mar 19:19
Compare
Choose a tag to compare

Added

  • Trim leading/trailing whitespace on request's query params if of type string

Fixed

  • multiple provider installation

v3.5.2

15 Aug 01:05
Compare
Choose a tag to compare

Fixed

  • fix multiple output installation