v2.0.0-alpha
Pre-release
Pre-release
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
gistinstead ofGist - provider:
status.versionmoved toversion - controller: using
koop-provider'sctrl.errorResponsemethod for API error responses - model: simplify
findmethod (use options object)
Added
- model: debug information for github api and koop cache
- model: looks for
KOOP_GIST_TOKENenvironmental variable ifconfig.ghtokenisn't specified - controller/routes: added
rate_limitroute for checking github rate limit status - controller: support for JSONP callbacks (
res.jsonp)