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