Skip to content

Commit

Permalink
Add groupBy to exported functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Apr 2, 2019
1 parent 6eaf61f commit 40864d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Unreleased

* Add `groupBy` to exported functions

## 3.0.0 (2019-04-02)

* Rename group -> chunk
* Rename groupBy -> chunkBy
* Rename `group` -> `chunk`
* Rename `groupBy` -> `chunkBy`

## 2.0.0 (2019-03-07)

Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export { default as get } from './get'
export { default as getIn } from './getIn'
export { default as gt } from './gt'
export { default as gte } from './gte'
export { default as groupBy } from './groupBy'
export { default as head } from './head'
export { default as id } from './id'
export { default as inc } from './inc'
Expand Down

0 comments on commit 40864d6

Please sign in to comment.