Releases: koopjs/koop-core
Releases · koopjs/koop-core
v3.11.1
Changed
- console logging of provider/output routes
v3.11.0
Added
- pass in options object when registering a cache provider
v3.10.1
Fixed
- Use path.posix.join instead of path.join
v3.10.0
Added
- Option to add route prefix per provider
v3.9.4
Fixed
- Throw error on plugin name undefined, not defined
v3.9.3
Changed
** Bump koop-output-geoservices version to 2.0.0
** Bump standard to 12.0.0 and apply style fixes
v3.9.1
Fixed
- Routes where
hosts: true
and disableIdParam: true
now being constructed correctly as /:host/FeatureServer/:layer/:method
v3.9.0
Added
- Prefentially use a
createKey
function found on the Model's prototype
v3.8.0
Added
- Parse query params that arrive as JSON strings
- Coerce query params that arrive as boolean strings