2.2.0 (June 8, 2017)
Bugfixes
- Allow url_prefix to be only the path - (@BartDubois ) in (#197)
Documentation
Feature
It avoids to update needlessly all dist-tags
versions until is requested, this will help keep in private registry the newest version while those are public can be minor versions, useful for staging servers. More info
- Adds cache option to uplinks - (@silkentrance ) in (#132)
It provides a new property for each uplink to avoid cache tarballs in your local file system.
uplinks:
private:
url: ...
# defaults to true
cache: false