Skip to content

Commit

Permalink
Update docs for 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Nov 17, 2018
1 parent acb028d commit c69555d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.15.2] - 17 November 2018

### Change

- Change [`remove`](/src/remove/remove) to allow multiple values to be removed at once

## [0.15.1] - 17 November 2018

### Change
Expand Down Expand Up @@ -135,8 +141,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.15.1...HEAD
[Unreleased]: https://github.com/asd14/m/compare/v0.15.2...HEAD

[0.15.2]: https://github.com/asd14/m/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/asd14/m/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/asd14/m/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/asd14/m/compare/v0.13.2...v0.14.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Changes a lot and not yet complete. Use [Ramda](https://github.com/ramda/ramda)
- [Develop](#develop)
- [Use](#use)
- [Changelog](#changelog)
- [0.15.1 - 17 November 2018](#0151---17-november-2018)
- [0.15.2 - 17 November 2018](#0152---17-november-2018)

<!-- /MarkdownTOC -->

Expand Down Expand Up @@ -111,8 +111,8 @@ const renameFile = newName => pipe(

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

### 0.15.1 - 17 November 2018
### 0.15.2 - 17 November 2018

#### Change

- Change [`filter`](/src/filter/filter) to also iterate over non-array input, treat as array of one.
- Change [`remove`](/src/remove/remove) to allow multiple values to be removed at once

0 comments on commit c69555d

Please sign in to comment.