Skip to content

Releases: creof/geo-parser

Version 2.2.0

06 Aug 14:26
3152e85
Compare
Choose a tag to compare

[2.2.0] - 2019-08-06

Added

  • Support for PHP 7.1 thru 7.3

Removed

  • Support for PHP earlier than 7.1

2.1.0

03 May 18:31
Compare
Choose a tag to compare

[2.1.0] - 2016-05-03

Added

  • Support for numbers in scientific notation.

Changed

  • Parser constructor no longer requires a value, enabling instance reuse.
  • Lexer constructor no longer requires a value, enabling instance reuse.
  • Tests now use Composer autoload.
  • PHPUnit config XML now conforms to XSD.
  • Documentation updated with new usage pattern.
  • Move non-value comparison into if statement in Lexer::getType().
  • Test case and test data cleanup.

Removed

  • TestInit no longer needed