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

Commit

Permalink
release(0.18.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed Jan 23, 2017
1 parent 32b18ee commit ff61d13
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v0.18.0

### Migration path
* Internal `arity` function no longer preserves `this` context. This should not affect the public API, but always be sure that you are not implicitly relying on `this` when working with redash.

### Features
* Added `clamp`.
* Added `groupBy`.
* Added `takeUntil`.
* Added `trace`.
* Added `transform`.
* Added `flatMap` alias for `chain`.

### Improvements
* `concat` now dispatches to the first argument's `concat` method.
* `concat` now supports strings.
* `curry` now supplies _all_ arguments to the wrapped function. This improves support for functions that do not properly report their arities.
* `filter` now works for objects.
* `reject` now works for objects.

## v0.17.0

### Migration path
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redash",
"version": "0.17.0",
"version": "0.18.0",
"description": "A better Standard Library for JavaScript",
"main": "redash.js",
"module": "redash.next.js",
Expand Down

0 comments on commit ff61d13

Please sign in to comment.