Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed May 16, 2017
1 parent a287e3f commit 393356f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
**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.2.8

- **New Feature**
- Monoid: add `getFunctionStaticMonoid`, closes #70 (@gcanti)
- Foldable: add `traverse_` and `sequence_`, closes #71 (@gcanti)
- add `getStaticMonad` to `EitherT`, `OptionT`, `ReaderT`, closes #81 (@gcanti)
- Applicative: add `when`, closes #77 (@gcanti)
- indexed monad type class and `IxMonadT`, closes #73 (@gcanti)
- Array / function: add refinements, closes #68 (@gcanti, @sledorze)
- **Bug Fix**
- Either: `of` should return `Either`, fix #80 (@gcanti)
- fix `toArray` (@gcanti)

# 0.2.7

- **New Feature**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fp-ts",
"version": "0.2.7",
"version": "0.2.8",
"description": "Functional programming in TypeScript",
"files": [
"lib",
Expand Down

0 comments on commit 393356f

Please sign in to comment.