Skip to content

Increased code quality

Compare
Choose a tag to compare
@mgrundkoetter mgrundkoetter released this 21 Feb 21:47
· 174 commits to master since this release
  • [!!!] "bool" is now consequently used instead of "boolean". Although this makes no difference for the serializer and IDEs, it may break packages parsing the doc blocks. This is the only reason for a new version.
  • added GitHub workflow actions to automate all the checks
  • removed unused code and refactored the ApiGenerator by moving code to a TypeUtil class
  • added test cases for 100% code coverage
  • added more tests for 100% mutation coverage