Skip to content

Releases: mamazu/documentation-parser

Adding support for phpstan

05 Apr 15:29
Compare
Choose a tag to compare

Features:

  • Adding phpstan validator

Changes:

  • Removing php7.1 from support
  • Cleaning up the project thanks to @lchrusciel

Fixes:

  • Improving the documentation on how to extend the plugin
  • Removing documentation for non-existing validators

Fixing shebang to run on travis

23 Feb 23:39
Compare
Choose a tag to compare
1.0.1

Improving shebang

First version of the package

23 Feb 22:47
Compare
Choose a tag to compare

In the current version of the package the package supports the following parsers:

  • Markdown

And the following validators out of the box:

  • XML
  • PHP Linter
  • PHP use statement validator

There are other parsers planned and also more validators.