Releases: EmberExperts/ember-custom-actions
Releases · EmberExperts/ember-custom-actions
Community backed
v3.2.0 (2019-06-20)
Closed issues:
- Pass the
model
todataForCustomAction
withinparams
for enabling serialization #59
Merged pull requests:
- Add model itself as params to dataForCustomAction #60 (feanor07)
- Bump bootstrap-sass from 3.3.7 to 3.4.1 #58 (dependabot[bot])
- Bump morgan from 1.9.0 to 1.9.1 #57 (dependabot[bot])
Warnhole™️
The future
Isolation
Community
Alpine power
This version is not backward compatible with earlier versions.
REQUIRED CHANGES
Configuration options keys:
type
->method
- The default has changed fromPUT
->POST
promiseType
->responseType
params
->queryParams
Adapter support
There is a new method available customAction
which will allow you using integration with adapters and serializers. You can also customize the adapter by overriding following methods:
urlForCustomAction
- you can customize your request's URL in the adapterdataForCustomAction
- you can customize your request's data in the adapterheadersForCustomAction
- you can customize your request's headers in the adaptermethodForCustomAction
- you can now customize your request's method in the adapter
Implemented enhancements:
Closed issues:
- Assertion Failed: You must provide a path for model action! #39
Be ready for 2:14
Custom Query Params
v1.5.0 (2017-06-24)
Implemented enhancements:
Revelation
v1.4.0 (2017-06-20)
Implemented enhancements: