Skip to content

Version 3.0.1

Compare
Choose a tag to compare
@eclipxe13 eclipxe13 released this 18 Jun 18:55
· 61 commits to main since this release

Source Code:

  • Fix bug when schemaLocation contains CR or LF.

Development environment:

  • Change default branch name from master to main.
  • Update development instructions, see Contrib file.
  • Update to Contributor Covenant Code of Conduct version 2.
  • Update composer scripts.
  • Update License year, happy new year on june.
  • PHP Code Sniffer: configure paths in config file.
  • PHPStan: configure paths in config file.
  • PHPUnit: upgrade to version 9.5 config file and remove verbose by default.
  • Psalm: ignore UnnecessaryVarAnnotation since it is not using PHP correct types.
  • Include infection (Mutation Testing) to build pipeline.
  • Migrate from Travis-CI to GitHub Actions. Thanks Travis-CI!
  • Scrutinizer just receive code coverage.