All Versions
198
Latest Version
Avg Release Cycle
16 days
Latest Release
1387 days ago
Changelog History
Page 18
Changelog History
Page 18
-
v0.7.1 Changes
March 29, 2014 -
v0.7.0 Changes
March 13, 2014config changes:
- breaking change: all time intervals are now specified in seconds instead of milliseconds for the sake of consistency. Change
timeout
if you have one! - all time intervals now can be specified in nginx notation, for example
1m 30s
will specify a 90 seconds timeout - added
maxage
option to avoid asking public registry for the same data too often (issue #47) - added
max_fails
andfail_timeout
options to reduce amount of requests to public registry when it's down (issue #7)
- breaking change: all time intervals are now specified in seconds instead of milliseconds for the sake of consistency. Change
๐ bug fixes:
other changes:
- 404 errors are returned in couchdb-like manner (issue #56)
-
v0.6.7 Changes
March 05, 2014- ๐ pin down express@3 version, since sinopia doesn't yet work with express@4
-
v0.6.5 Changes
February 28, 2014- old SSL keys for npm are removed, solves
SELF_SIGNED_CERT_IN_CHAIN
error
- old SSL keys for npm are removed, solves
-
v0.6.3 Changes
February 03, 2014 -
v0.6.2 Changes
January 18, 2014 -
v0.6.1 Changes
January 13, 2014- ๐ support setting different storage paths for different packages (issue #35)
-
v0.6.0 Changes
December 30, 2013 -
v0.5.9 Changes
December 26, 2013- ๐ fixing bug with bad Accept header (issue #32)
-
v0.5.8 Changes
December 20, 2013- ๐ fixed a warning from js-yaml
- ๐ don't color multiline strings in logs output
- ๐ better error messages in various cases
- โ test format changed