Releases: koopjs/koop-core
Releases · koopjs/koop-core
v3.7.3
Fixed
- Explicit bump of koop-output-geoservices version
v3.7.2
Fixed
- Auth plugin registration now adds
authenticationSpecification
to Model prototype
v3.7.1
- Explicitly bump koop-output-geoservices to 1.5.1
v3.6.1
Fixed
- Routes with a $namespace placeholder require a $providerParams placeholder to also receive the
:host/:id
URL fragment.
v3.6.0
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
Fixed
- replace truthy operator
- migrate logger to @koopjs/logger v2.0.2
v3.5.3
Added
- Trim leading/trailing whitespace on request's query params if of type string
Fixed
- multiple provider installation
v3.5.2
Fixed
- fix multiple output installation