All notable changes to bundle-phobia-cli will be documented in this file. This project adheres to Semantic Versioning.
Nothing So Far
0.14.12 - 2020-12-08
- make install work again β
- running end-to-end for all node versions π₯
- basic end to end test for the install command π‘οΈ
- npm install logs are now forwarded to the terminal π
0.14.11 - 2020-12-06
Covered in PR #37, #38 and #39
- Fix issue with calling
npm
on windows (#37). (regression was introduced by #33 in 0.14.9) - Restore coverage (#39)
0.14.10 - 2020-10-22
Covered in PR #36
- Address #35 issue, and support resolving for packages with dot in it.
- Update dependencies within minor range
0.14.9 - 2020-09-12
Covered in PR #33 (#31 included)
- Drop
shelljs
to use built inchild_process.execFile
- Update dependencies while keeping node 8 support
0.14.8 - 2020-07-24
- npmignored was misconfigured, replaced with
files
configuration inpackage.json
0.14.7 - 2020-07-24
Covered in PR [#30]: π¬οΈ Refreshed dependencies & Better tests π§ͺ
0.14.6 - 2020-03-18
Covered in PR #26
- Restored global predicate on install
0.14.5 - 2020-03-16
Covered in PR #24
- Restored config reading from package.json
0.14.4 - 2020-03-14
- Updated package-lock
0.14.3 - 2020-03-14
Covered in PR #22
- Updated dependencies, Fixing one CVE
0.14.2 - 2020-02-20
Covered in PR #20
- Updated dependencies
0.14.1 - 2019-10-14
- Major refactor from chained promises to async/await
- Change lint configuration and bump to eslint@6
- Replace bluebird by vanilla promises (and util
p-map
)
0.14.0 - 2019-10-10
- Upgraded all dependencies (except eslint)
- Extract yargs config from package.json thanks to @romellem in #16
0.13.0 - 2019-04-04
- Drop support of node 6
0.12.1 - 2019-04-04
- Support of latest npm (the one shippped with node 11)
0.12.0 - 2019-03-14
- Support for Scoped packages, thanks to @marcins
- MIT licence
0.11.0 - 2018-11-11
- Add a
--package
option to read package list from a package.json file
0.10.2 - 2018-11-08
- Improve output of non available versions
0.10.1 - 2018-11-07
- Add a
--self
option to fetch bundle-phobia size
0.10.0 - 2018-11-06
- global predicates for
bundle-phobia-install
0.9.1 - 2018-11-05
bundle-phobia-install
configuration throughpackage.json
0.9.0 - 2018-11-04
- New
bundle-phobia-install
command for conditional installs
0.8.1 - 2018-11-02
- Logging is now performed on stdout
0.8.0 - 2018-11-02
- Support for a list of packages to query
- Various refactors
0.7.0 - 2018-11-01
- Support for version range specifier
0.6.4 - 2018-11-01
- Upgrade all dependencies
0.6.3 - 2018-11-01
- replace
yarn
by vanillanpm
- Change supported node version
0.6.2 - 2018-11-01
- update-notifier set up to have notification of new releases
0.6.1 - 2018-11-01
- New Header in request made to service. PR #6