Skip to content

Release v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 14:34

1.0.0

  • Initial version, with check code style guideline feature.
  • Push code style violation as pull request review comments.

1.0.1

  • Updated package name to match dbstyleguidechecker.

1.0.2

  • Changed executable package name to match dbstyleguidechecker.

1.0.3

  • Added support for running the program using just dbstyleguidechecker.

1.0.4

  • Removed stack trace in error message.

2.0.0

  • Redesign of the script arguments.

  • An updated documentation with examples and guide for installations.

  • Added the code violation reporter of type file, that report violations to a file.

2.0.1

  • Cleaner README.md

2.0.2

  • dart format to improve score

2.0.3

  • code cleanup and improvement

2.0.4

  • Added new reporter for json

  • Cleanup code and documentation

2.0.5

  • Updated console reporter to report to stderr if violation severity is greater than info.

  • Minor code improvements.

3.0.0-nullsafety.0

  • Updated the tool to null safety

3.0.0

  • Fixed script exit code on error.

  • Updated library dependencies versions.

  • Updated dart version 2.13.4