Skip to content

Release v2

Compare
Choose a tag to compare
@styxit styxit released this 19 Sep 09:56
· 290 commits to master since this release
937a9c4

2.0.0 - 2019-09-19

Compare 1.0.0 - 2.0.0

Breaking

  • The Api prefix has been added from the following classes for consistency:
    • Resource --> ApiResource
    • ResourceIdentifier --> ApiResourceIdentifier

Added

  • Support for PATCH and DELETE requests.

Deprecated

  • The store method for creating POST requests is now deprecated. Use post instead.