Skip to content

Alpine power

Choose a tag to compare

@Exelord Exelord released this 07 Mar 16:00
· 44 commits to master since this release

Full Changelog

This version is not backward compatible with earlier versions.

REQUIRED CHANGES

Configuration options keys:

  • type -> method - The default has changed from PUT -> 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 adapter
  • dataForCustomAction - you can customize your request's data in the adapter
  • headersForCustomAction - you can customize your request's headers in the adapter
  • methodForCustomAction - 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