lage/CHANGELOG.md

258 строки
3.7 KiB
Markdown
Исходник Обычный вид История

2020-05-18 23:16:27 +03:00
# Change Log - lage
2020-06-09 02:47:43 +03:00
This log was last generated on Mon, 08 Jun 2020 23:47:43 GMT and should not be manually modified.
2020-05-18 23:16:27 +03:00
<!-- Start content -->
2020-06-09 02:47:43 +03:00
## 0.11.2
Mon, 08 Jun 2020 23:47:43 GMT
### Patches
- fixed a bug with the since flag so that an empty is defaulted to origin/master (kchau@microsoft.com)
2020-06-09 02:46:49 +03:00
## 0.11.1
Mon, 08 Jun 2020 23:46:49 GMT
### Patches
- bump websocket-extensions (kchau@microsoft.com)
2020-06-07 20:56:33 +03:00
## 0.11.0
Sun, 07 Jun 2020 17:56:33 GMT
### Minor changes
- salt with environmentGlob (kchau@microsoft.com)
2020-06-06 22:33:34 +03:00
## 0.10.1
Sat, 06 Jun 2020 19:33:34 GMT
### Patches
- bump backfill (kchau@microsoft.com)
2020-06-06 02:31:46 +03:00
## 0.10.0
Fri, 05 Jun 2020 23:31:46 GMT
### Minor changes
- per task caching (kchau@microsoft.com)
2020-06-05 19:33:19 +03:00
## 0.9.2
Fri, 05 Jun 2020 16:33:19 GMT
### Patches
- fixing hash! (kchau@microsoft.com)
2020-06-04 20:04:06 +03:00
## 0.9.1
Thu, 04 Jun 2020 17:04:06 GMT
### Patches
- fixed the ignore param so that it works! (kchau@microsoft.com)
2020-06-04 03:21:21 +03:00
## 0.9.0
Thu, 04 Jun 2020 00:21:21 GMT
### Minor changes
- refactored internally to use @microsoft/task-scheduler (kchau@microsoft.com)
2020-05-29 02:14:00 +03:00
## 0.8.2
Thu, 28 May 2020 23:14:00 GMT
### Patches
- refactor to reduce the scope of what gets run in a scoped run (kchau@microsoft.com)
2020-05-28 22:07:51 +03:00
## 0.8.1
Thu, 28 May 2020 19:07:51 GMT
### Patches
- internal refactoring for discoverTaskDeps (kchau@microsoft.com)
2020-05-26 21:54:57 +03:00
## 0.8.0
Tue, 26 May 2020 18:54:57 GMT
### Minor changes
- add support for running command with different npm clients (kchau@microsoft.com)
2020-05-26 03:18:08 +03:00
## 0.7.2
Tue, 26 May 2020 00:18:08 GMT
### Patches
- change to p-profiler instead of @lerna/profiler (kchau@microsoft.com)
2020-05-25 22:49:21 +03:00
## 0.7.1
Mon, 25 May 2020 19:49:21 GMT
### Patches
- fixing the correct check for typeof since (kchau@microsoft.com)
2020-05-25 21:26:19 +03:00
## 0.7.0
Mon, 25 May 2020 18:26:19 GMT
### Minor changes
- adding handling for multiple args (kchau@microsoft.com)
2020-05-25 02:10:13 +03:00
## 0.6.2
Sun, 24 May 2020 23:10:13 GMT
### Patches
- make sure no outputglob match do not crash (kchau@microsoft.com)
2020-05-25 01:01:39 +03:00
## 0.6.1
Sun, 24 May 2020 22:01:39 GMT
### Patches
- fix cache directory (kchau@microsoft.com)
2020-05-24 07:36:58 +03:00
## 0.6.0
Sun, 24 May 2020 04:36:58 GMT
### Minor changes
- adding cacheOptions to lage.config.js (kchau@microsoft.com)
2020-05-24 02:20:06 +03:00
## 0.5.0
Sat, 23 May 2020 23:20:06 GMT
### Minor changes
- adding a --since feature (kchau@microsoft.com)
### Patches
- add support for untracked and unstaged files for --since (kchau@microsoft.com)
2020-05-22 23:39:55 +03:00
## 0.4.9
Fri, 22 May 2020 20:39:55 GMT
### Patches
- bumping backfill (kchau@microsoft.com)
2020-05-19 02:19:09 +03:00
## 0.4.8
Mon, 18 May 2020 23:19:09 GMT
### Patches
- adds link to repo from npm package metadata (kchau@microsoft.com)
2020-05-18 23:16:27 +03:00
## 0.4.7
Mon, 18 May 2020 16:25:15 GMT
### Patches
- update backfill to latest (kchau@microsoft.com)
## 0.4.6
Wed, 13 May 2020 23:30:10 GMT
### Patches
- fixing up npm cmd call so it's platform independent (kchau@microsoft.com)
## 0.4.5
Wed, 13 May 2020 22:42:02 GMT
### Patches
- more event listeners (kchau@microsoft.com)
## 0.4.4
Wed, 13 May 2020 18:47:23 GMT
### Patches
- allow tasks with no deps to run as well (kchau@microsoft.com)
## 0.4.3
Wed, 13 May 2020 16:37:33 GMT
### Patches
- truly respects the profile flag (kchau@microsoft.com)
## 0.4.2
Wed, 13 May 2020 16:28:31 GMT
### Patches
- added option to do profiling or not (kchau@microsoft.com)
## 0.4.1
Wed, 13 May 2020 01:58:36 GMT
### Patches
- added usage stuff (kchau@microsoft.com)
## 0.4.0
Wed, 13 May 2020 01:55:26 GMT
### Minor changes
- better logging (kchau@microsoft.com)
## 0.3.0
Wed, 13 May 2020 01:33:46 GMT
### Minor changes
- adding verbose logging (kchau@microsoft.com)
## 0.2.1
Wed, 13 May 2020 01:23:45 GMT
### Patches
- fixes the binary script (kchau@microsoft.com)
## 0.2.0
Wed, 13 May 2020 01:14:27 GMT
### Minor changes
- updated with latest and greatest backfill (kchau@microsoft.com)