All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.0.0 - 2015-10-23
Stable Release!
- bumped
koop-provider
to^1.0.0
2.0.0-alpha - 2015-10-15
- controller: preview route dependencies work on non-root mountpaths
- model: local cache works (resolved issue from koop upstream)
- model: github access tokens now work as expected
- provider: name is now
gist
instead ofGist
- provider:
status.version
moved toversion
- controller: using
koop-provider
'sctrl.errorResponse
method for API error responses - model: simplify
find
method (use options object)
- model: debug information for github api and koop cache
- model: looks for
KOOP_GIST_TOKEN
environmental variable ifconfig.ghtoken
isn't specified - controller/routes: added
rate_limit
route for checking github rate limit status - controller: support for JSONP callbacks (
res.jsonp
)
1.1.1 - 2015-09-11
- Resolved mount path issue for serving
/js/map.js
from koop
1.1.0 - 2015-09-11
- Bump koop & koop-gist to latest versions in
example/package.json
- convert tests to tape
- use koop-provider, refactor all the things
1.0.1 - 2015-08-12
- update Esri Leaflet to stable 1.0.0 release
1.0.0 - 2015-07-06
- Now checking build status with Travis-CI
- Added koop-gist server example in
example
directory
- Using standard style
- Catching more potential errors throughout controller and model
- Reverted to leaflet CDN to fix broken
leaflet.css
link