fun-promises Changelog

## [2.1.0](https://github.com/RobertFischer/fun-promises/compare/v2.0.2...v2.1.0) (2020-12-14)


### Features

* **constructor:** allow any promisable to be passed in (not just a Promise) ([767d773](https://github.com/RobertFischer/fun-promises/commit/767d773c935bb0835a2c09b603ca2a5652a1a4d6))
* **flatfold:** implement a concatenating version of fold ([3b065be](https://github.com/RobertFischer/fun-promises/commit/3b065bea41affa166c575045ad1ff882c5584e1b)), closes [#4](https://github.com/RobertFischer/fun-promises/issues/4)

<!-- @format -->

fun-promises Changelog

## [1.2.0](https://github.com/RobertFischer/fun-promises/compare/v1.1.0...v1.2.0) (2020-12-03)

### Features

- **fold:** implements fold in case map and filter don't cut it
  ([86c010f](https://github.com/RobertFischer/fun-promises/commit/86c010ff5f934602a2a964cb71ebb73697ed7c2a)),
  closes [#12](https://github.com/RobertFischer/fun-promises/issues/12)
- **tap:** implement 'tap' for peeking at values
  ([0f4816a](https://github.com/RobertFischer/fun-promises/commit/0f4816ab42fd9f18bf91e179d2c03fed25822f11))

### Reverts

- **release:** the cleanup caused a problem with the autocommitting
  ([6c03637](https://github.com/RobertFischer/fun-promises/commit/6c03637137923e0581a4a736bcb6bd4aa25c77d4))

## [1.2.0-rc.2](https://github.com/RobertFischer/fun-promises/compare/v1.2.0-rc.1...v1.2.0-rc.2) (2020-12-02)

### Features

- **fold:** implements fold in case map and filter don't cut it
  ([86c010f](https://github.com/RobertFischer/fun-promises/commit/86c010ff5f934602a2a964cb71ebb73697ed7c2a)),
  closes [#12](https://github.com/RobertFischer/fun-promises/issues/12)

## [1.2.0-rc.1](https://github.com/RobertFischer/fun-promises/compare/v1.1.0...v1.2.0-rc.1) (2020-12-02)

### Features

- **tap:** implement 'tap' for peeking at values
  ([0f4816a](https://github.com/RobertFischer/fun-promises/commit/0f4816ab42fd9f18bf91e179d2c03fed25822f11))

### Reverts

- **release:** the cleanup caused a problem with the autocommitting
  ([6c03637](https://github.com/RobertFischer/fun-promises/commit/6c03637137923e0581a4a736bcb6bd4aa25c77d4))

## [1.1.0-rc.2](https://github.com/RobertFischer/fun-promises/compare/v1.1.0-rc.1...v1.1.0-rc.2) (2020-12-02)

### Features

- **tap:** implement 'tap' for peeking at values
  ([ce059bd](https://github.com/RobertFischer/fun-promises/commit/ce059bdb12c4706f8bf8189d5b09dadae740fa47))

### Reverts

- **release:** the cleanup caused a problem with the autocommitting
  ([c9ad636](https://github.com/RobertFischer/fun-promises/commit/c9ad636762e510ce0218f4c13b506cac05f4ab0f))

<!-- @format -->

fun-promises Changelog

## [1.0.0-rc.3](https://github.com/RobertFischer/fun-promises/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-11-12)

### Features

- **flatmap and join:** implement the flatMap(Seq) and join methods
  ([0f699e7](https://github.com/RobertFischer/fun-promises/commit/0f699e767aae76e46ade4b9ae9019f457c9b8450))
