mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
* Bump lodash from 4.17.15 to 4.17.19 (#52) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * Bump @actions/core from 1.1.3 to 1.2.6 (#60) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * updating node_nodules * updated package-lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3.3 KiB
3.3 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.0.5 (2018-03-02)
Bug Fixes
- avoid using deprecated Buffer constructor (#94) (d5770df), closes /nodejs.org/api/deprecations.html#deprecations_dep0005
6.0.4 (2018-01-31)
Bug Fixes
6.0.3 (2018-01-23)
6.0.2 (2018-01-23)
6.0.1 (2018-01-23)
6.0.0 (2018-01-23)
Bug Fixes
- fix certain arguments not being correctly escaped or causing batch syntax error (900cf10), closes #82 #51
- fix commands as posix relatixe paths not working correctly, e.g.:
./my-command(900cf10) - fix
optionsargument being mutated (900cf10) - fix commands resolution when PATH was actually Path (900cf10)
Features
- improve compliance with node's ENOENT errors (900cf10)
- improve detection of node's shell option support (900cf10)
Chores
- upgrade tooling
- upgrate project to es6 (node v4)
BREAKING CHANGES
- remove support for older nodejs versions, only
node >= 4is supported
5.1.0 (2017-02-26)
Bug Fixes
- fix
options.shellsupport for NodeJS v4.8
5.0.1 (2016-11-04)
Bug Fixes
- fix
options.shellsupport for NodeJS v7
5.0.0 (2016-10-30)
Features
- add support for
options.shell - improve parsing of shebangs by using
shebang-commandmodule
Chores
- refactor some code to make it more clear
- update README caveats