Skip to content

Latest commit

 

History

History
384 lines (174 loc) · 11.9 KB

File metadata and controls

384 lines (174 loc) · 11.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

8.1.5 (2020-10-12)

Bug Fixes

  • respect publishConfig.registry when specified (32e36ef), closes #35

8.1.4 (2020-08-17)

Bug Fixes

  • redact passwords from http logs (3c294eb)

8.1.3 (2020-07-21)

8.1.2 (2020-07-11)

8.1.1 (2020-06-30)

8.1.0 (2020-05-20)

Features

  • add npm-command HTTP header (1bb4eb2)

8.0.3 (2020-05-13)

Bug Fixes

  • update minipass and make-fetch-happen to latest (3b6c5d0), closes #23

8.0.2 (2020-05-04)

Bug Fixes

  • update make-fetch-happen to 8.0.6 (226df2c)

8.0.0 (2020-02-24)

⚠ BREAKING CHANGES

  • Removes the 'opts.refer' option and the HTTP Referer header (unless explicitly added to the 'headers' option, of course).

PR-URL: npm/npm-registry-fetch#25 Credit: @isaacs

Bug Fixes

  • remove referer header and opts.refer (eb8f7af), closes #25

7.0.1 (2020-02-24)

7.0.0 (2020-02-18)

⚠ BREAKING CHANGES

  • figgy pudding is now nowhere to be found.
  • this removes figgy-pudding, and drops several option aliases.

Defaults and behavior are all the same, and this module is now using the canonical camelCase option names that npm v7 will provide to all its deps.

Related to: npm/rfcs#102

PR-URL: npm/npm-registry-fetch#22 Credit: @isaacs

Bug Fixes

  • Remove figgy-pudding, use canonical option names (ede3c08), closes #22

  • update cacache, ssri, make-fetch-happen (57fcc88)

6.0.2 (2020-02-14)

Bug Fixes

  • always bypass cache when ?write=true (83f89f3)

6.0.1 (2020-02-14)

Bug Fixes

  • use 30s default for timeout as per README (50e8afc), closes #20

6.0.0 (2019-12-17)

⚠ BREAKING CHANGES

  • This drops support for node < 10.

There are some lint failures due to standard pushing for using WhatWG URL objects instead of url.parse/url.resolve. However, the code in this lib does some fancy things with the query/search portions of the parsed url object, so it'll take a bit of care to make it work properly.

Bug Fixes

  • detect CI so our tests don't fail in CI (5813da6)

  • Use WhatWG URLs instead of url.parse (8ccfa8a)

  • normalize settings, drop old nodes, update deps (510b125)

5.0.1 (2019-11-11)

5.0.0 (2019-10-04)

Bug Fixes

  • prefer const in getAuth function (90ac7b1)
  • use minizlib instead of core zlib (e64702e)

Features

  • refactor to use Minipass streams (bb37f20)

BREAKING CHANGES

  • this replaces all core streams (except for some PassThrough streams in a few tests) with Minipass streams, and updates all deps to the latest and greatest Minipass versions of things.

4.0.2 (2019-10-04)

Bug Fixes

4.0.0 (2019-07-15)

  • cacache@12.0.0, infer uid from cache folder (0c4f060)

BREAKING CHANGES

  • uid and gid are inferred from cache folder, rather than being passed in as options.

3.9.1 (2019-07-02)

3.9.0 (2019-01-24)

Features

  • auth: support username:password encoded legacy _auth (a91f90c)

3.8.0 (2018-08-23)

Features

  • mapJson: add support for passing in json stream mapper (0600986)

3.7.0 (2018-08-23)

Features

  • json.stream: add utility function for streamed JSON parsing (051d969)

3.6.0 (2018-08-22)

Bug Fixes

  • docs: document opts.forceAuth (40bcd65)

Features

  • opts.ignoreBody: add a boolean to throw away response bodies (6923702)

3.5.0 (2018-08-22)

Features

  • pkgid: heuristic pkgid calculation for errors (2e789a5)

3.4.0 (2018-08-22)

Bug Fixes

  • deps: use new figgy-pudding with aliases fix (0308f54)

Features

  • auth: add forceAuth option to force a specific auth mechanism (4524d17)

3.3.0 (2018-08-21)

Bug Fixes

  • query: stop including undefined keys (4718b1b)

Features

  • otp: use heuristic detection for malformed EOTP responses (f035194)

3.2.1 (2018-08-16)

Bug Fixes

  • opts: pass through non-null opts.retry (beba040)

3.2.0 (2018-07-27)

Features

  • gzip: add opts.gzip convenience opt (340abe0)

3.1.1 (2018-04-09)

3.1.0 (2018-04-09)

Features

  • config: support no-proxy and https-proxy options (9aa906b)

3.0.0 (2018-04-09)

Bug Fixes

  • api: pacote integration-related fixes (a29de4f)
  • config: stop caring about opts.config (5856a6f)

BREAKING CHANGES

  • config: opts.config is no longer supported. Pass the options down in opts itself.

2.1.0 (2018-04-08)

Features

  • token: accept opts.token for opts._authToken (108c9f0)

2.0.0 (2018-04-08)

meta

  • drop support for node@4 (758536e)

BREAKING CHANGES

  • node@4 is no longer supported

1.1.1 (2018-04-06)

1.1.0 (2018-03-16)

Features

  • specs: can use opts.spec to trigger pickManifest (85c4ac9)

1.0.1 (2018-03-16)

Bug Fixes

  • query: oops console.log (870e4f5)

1.0.0 (2018-03-16)

Bug Fixes

  • auth: get auth working with all the little details (84b94ba)
  • deps: add bluebird as an actual dep (1286e31)
  • errors: Unknown auth errors use default code (#1) (3d91b93)
  • standard: remove args from invocation (9620a0a)

Features

  • api: baseline kinda-working API impl (bf91f9f)
  • body: automatic handling of different opts.body values (f3b97db)
  • config: nicer input config input handling (b9ce21d)
  • opts: use figgy-pudding for opts handling (0abd527)
  • query: add query utility support (65ea8b1)