Skip to content

Commit

Permalink
build: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtieber committed Nov 30, 2021
1 parent 521dbb2 commit ab75b27
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this auto-generated file.


## 1.0.0 (2021-11-30)


### :tropical_fish: Features

* add checks for `isLeft`/`isRight` ([4687e4a](https://github.com/dtieber/either-dt/commit/4687e4a922c9d592f5fdb4d47697f68c371458a4))
* add option to `map` righty values ([c1ddca5](https://github.com/dtieber/either-dt/commit/c1ddca5c397bae5ab8f99444767f8f661817e16c))
* add option to transform value using `fold` ([b81fa0b](https://github.com/dtieber/either-dt/commit/b81fa0bf35aa065947a5ae70d03a6076a11f4823))
* add primitive accessors for left/right ([d87ed9c](https://github.com/dtieber/either-dt/commit/d87ed9cd269b98f935230b4167409663d93e6c81))
* add simple either class ([be569dd](https://github.com/dtieber/either-dt/commit/be569ddb6403fa8449e9ccd8e2b7c5f33c2639e8))
* return either right value or given value with `getOrElse` ([743f196](https://github.com/dtieber/either-dt/commit/743f19666219de8870ee3945f75e3cdee16708e4))

0 comments on commit ab75b27

Please sign in to comment.