Skip to content

Releases: theseer/tokenizer

Release 2.0.1

08 Dec 11:21
Immutable release. Only release title and notes can be modified.
2.0.1
7989e43

Choose a tag to compare

  • Removed the custom token T_AMPERSAND as PHP 8.1+ provides tokens for it already and our 2.0.0 release overwrote it. See #44 for details.

Full Changelog: 2.0.0...2.0.1

Release 2.0.0

06 Dec 10:22
Immutable release. Only release title and notes can be modified.
2.0.0
d1dd771

Choose a tag to compare

What's Changed

  • Utilize PhpToken::tokenize() - requires PHP8+ by @staabm in #35
  • Add XMLSerializer->appendToWriter() by @staabm in #38

Full Changelog: 1.3.1...2.0.0

Release 1.3.1

17 Nov 20:07
Immutable release. Only release title and notes can be modified.
1.3.1
b7489ce

Choose a tag to compare

  • Fix #37: v1.3.0 introduced a breaking change on the token collection (ArrayAccess interface removed)

Release 1.3.0

13 Nov 21:02
Immutable release. Only release title and notes can be modified.
1.3.0
d74205c

Choose a tag to compare

  • Require at least PHP 7.3 for building, code should still be PHP 7.2 compliant
  • Merge various performance improvements provided by @staabm
  • Merge some code cleanups provided by @staabm

Release 1.2.3

03 Mar 12:41
1.2.3
737eda6

Choose a tag to compare

Changed

  • Do not use implict nullable type (thanks @sebastianbergmann), this should make things work on PHP 8.4

Release 1.2.2

20 Nov 00:14
1.2.2
b2ad500

Choose a tag to compare

Fixed

  • #18: Tokenizer fails on protobuf metadata files

Release 1.1.2

04 Apr 09:59
1.1.2

Choose a tag to compare

Revert PHPUnit 8 update to stay PHP 7.0 compliant.

This release does not include any functionality change otherwise.

Release 1.1.1

03 Apr 18:38
1.1.1

Choose a tag to compare

Fixed

  • #1: Empty file causes invalid array read

Changed

  • Tests should now be PHPUnit 8 compliant

Release 1.1.0

07 Apr 12:12

Choose a tag to compare

  • Allow use of custom namespace for XML serialization

Release 1.0.0

05 Apr 18:37

Choose a tag to compare

Release 1.0.0