Skip to content

2.2.0

Compare
Choose a tag to compare
@djlambert djlambert released this 03 May 12:59
· 66 commits to master since this release

[2.2.0] - 2016-05-03

Added

  • Added Tests namespace to Composer PSR-0 dev autoload.
  • Added 'dimension' key to returned array containing object dimensions (Z, M, or ZM).
  • Reader::getMachineByteOrder method to detect running platform endianness.

Changed

  • Parser property with Reader instance no longer static.
  • Replaced sprintf function call in Reader::unpackInput() with string concatenation.
  • Updated PHPUnit config to be compliant with XSD.
  • Updated PHPUnit config to use Composer autoload.
  • Updated documentation with new usage pattern.
  • Type name in returned array now contains only base type without dimensions (Z, M, and ZM).
  • Reader::readDouble() now checks running platform endianness before byte-swapping values instead of assuming little-endian.

Removed

  • Removed now unused TestInit