mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.107.0 (#1277)
This commit is contained in:
parent
44c326dc5b
commit
197bb8c295
19
Releases.md
19
Releases.md
@ -1,3 +1,22 @@
|
||||
### 0.107.0 / 2021.09.14
|
||||
|
||||
- BREAKING(http): cookie headers as params (#1041)
|
||||
- feat(collection): add findSingle (#1166)
|
||||
- feat(collections): Add `associatewith` (#1213)
|
||||
- feat(collections): add `runningReduce` (#1226)
|
||||
- feat(collections): add `sample` API (#1212)
|
||||
- feat(collections): add dropWhile (#1185)
|
||||
- feat(collections): add maxWith (#1170)
|
||||
- feat(collections): add minWith (#1169)
|
||||
- feat(collections): add reduceGroups (#1187)
|
||||
- feat(collections): add slidingWindows (#1191)
|
||||
- feat(io/streams): propagate cancel in readableStreamFromIterable() (#1274)
|
||||
- fix(collections/includesValue): prevent enumerable prototype check (#1225)
|
||||
- fix(testing/asserts): export Constructor type (#1208)
|
||||
- fix(tests/yaml): expect !!js/function parse/stringify to throw (#1276)
|
||||
- fix: update to latest signal API changes
|
||||
- security(encoding/yaml): disable functions (#1275)
|
||||
|
||||
### 0.106.0 / 2021.08.23
|
||||
|
||||
- feat(async): add abort signal to delay (#1130)
|
||||
|
@ -5,4 +5,4 @@
|
||||
* the cli's API is stable. In the future when std becomes stable, likely we
|
||||
* will match versions with cli as we have in the past.
|
||||
*/
|
||||
export const VERSION = "0.106.0";
|
||||
export const VERSION = "0.107.0";
|
||||
|
Loading…
Reference in New Issue
Block a user