Releases: hexydec/tokenise
Releases · hexydec/tokenise
Tokenise v1.0.2
Tokenise v1.0.1
This is a minor release that fixes a typing issue with the autoloader, and updates dependencies.
Tokenise v1.0.0
This update removed PHP 7.3 support, adds typed properties, and moved to a stable release.
Tokenise v0.4.2
This release makes the code stricter, and slightly faster.
Tokenise v0.4.1
This is a maintenance release that optimises tokenise::__construct()
to store the token keys in a 1 based array so it doesn't have to incremented on every tokenise::next()
Tokenise v0.4.0
This update adds a new method and improves testing:
- Added tokenise::rewind() to enable you to rewind the pointer and edit the last token
- Added tests
- Removed src/autoload.php from code coverage reports
Tokenise v0.3.0
This project started life as a component of HTMLdoc, but since I started other similar projects, it made sense to make this component its own project.
This first release adds some features, fixes some little issues, and adds a test suite:
- Fixed issue with
next()
where it only remember the current token and not the previous token - Added PHPUnit as a dependency and added a test suite
- Added a GitHub workflow to run the test suite and upload the coverage results to codecov.io
- Updated readme and improved documentation