mike-north/ember-api-actions

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
## [0.2.9](https://github.com/mike-north/ember-api-actions/compare/v0.2.8...v0.2.9) (2020-04-04)


### Bug Fixes

* **deps:** ember-cli-typescript ([#409](https://github.com/mike-north/ember-api-actions/issues/409)) ([c493a53](https://github.com/mike-north/ember-api-actions/commit/c493a53))

## [0.2.8](https://github.com/mike-north/ember-api-actions/compare/v0.2.7...v0.2.8) (2019-04-11)


### Bug Fixes

* update ember-cli-typescript ([ac5b054](https://github.com/mike-north/ember-api-actions/commit/ac5b054)), closes [#368](https://github.com/mike-north/ember-api-actions/issues/368)

## [0.2.7](https://github.com/mike-north/ember-api-actions/compare/v0.2.6...v0.2.7) (2019-02-15)


### Bug Fixes

* change Ember.merge to Ember.assign ([2859d33](https://github.com/mike-north/ember-api-actions/commit/2859d33))

## [0.2.6](https://github.com/mike-north/ember-api-actions/compare/v0.2.5...v0.2.6) (2018-11-27)


### Bug Fixes

* optionalDependencies -> devDependencies ([e1b0c9e](https://github.com/mike-north/ember-api-actions/commit/e1b0c9e))

## [0.2.5](https://github.com/mike-north/ember-api-actions/compare/v0.2.4...v0.2.5) (2018-11-08)


### Bug Fixes

* code coverage ([cff214c](https://github.com/mike-north/ember-api-actions/commit/cff214c))
* node8 in CI ([68a6da7](https://github.com/mike-north/ember-api-actions/commit/68a6da7))

## [0.2.4](https://github.com/mike-north/ember-api-actions/compare/v0.2.3...v0.2.4) (2018-11-04)


### Bug Fixes

* **deps:** update dependency ember-cli-babel to v7.1.3 ([54c61d4](https://github.com/mike-north/ember-api-actions/commit/54c61d4))

## [0.2.3](https://github.com/mike-north/ember-api-actions/compare/v0.2.2...v0.2.3) (2018-11-04)


### Bug Fixes

* **deps:** update dependency ember-cli-typescript to v2.0.0-beta.3 ([c16743e](https://github.com/mike-north/ember-api-actions/commit/c16743e))
* ESLint fixes ([b707c9f](https://github.com/mike-north/ember-api-actions/commit/b707c9f))

## [0.2.2](https://github.com/mike-north/ember-api-actions/compare/v0.2.1...v0.2.2) (2018-11-01)


### Bug Fixes

* lint:ts script for tslint ([1a92733](https://github.com/mike-north/ember-api-actions/commit/1a92733))
* more type safety ([8a8df37](https://github.com/mike-north/ember-api-actions/commit/8a8df37))

## [0.2.1](https://github.com/mike-north/ember-api-actions/compare/v0.2.0...v0.2.1) (2018-11-01)


### Bug Fixes

* after hook should only be fired if the record is NOT destroyed ([9c91f99](https://github.com/mike-north/ember-api-actions/commit/9c91f99))
* cleanup variable names, delete empty file ([cd0338f](https://github.com/mike-north/ember-api-actions/commit/cd0338f))

# [0.2.0](https://github.com/mike-north/ember-api-actions.git/compare/v0.1.9...v0.2.0) (2018-10-31)


### Bug Fixes

* after hook should only be fired if the record is NOT destroyed ([9e4149c](https://github.com/mike-north/ember-api-actions.git/commit/9e4149c))
* cleanup variable names, delete empty file ([b0e2bd9](https://github.com/mike-north/ember-api-actions.git/commit/b0e2bd9))


### Features

* Extract serializeAndPush into a util exported by this add-on ([67dbe8a](https://github.com/mike-north/ember-api-actions.git/commit/67dbe8a))

## [0.1.9](https://github.com/mike-north/ember-api-actions/compare/v0.1.8...v0.1.9) (2018-09-02)


### Bug Fixes

* bump dependencies ([915f13d](https://github.com/mike-north/ember-api-actions/commit/915f13d))
* cut npm release only after ember-try cleanup ([d8e261e](https://github.com/mike-north/ember-api-actions/commit/d8e261e))
* install regenerator for async/await in tests ([ca062d3](https://github.com/mike-north/ember-api-actions/commit/ca062d3))
* linting ([ce539bf](https://github.com/mike-north/ember-api-actions/commit/ce539bf))
* readme badges ([e27d3f6](https://github.com/mike-north/ember-api-actions/commit/e27d3f6))
* semantic-release ([365ed29](https://github.com/mike-north/ember-api-actions/commit/365ed29))
* semantic-release as optional dependency ([dd36367](https://github.com/mike-north/ember-api-actions/commit/dd36367))
* update tests to RFC 232 style ([76c5142](https://github.com/mike-north/ember-api-actions/commit/76c5142))

# Change Log

## [Unreleased](https://github.com/mike-north/ember-api-actions/tree/HEAD)

[Full Changelog](https://github.com/mike-north/ember-api-actions/compare/v0.0.11...HEAD)


## [v0.0.11](https://github.com/mike-north/ember-api-actions/tree/v0.0.11) (2015-12-09)
[Full Changelog](https://github.com/mike-north/ember-api-actions/compare/v0.0.10...v0.0.11)

**Merged pull requests:**

- Update ember cli to 1.13.13 [\#15](https://github.com/mike-north/ember-api-actions/pull/15) ([mike-north](https://github.com/mike-north))
- Fix buildURL to match ember-data signature. [\#13](https://github.com/mike-north/ember-api-actions/pull/13) ([richmolj](https://github.com/richmolj))

## [v0.0.10](https://github.com/mike-north/ember-api-actions/tree/v0.0.10) (2015-09-14)
[Full Changelog](https://github.com/mike-north/ember-api-actions/compare/v0.0.9...v0.0.10)

**Fixed bugs:**

- should note versions of ember-data this addon is compatible with [\#6](https://github.com/mike-north/ember-api-actions/issues/6)

**Merged pull requests:**

- Support for ember-data 1.0.0-beta.16 [\#12](https://github.com/mike-north/ember-api-actions/pull/12) ([mike-north](https://github.com/mike-north))

## [v0.0.9](https://github.com/mike-north/ember-api-actions/tree/v0.0.9) (2015-09-14)
[Full Changelog](https://github.com/mike-north/ember-api-actions/compare/v0.0.8...v0.0.9)

**Merged pull requests:**

- Remove brocfile, get ember-1.13 working in CI again [\#11](https://github.com/mike-north/ember-api-actions/pull/11) ([mike-north](https://github.com/mike-north))
- Add note on testing to readme [\#10](https://github.com/mike-north/ember-api-actions/pull/10) ([richmolj](https://github.com/richmolj))

## [v0.0.8](https://github.com/mike-north/ember-api-actions/tree/v0.0.8) (2015-08-24)
[Full Changelog](https://github.com/mike-north/ember-api-actions/compare/v0.0.7...v0.0.8)

**Closed issues:**

- collectionAction is not a function [\#7](https://github.com/mike-north/ember-api-actions/issues/7)

## [v0.0.7](https://github.com/mike-north/ember-api-actions/tree/v0.0.7) (2015-07-31)
[Full Changelog](https://github.com/mike-north/ember-api-actions/compare/v0.0.6...v0.0.7)

## [v0.0.6](https://github.com/mike-north/ember-api-actions/tree/v0.0.6) (2015-07-28)
[Full Changelog](https://github.com/mike-north/ember-api-actions/compare/v0.0.5...v0.0.6)

## [v0.0.5](https://github.com/mike-north/ember-api-actions/tree/v0.0.5) (2015-07-11)
[Full Changelog](https://github.com/mike-north/ember-api-actions/compare/v0.0.4...v0.0.5)

**Merged pull requests:**

- Update to ember-cli 1.13 [\#5](https://github.com/mike-north/ember-api-actions/pull/5) ([mike-north](https://github.com/mike-north))

## [v0.0.4](https://github.com/mike-north/ember-api-actions/tree/v0.0.4) (2015-07-07)
[Full Changelog](https://github.com/mike-north/ember-api-actions/compare/v0.0.3...v0.0.4)

**Merged pull requests:**

- Fixes issue with URLs that already end in a '/' character [\#4](https://github.com/mike-north/ember-api-actions/pull/4) ([jmurphyau](https://github.com/jmurphyau))

## [v0.0.3](https://github.com/mike-north/ember-api-actions/tree/v0.0.3) (2015-07-06)
[Full Changelog](https://github.com/mike-north/ember-api-actions/compare/v0.0.2...v0.0.3)

**Closed issues:**

- Ember Data and ajaxOptions [\#2](https://github.com/mike-north/ember-api-actions/issues/2)

**Merged pull requests:**

- Refactoring, and relying on Adapter\#ajax and not Adapter\#ajaxOptions [\#3](https://github.com/mike-north/ember-api-actions/pull/3) ([mike-north](https://github.com/mike-north))

## [v0.0.2](https://github.com/mike-north/ember-api-actions/tree/v0.0.2) (2015-07-06)
**Merged pull requests:**

- Use ember-data adapter for ajaxOptions and ajax [\#1](https://github.com/mike-north/ember-api-actions/pull/1) ([mike-north](https://github.com/mike-north))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*