Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Releases: xp-framework/rest

7.0.3: Replace raise() with throw

25 Apr 15:03
Compare
Choose a tag to compare
  • Merged PR #11: Replace raise() with throw - @kiesel

7.0.2: Header BC fix

21 Apr 19:29
Compare
Choose a tag to compare
  • Fixed BC break and accept instances of the deprecated peer.Header
    class in RestRequest. See PR #10
    (@thekid)

7.0.1: Streaming fix

19 Mar 07:44
Compare
Choose a tag to compare

7.0.0: XP7 compatibility

21 Feb 22:56
Compare
Choose a tag to compare

6.4.2: Handle baseless objects

24 Jan 21:43
Compare
Choose a tag to compare

6.4.1: XP7 Forward compatibility

23 Jan 23:11
Compare
Choose a tag to compare

6.4.0: Welcome XP 6.5, PHP 5.5

20 Dec 15:00
Compare
Choose a tag to compare
  • Heads up: Dropped PHP 5.4 support. Note: As the main source is not
    touched, unofficial PHP 5.4 support is still available though not tested
    with Travis-CI
    .
    (@thekid)

6.3.1: PHP 5.4 syntax

26 Sep 22:03
Compare
Choose a tag to compare
  • Merged PR #8: Use short array syntax / ::class in annotations - @thekid

6.3.0: Pagination & cookies

23 Aug 15:29
Compare
Choose a tag to compare
  • Merged #7: Feature: Pagination - @thekid
  • Merged #3: Client-side cookie accessors - @thekid
  • Merged #5: Request source - @thekid
  • Merged #6: Support valueOf() with multiple parameters
    (@thekid)

6.2.1: Forward compatibility

12 Jul 17:24
Compare
Choose a tag to compare
  • Added forward compatibility with XP 6.4.0 - @thekid