All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.1.8 - 2023-11-29
- libxml internal buffer leak #5
0.1.7 - 2022-12-17
- Support for PHP 8.2 #4.
- Use GitHub Workflows for testing.
0.1.6 - 2020-11-19
- Added a second argument to
parse
andparseFragment
to specify the encoding instead autodetect #2 #3.
0.1.5 - 2020-08-31
- Support for PHP 8 #1.
0.1.4 - 2019-12-15
- Changed the way to handle different encodings detecting the and elements
0.1.3 - 2019-07-20
- UTF-8 enconding issues
0.1.2 - 2019-05-25
- Improved encoding detection
0.1.1 - 2019-04-21
parseFragment
was returning a fragment containing only the first element
0.1.0 - 2019-04-21
First version