mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
parent
97c30e94f1
commit
9ec0978c00
10
Releases.md
10
Releases.md
@ -1,3 +1,13 @@
|
||||
### 0.187.0 / 2023.05.12
|
||||
|
||||
- feat(collections): add `partitionEntries` (#3365)
|
||||
- feat(regexp): add escape function (#3334)
|
||||
- fix(datetime): negative months, quarters, and years (#3367)
|
||||
- fix(http/file_server): dealing with dir listing view that contain system files
|
||||
(#3371)
|
||||
- fix(http/file_server): redirect non-canonical URL to canonical URL (#3362)
|
||||
- perf(http/file_server): read fileinfo in parallel (#3363)
|
||||
|
||||
### 0.186.0 / 2023.05.04
|
||||
|
||||
- BREAKING(path): deprecate path.sep (#3342)
|
||||
|
@ -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.186.0";
|
||||
export const VERSION = "0.187.0";
|
||||
|
Loading…
Reference in New Issue
Block a user