mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.119.0
This commit is contained in:
parent
0d7cf1f2a3
commit
9a52967ec2
@ -1,3 +1,10 @@
|
||||
### 0.119.0 / 2021.12.22
|
||||
|
||||
- feat(hash): add Tiger hash (#1729)
|
||||
- feat(node): expose util.debuglog (#1735)
|
||||
- feat(node/util): implement `getOwnNonIndexProperties` (#1728)
|
||||
- feat(uuid): add `validate` function to check UUID (#1720)
|
||||
|
||||
### 0.118.0 / 2021.12.16
|
||||
|
||||
- [BREAKING] Remove 'findLast' from 'collections' module (#1527)
|
||||
|
@ -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.118.0";
|
||||
export const VERSION = "0.119.0";
|
||||
|
Loading…
Reference in New Issue
Block a user