Skip to content

Commit

Permalink
Docs for 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Apr 16, 2019
1 parent 3c63ec6 commit 5dd416c
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.21] - 16 April 2019

### Add

- Add [`last`](src/last/last.js) - Return last element in array

## [0.20] - 22 March 2019

### Add
Expand Down Expand Up @@ -198,8 +204,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.20...HEAD
[Unreleased]: https://github.com/asd14/m/compare/v0.21...HEAD

[0.21]: https://github.com/asd14/m/compare/v0.20...v0.21
[0.20]: https://github.com/asd14/m/compare/v0.19...v0.20.0
[0.19]: https://github.com/asd14/m/compare/v0.18.0...v0.19
[0.18.0]: https://github.com/asd14/m/compare/v0.17.1...v0.18.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. Use [Ramda](https://github.com/ramda/ramda).
* [Develop](#develop)
* [Use](#use)
* [Changelog](#changelog)
* [0.20 - 22 March 2019](#020---22-march-2019)
* [0.21 - 16 April 2019](#021---16-april-2019)
* [Add](#add)

<!-- vim-markdown-toc -->
Expand Down Expand Up @@ -98,8 +98,8 @@ const renameFile = newName => pipe(

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

### 0.20 - 22 March 2019
### 0.21 - 16 April 2019

#### Add

- Add [`pipeP`](src/pipeP/pipeP.js) - Left-to-right function composition that can return Promises
- Add [`last`](src/last/last.js) - Return last element in array

0 comments on commit 5dd416c

Please sign in to comment.