mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
6.2 KiB
6.2 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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
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)