Alpine power
This version is not backward compatible with earlier versions.
REQUIRED CHANGES
Configuration options keys:
type->method- The default has changed fromPUT->POSTpromiseType->responseTypeparams->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