All notable changes to Tokenizer are documented in this file using the Keep a CHANGELOG principles.
- #13: Fatal error when tokenizing files that contain only a single empty line
This release is now PHP 8.0 compliant.
- Whitespace handling in general (only noticable in the intermediate
TokenCollection
) is now consitent
- Updated
Tokenizer
to deal with changed whitespace handling in PHP 8.0
The XMLSerializer was unaffected.
- Ensure XMLSerializer can deal with empty token collections
- #2: Fatal error in infection / phpunit
- Reverted PHPUnit 8 test update to stay PHP 7.0 compliant
- #1: Empty file causes invalid array read
- Tests should now be PHPUnit 8 compliant
- Allow use of custom namespace for XML serialization
Initial Release