Skip to content

Releases: koopjs/koop

v1.0.1

12 Mar 22:44
Compare
Choose a tag to compare

Added

  • For providers where hosts are used the info in the cache now stores the ID of the host for that datasets
  • New providers endpoints for accessing metadata about installed providers and all data in the cache per provider
  • CSV files now get a BOM to help with parsing utf-8 chars in Excel
  • Updated the docs in the readme to be a tad bit cleaner

v1.0.0

12 Mar 22:48
Compare
Choose a tag to compare

Koop is now just a node module that exposes an express middleware app with hooks to register koop providers. This pattern represents a cleaner way to structure using koop with a series of other modules and makes deploying to places like Heroku and AWS much easier.

Added

  • Version 1.0.0 changes many thing
    • koop is now a module, installable via npm install
    • koop-server is no more; all central code is in the koop project
    • to use Koop you must use it as middleware in an app that boots up an http server