Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Sep 1, 2017
1 parent 9e4ef3c commit 7900f53
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@
**Note**: Gaps between patch versions are faulty/broken releases.
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.

# 0.5.1

- **Breaking Change**
- migrate to curried APIs when possible (@raveclassic, @gcanti)
- remove useless static `of`s (@gcanti)
- **New Feature**
- Array: add zip and zipWith (@gcanti)
- Monoid: add getArrayMonoid (@gcanti)
- Tuple
- add toString (@gcanti)
- add getApplicative (@gcanti)
- add getChainRec (@gcanti)
- Setoid: add getArraySetoid (@gcanti)
- **Bug fix**
- Store
- fix extend implementation (@gcanti)
- fix toString (@gcanti)
- **Polish**
- Plus: remove any from signatures (@gcanti)

# 0.4.6

- **New Feature**
Expand Down

0 comments on commit 7900f53

Please sign in to comment.