commit | author | age
|
2207d6
|
1 |
# Changelog |
W |
2 |
|
|
3 |
All notable changes to Tokenizer are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. |
|
4 |
|
|
5 |
## [1.1.2] - 2019-04-04 |
|
6 |
|
|
7 |
### Changed |
|
8 |
|
|
9 |
* Reverted PHPUnit 8 test update to stay PHP 7.0 compliant |
|
10 |
|
|
11 |
|
|
12 |
## [1.1.1] - 2019-04-03 |
|
13 |
|
|
14 |
### Fixed |
|
15 |
|
|
16 |
* [#1](https://github.com/theseer/tokenizer/issues/1): Empty file causes invalid array read |
|
17 |
|
|
18 |
### Changed |
|
19 |
|
|
20 |
* Tests should now be PHPUnit 8 compliant |
|
21 |
|
|
22 |
|
|
23 |
## [1.1.0] - 2017-04-07 |
|
24 |
|
|
25 |
### Added |
|
26 |
|
|
27 |
* Allow use of custom namespace for XML serialization |
|
28 |
|
|
29 |
|
|
30 |
## [1.0.0] - 2017-04-05 |
|
31 |
|
|
32 |
Initial Release |