Skip to content

Tokenise v0.3.0

Choose a tag to compare

@hexydec hexydec released this 15 May 21:20
· 47 commits to master since this release

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