Changelog
------

### 2.0.0 (November 9, 2021)

- Update dependencies to remove deprecations for babel/etc
- Drop support for node 10. Add support for node 16 [138](https://github.com/fivetanley/ember-promise-helpers/pull/143) by @jrjohnson and @fivetanley

### 1.0.7 (December 4, 2018)

- remove re-exports of non-existant names [32](https://github.com/fivetanley/ember-promise-helpers/pull/32) by @ef4
- fix typo [33](https://github.com/fivetanley/ember-promise-helpers/pull/33) by @kellyselden

### 1.0.3 (April 26, 2017)

- Support 1..n promises by @josex2r [18](https://github.com/fivetanley/ember-promise-helpers/pull/18)
- Babel 6 support by @tylerdurdenpants [19](https://github.com/fivetanley/ember-promise-helpers/pull/19)

### 1.0.2 (March 21, 2016)

- Fix issues when using non-promises and a re-render bug by @ef4
  [#8](https://github.com/fivetanley/ember-promise-helpers/pull/8)
- Fix template snippets in README.md by @balinterdi
  [#9](https://github.com/fivetanley/ember-promise-helpers/pull/9)

### 1.0.1 (March 9, 2016)

- Some documentation updates for is-fulfilled

### 1.0.0 (March 9, 2016)

- Initial Release :party:
