Releases: koopjs/koop-provider-github
Releases · koopjs/koop-provider-github
Release list
v3.0.0
v2.0.0
v2.0.0-alpha
Fixed
- 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
Changed
- provider: name is now
githubinstead ofGithub - provider:
status.versionmoved toversion - controller: removed
ctrl.Error, usingkoop-provider'sctrl.errorResponsemethod - model: simplify
findanddropmethods (use options object)
Added
- model: looks for
KOOP_GITHUB_TOKENenvironmental variable ifconfig.ghtokenisn't specified - controller/routes: added
rate_limitroute for checking github rate limit status - controller: support for JSONP callbacks (
res.jsonp)
Removed
- controller/routes: thumbnail (Thumbnail generation no longer supported)
v1.0.1
v1.0.0
Added
- Now checking build status with Travis-CI
- Using JavaScript Standard Style
Changed
- Improved documentation
- Moved from Esri to KoopJS github organization
Removed
- Deleted unused fixtures and configuration files
- Removed broken TopoJSON support
Fixed
- Reverted to leaflet CDN to fix broken
leaflet.csslink