Skip to content

Releases: xp-forge/rest-api

0.2.0: Traversables

13 Feb 00:00
Compare
Choose a tag to compare
  • Restored HHVM support - @thekid
  • Added support for all traversable data structures like ArrayIterator
    or IteratorAggregate implementations, not just generator functions.
    (@thekid)

0.1.1: Unmarshalling fix

12 Feb 23:34
Compare
Choose a tag to compare
  • Fixed object fields not being converted to their declared types during
    unmarshalling (e.g., using /** @var T */).
    (@thekid)

0.1.0: Hello World

12 Feb 21:33
Compare
Choose a tag to compare
  • Hello World! First release - @thekid