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

Releases: xp-framework/rest

10.0.0: Remove singleton logger

24 Aug 22:22
Compare
Choose a tag to compare
  • Heads up: Removed possibility to inject log categories via Logger
    singleton. Requesting util.log.LogCategory instances will now always
    yield the RestContext log category.
    (@thekid)
  • Made compatible with xp-framework/logging version 9.0.0 - @thekid

9.1.0: JSON objects

24 Aug 21:36
Compare
Choose a tag to compare
  • Made it possible to force arrays and maps to be emitted as JSON objects
    by using an (object) cast.
    (@thekid)

9.0.1: String representation

24 Aug 21:36
Compare
Choose a tag to compare
  • Restored webservices.rest.Rest{Request, Response}'s toString()
    (@thekid)

9.0.0: XP9 Compatibility

19 Jun 23:22
Compare
Choose a tag to compare
  • Heads up: Drop PHP 5.5 support - @thekid
  • Added forward compatibility with XP 9.0.0, see PR #24 - @thekid

8.3.3: Refactor typeof()

20 May 18:06
Compare
Choose a tag to compare

8.3.2: GET parameters encoding fix

16 Jan 14:56
Compare
Choose a tag to compare

8.3.1: Fix GET parameter resolution

16 Jan 13:03
Compare
Choose a tag to compare

8.3.0: Enum support

13 Oct 19:36
Compare
Choose a tag to compare

Url encoding fix

13 Oct 18:51
Compare
Choose a tag to compare
  • Merged PR #18: Use rawurlencode() over urlencode() - @kiesel

8.2.0: Endpoint::with() overloading

29 Sep 17:39
Compare
Choose a tag to compare
  • Changed Endpoint::with() to be liberal in what it accepts. It can now
    be called with both a map as single argument and with two arguments, the
    header and its value.
    (@thekid)