Changelog
All notable changes to this project will be documented in this file.
6.1.1 (2020-04-07)
- normalize package bins in returned manifest
6.1.0 (2020-04-07)
Features
- add 'avoid' semver range option (c64973d)
- add avoidStrict option to strictly avoid (c268796), closes #30
6.0.0 (2020-02-18)
⚠ BREAKING CHANGES
- 'enjoyBy' is no longer an acceptable alias.
Features
- add GitHub Actions file for ci (8985247)
Bug Fixes
- Handle edge cases around before:Date and filtering staged publishes (ed2f92e)
- remove figgy pudding (c24fed2)
- remove outdated cruft from docs (aae7ef7)
- update some missing {loose:true} semver configs (4015424)
- Use canonical 'before' config name (029de59)
5.0.0 (2019-12-15)
⚠ BREAKING CHANGES
This drops support for node < 10.
normalize settings, drop old nodes, update deps (dc2e61c)
4.0.0 (2019-11-11)
deps
BREAKING CHANGES
- this drops support for ancient node versions.
3.0.2 (2019-08-30)
3.0.1 (2019-08-28)
Bug Fixes
- throw 403 for forbidden major/minor versions (003286e), closes #2
3.0.0 (2019-08-20)
Features
- throw forbidden error when package is blocked by policy (ad2a962), closes #1
BREAKING CHANGES
- This adds a new error code when package versions are
blocked.
PR-URL: https://github.com/npm/npm-pick-manifest/pull/1
Credit: @claudiahdz
2.2.3 (2018-10-31)
Bug Fixes
- enjoyBy: rework semantics for enjoyBy again (5e89b62)
2.2.2 (2018-10-31)
Bug Fixes
- enjoyBy: rework semantics for enjoyBy (5684f45)
2.2.1 (2018-10-30)
2.2.0 (2018-10-30)
Bug Fixes
- audit: npm audit fix --force (d5ae6c4)
Features
- enjoyBy: add opts.enjoyBy option to filter versions by date (0b8a790)
2.1.0 (2017-10-18)
Features
- selection: allow manually disabling deprecation skipping (0d239d3)
2.0.1 (2017-10-18)
2.0.0 (2017-10-03)
Bug Fixes
- license: relicense project according to npm policy (#3) (ed743a0)
Features
- selection: Avoid matching deprecated packages if possible (3fc6c3a)
BREAKING CHANGES
- selection: deprecated versions may be skipped now
- license: This moves the license from CC0 to ISC and properly documents the copyright as belonging to npm, Inc.
1.0.4 (2017-06-29)
Bug Fixes
- npa: bump npa version for bugfixes (7cdaca7)
- semver: use loose semver parsing for all ops (bbc0daa)
1.0.3 (2017-05-04)
Bug Fixes
- semver: use semver.clean() instead (f4133b5)
1.0.2 (2017-05-04)
Bug Fixes
- picker: spaces in
wanted
prevented match (97a7d0a)
1.0.1 (2017-04-24)
Bug Fixes
- deps: forgot to add semver (1876f4f)
1.0.0 (2017-04-24)
Features
- api: initial implementation. (b086912)
BREAKING CHANGES