All Versions
198
Latest Version
Avg Release Cycle
16 days
Latest Release
1103 days ago

Changelog History
Page 18

  • v0.7.1 Changes

    March 29, 2014
    • โœ… added ignore_latest_tag config param (issues #55, #59)
    • ๐Ÿ‘€ reverted PR #56 (see discussion in #57)
  • v0.7.0 Changes

    March 13, 2014
    • config 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 and fail_timeout options to reduce amount of requests to public registry when it's down (issue #7)
    • ๐Ÿ› bug fixes:

      • fix crash when headers are sent twice (issue #52)
      • all tarballs are returned with Content-Length, which allows yapm to estimate download time
      • when connection to public registry is interrupted when downloading a tarball, we no longer save incomplete tarball to the disk
    • 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
  • v0.6.3 Changes

    February 03, 2014
    • validate tags and versions (issue #40)
    • don't crash when process.getuid doesn't exist (issue #41)
  • v0.6.2 Changes

    January 18, 2014
    • โž• adding config param to specify upload limits (issue #39)
    • making loose semver versions work (issue #38)
  • v0.6.1 Changes

    January 13, 2014
    • ๐Ÿ‘Œ support setting different storage paths for different packages (issue #35)
  • v0.6.0 Changes

    December 30, 2013
    • ๐Ÿท tag support (issue #8)
    • โž• adding support for npm 1.3.19+ behaviour (issue #31)
    • ๐Ÿ‘ removing all support for proxying publish requests to uplink (too complex)
  • 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