Skip to content

Releases: honzabrecka/transit-php

0.8.5

21 Nov 08:57
5f100a8
Compare
Choose a tag to compare
  • fixes timestamp
  • fixes compatibility with PHP 8+

0.8.4

27 Jun 18:37
3e47498
Compare
Choose a tag to compare
Merge pull request #2 from sminnee/patch-1

FIX: Represent dates as msec not seconds

0.8.3

27 Mar 22:10
Compare
Choose a tag to compare
  • update nette/utils dep to 2.5.*

0.8.2

27 Mar 13:32
Compare
Choose a tag to compare

❗ Fixes all incompatibilities with the official transit-format specification.

  • introduce transit\CMap [BC break]
  • fix caching
  • add handler for timestamp
  • add handler for arbitrary precision number/decimal
  • add support for TaggedValue

This release was tested against extensive (1000s of tests) randomly generated test suite provided by the official transit-format specification.

0.8.1

24 Aug 13:03
Compare
Choose a tag to compare
  • add support for assoc arrays

0.8.0

11 Dec 10:47
Compare
Choose a tag to compare
  • first public release