mirror of
https://github.com/azure/login.git
synced 2026-06-07 22:47:13 +00: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>
9.3 KiB
9.3 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.4 (2020-05-06)
Bug Fixes
4.1.3 (2020-03-27)
Bug Fixes
- handle sourcemap
sourcesemtpy edge case (#94) (628af48) - v8 coverage ranges that fall on \n characters cause exceptions (#96) (c5731a3)
4.1.2 (2020-02-09)
Bug Fixes
4.1.1 (2020-02-07)
Bug Fixes
4.1.0 (2020-02-06)
Features
4.0.1 (2019-12-12)
Bug Fixes
4.0.0 (2019-11-23)
⚠ BREAKING CHANGES
- paths are now consistently absolute.
Features
Bug Fixes
3.2.6 (2019-10-24)
Bug Fixes
3.2.5 (2019-10-07)
Bug Fixes
3.2.4 (2019-10-06)
3.2.3 (2019-06-24)
Bug Fixes
- regex for detecting Node < 10.16 was off (4ca7220)
3.2.2 (2019-06-24)
Bug Fixes
- Node >10.16.0 now uses new module wrap API (7d7c9cb)
3.2.1 (2019-06-23)
Bug Fixes
3.2.0 (2019-06-23)
Build System
Features
- add a sources option allowing to bypass fs operations (#36) (4f5a681)
- add TS typings (#35) (5251108)
- allow sourceMaps with sourceRoot (#32) (8eb2ed0)
3.1.3 (2019-05-11)
Bug Fixes
- deps: source-map should be dependency not dev-dependency (3f6208e)
3.1.2 (2019-05-02)
Bug Fixes
3.1.1 (2019-05-02)
Bug Fixes
3.1.0 (2019-05-02)
Features
3.0.1 (2019-05-01)
Bug Fixes
3.0.0 (2019-04-29)
Features
BREAKING CHANGES
- v8-to-istanbul is now async, making it possible to use the latest source-map library
2.1.0 (2019-04-21)
Features
2.0.5 (2019-04-18)
Bug Fixes
2.0.4 (2019-04-07)
Bug Fixes
2.0.3 (2019-04-07)
2.0.2 (2019-01-20)
Bug Fixes
2.0.1 (2019-01-20)
Bug Fixes
2.0.0 (2018-12-21)
Features
BREAKING CHANGES
- we no longer attempt to detect ESM modules, rather the consumer sets a wrapper length
1.2.1 (2018-09-12)
1.2.0 (2017-12-05)
Features
1.1.0 (2017-12-01)
Features
- initial implementation (6140c6c)