Skip to content

Releases: apicase/services

v0.7 release

29 Apr 11:52
Compare
Choose a tag to compare

Changes

ApiService moved from @apicase/core to @apicase/services

Core still has ApiService but will be totally removed in 0.15.
Also, new ApiService(adapter, options) syntax is no longer supported in @apicase/services

v0.6 release

31 Mar 11:01
Compare
Choose a tag to compare

New features

  • tree.extend() to extend all services of tree
  • optional 2nd argument: tree(service, payload) === tree(service).doRequest(payload)

Critical changes

  • none

Other changes

  • none

v0.2 release

15 Oct 19:19
Compare
Choose a tag to compare

New features

  • Added prepare option to modify services declaration before service creation.