Skip to content

Commit

Permalink
Docs for 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Feb 25, 2019
1 parent 384cf22 commit 0a53554
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.19.0] - 25 February 2019

### Add

- Add [`upsertBy`](src/upsert-by/upsert-by.js) - Update if exists, else update
- Add [`equals`](src/equals/equals) - Tripple equals

## [0.18.0] - 22 January 2019

### Add
Expand Down Expand Up @@ -185,8 +192,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Removed `flow` support

[Unreleased]: https://github.com/asd14/m/compare/v0.18.0...HEAD
[Unreleased]: https://github.com/asd14/m/compare/v0.19.0...HEAD

[0.19.0]: https://github.com/asd14/m/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/asd14/m/compare/v0.17.1...v0.18.0
[0.17.1]: https://github.com/asd14/m/compare/v0.17.0...v0.17.1
[0.17.0]: https://github.com/asd14/m/compare/v0.16.1...v0.17.0
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,9 @@ const renameFile = newName => pipe(

History of all changes in [CHANGELOG.md](CHANGELOG.md)

### 0.18.0 - 22 January 2019
### 0.19.0 - 25 February 2019

#### Add

- Add [`concat`](src/concat/concat.js) - Merge twp arrays into once
- Add [`page`](src/page/page.js) - Subset array using offset and limit
- Add [`groupBy`](src/group-by/group-by.js) - Group an array of objects by field. Returns an array of arrays.

#### Change

- Change [`isMatch`](src/is-match/is-match.js) to accept predicate functions
- Change [`indexBy`](src/index-by/index-by.js) to return object of objects
- Add [`upsertBy`](src/upsert-by/upsert-by.js) - Update if exists, else update
- Add [`equals`](src/equals/equals) - Tripple equals

0 comments on commit 0a53554

Please sign in to comment.