Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit 5464d28

Browse files
author
David Zukowski
committed
release(0.16.0)
1 parent b233e38 commit 5464d28

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.16.0
2+
3+
### Features
4+
* Added `F`.
5+
* Added `T`.
6+
* Added `partition`.
7+
8+
### Deprecations
9+
* `mapIndexed` is now `mapi`.
10+
111
## v0.15.1
212

313
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redash",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "A better Standard Library for JavaScript",
55
"main": "redash.js",
66
"module": "redash.next.js",

0 commit comments

Comments
 (0)