All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2018-08-21)
- json: use cases where registries were returning JSON
strings in the response body will no longer have an effect. All
API functions except for lsPackages and lsCollaborators will return
true
on completion.
1.2.2 (2018-08-20)
- docs: tiny doc hiccup fix (106396f)
1.2.1 (2018-08-20)
- docs: document the stream interfaces (c435aa2)
1.2.0 (2018-08-20)
- readme: fix up appveyor badge url (42b45a1)
- streams: add streaming result support for lsPkg and lsCollab (0f06f46)
1.1.0 (2018-08-17)
- 2fa: escape package names correctly (f2d83fe)
- grant: fix permissions validation (07f7435)
- ls-collaborators: fix package name escaping + query (3c02858)
- ls-packages: add query + fix fallback request order (bdc4791)
- node6: stop using Object.entries() (4fec03c)
- public/restricted: body should be string, not bool (cffc727)
- readme: fix up title and badges (2bd6113)
- specs: require specs to be registry specs (7892891)
- test: add 100% coverage test suite (22b5dec)
- test: -100 is apparently bad now (a5ab879)
- impl: initial implementation of api (7039390)