p-graph/CHANGELOG.md

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

2020-05-25 23:01:22 +03:00
# Change Log - p-graph
2021-10-26 10:12:04 +03:00
This log was last generated on Tue, 26 Oct 2021 07:12:04 GMT and should not be manually modified.
2020-05-25 23:01:22 +03:00
<!-- Start content -->
2021-10-26 10:12:04 +03:00
## 1.1.2
Tue, 26 Oct 2021 07:12:04 GMT
### Patches
- update cyclic dependancy error to inlude the cycle (cheruiyotbryan@gmail.com)
2021-04-13 09:46:49 +03:00
## 1.1.1
Tue, 13 Apr 2021 06:46:49 GMT
### Patches
- add descriptive error message when there is a cyclic dependancy (cheruiyotbryan@gmail.com)
2020-10-22 22:44:39 +03:00
## 1.1.0
Thu, 22 Oct 2020 19:44:39 GMT
### Minor changes
- adding a continue option to p-graph to allow graph to be traversed as far as possible (kchau@microsoft.com)
2020-10-05 20:08:03 +03:00
## 1.0.2
Mon, 05 Oct 2020 17:08:03 GMT
### Patches
- perf: Improve perf of graphHasCycles function (olwheele@microsoft.com)
2020-07-15 00:39:50 +03:00
## 1.0.1
Tue, 14 Jul 2020 21:39:50 GMT
### Patches
- Export types (1581488+christiango@users.noreply.github.com)
2020-07-14 23:57:54 +03:00
## 1.0.0
Tue, 14 Jul 2020 20:57:54 GMT
### Major changes
- Add support for maxConcurrency and allow for setting execution priorities on functions (1581488+christiango@users.noreply.github.com)
2020-05-26 00:06:05 +03:00
## 0.4.1
Mon, 25 May 2020 21:06:05 GMT
### Patches
- change the url of the p-graph (kchau@microsoft.com)
2020-05-25 23:01:22 +03:00
## 0.4.0
Tue, 05 May 2020 21:41:06 GMT
### Minor changes
- ripped out the dependency on p-queue (kchau@microsoft.com)
### Patches
- fix typings (kchau@microsoft.com)
## 0.3.4
Fri, 01 May 2020 20:41:56 GMT
### Patches
- process the args accurately (kchau@microsoft.com)
## 0.3.3
Fri, 01 May 2020 19:12:59 GMT
### Patches
- this lib is using esm default to publish, so it's a bit different in how to require (kchau@microsoft.com)
## 0.3.2
Fri, 01 May 2020 18:26:56 GMT
### Patches
- one more way of doing pGraph() call in types (kchau@microsoft.com)
## 0.3.1
Fri, 01 May 2020 18:25:27 GMT
### Patches
- one more way of doing pGraph() call in types (kchau@microsoft.com)
## 0.3.0
Fri, 01 May 2020 18:21:34 GMT
### Minor changes
- making public api work with 2 args with options (kchau@microsoft.com)
## 0.2.4
Fri, 01 May 2020 17:55:50 GMT
### Patches
- removed the section of readme that is known not to work (kchau@microsoft.com)
## 0.2.3
Fri, 01 May 2020 17:39:19 GMT
### Patches
- fixes the url (kchau@microsoft.com)
## 0.2.2
Fri, 01 May 2020 17:37:29 GMT
### Patches
- updates the readme.md and added a url to the package.json (kchau@microsoft.com)
## 0.2.1
Fri, 01 May 2020 16:30:46 GMT
### Patches
- added types (kchau@microsoft.com)
## 0.2.0
Fri, 01 May 2020 16:15:38 GMT
### Minor changes
- undefined (kchau@microsoft.com)