- Updated project to ember-cli 3.1.3 and moved to yarn
- Updated project to ember-cli 2.9.1 and loosened ember-ajax version
- [FEATURE] Refactor service by making use of the new ember-ajax mixin. #1
- [BUGFIX] New version of ember-ajax calls
options
twice, make sure to return the right data if this happens. #1
- [BUGFIX] Fixed check for using urlencoded content type for non-get requests with only query parameters
- [BUGFIX] Use urlencoded content type for non-get requests with only query parameters
- Added support for ember-ajax ~2.1.0
- Updated ember-cli to v2.5.0
- [BUGFIX] Sort query params according to adapter setting
- [BREAKING]
params
option should now always be used for query params instead ofdata
option - Added support for ember-ajax 2.0.0
- Some internal changes
- [FEATURE] Added tests
- [FEATURE] Added BC for ember-data
- [BUG] Take host into account when building api URL
- [BUG] Fixed typo
- Initial release