Change Log
4.0.0 (2020-03-02)
BREAKING CHANGES
25ac61b
fix: remove figgy-pudding (@claudiahdz)
8d6f692
chore: rename opts.mapJson to opts.mapJSON (@mikemimik)
Features
257879a
chore: removed standard-version as a dep; updated scripts for version/publishing (@mikemimik)
46c6740
fix: pull-request feedback; read full commit message (@mikemimik)
778c102
chore: updated test, made case more clear (@mikemimik)
6dc9852
fix: refactored 'pwrap' function out of code base; use native promises (@mikemimik)
d2e7219
chore: updated package scripts; update CI workflow (@mikemimik)
5872364
chore: renamed test/util/ to test/fixture/; tap will ignore now (@mikemimik)
3c6b71d
chore: linted test file; made tap usage 'better' (@mikemimik)
20f0858
fix: added default values to params for API functions (with tests) (@mikemimik)
3218289
feat: replace get-stream with minipass (@mikemimik)
Documentation
6c8ffa0
docs: removed opts.Promise from docs; no longer in use (@mikemimik)
311bff5
chore: added return types to function docs in README (@mikemimik)
823726a
chore: removed travis badge, added github actions badge (@mikemimik)
80e80ac
chore: updated README (@mikemimik)
Dependencies
baed2b9
deps: standard-version@7.1.0 (audit fix) (@mikemimik)
65c2204
deps: nock@12.0.1 (audit fix) (@mikemimik)
2668386
deps: npm-registry-fetch@8.0.0 (@mikemimik)
ef093e2
deps: tap@14.10.6 (@mikemimik)
Miscellanieous
8e33902
chore: basic project updates (@claudiahdz)
50e1433
fix: update return value; add tests (@mikemimik)
36d5c80
chore: updated gitignore; includes coverage folder (@mikemimik)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.2 (2019-07-16)
3.0.1 (2018-11-12)
Bug Fixes
- ls-packages: fix confusing splitEntity arg check (1769090)
3.0.0 (2018-08-24)
Features
- api: overhaul API ergonomics (1faf00a)
BREAKING CHANGES
- api: all API calls where scope and team were separate, or
where team was an extra, optional argument should now use a
fully-qualified team name instead, in the
scope:team
format.
2.0.1 (2018-08-24)
2.0.0 (2018-08-21)
Bug Fixes
- json: stop trying to parse response JSON (20fdd84)
- lsPackages: team URL was wrong D: (b52201c)
BREAKING CHANGES
- 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)
Bug Fixes
- docs: tiny doc hiccup fix (106396f)
1.2.1 (2018-08-20)
Bug Fixes
- docs: document the stream interfaces (c435aa2)
1.2.0 (2018-08-20)
Bug Fixes
- readme: fix up appveyor badge url (42b45a1)
Features
- streams: add streaming result support for lsPkg and lsCollab (0f06f46)
1.1.0 (2018-08-17)
Bug Fixes
- 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)
Features
- test: add 100% coverage test suite (22b5dec)
1.0.0 (2018-08-17)
Bug Fixes
- test: -100 is apparently bad now (a5ab879)
Features
- impl: initial implementation of api (7039390)