Skip to content

Releases: diogosmendonca/PatternLanguage

v0.2.1-beta

15 Dec 13:53

Choose a tag to compare

v0.2.1-beta Pre-release
Pre-release

Resolving issue from pull request #30.

v0.2.0-beta

10 Dec 14:54

Choose a tag to compare

v0.2.0-beta Pre-release
Pre-release

Enhancements #22 and #16. More unit tests for code coverage. Alpha testing was finished successfully.

v0.1.6-alpha

17 Nov 17:28

Choose a tag to compare

v0.1.6-alpha Pre-release
Pre-release

Resolves issue #17 and implements enhancement #22.

v0.1.5-alpha

09 Nov 18:53

Choose a tag to compare

v0.1.5-alpha Pre-release
Pre-release

Resolves Issue #20

v0.1.4-alpha

04 Nov 14:02

Choose a tag to compare

v0.1.4-alpha Pre-release
Pre-release

Issue #15 complements issue #6 .

v0.1.3-alpha

03 Nov 14:00

Choose a tag to compare

v0.1.3-alpha Pre-release
Pre-release

Solving issues #6 #7 #8 and #10.

Bugfix + Downgrade of Java version to 11

21 Oct 12:38

Choose a tag to compare

  • Downgrade of Java version from 13 to 11
  • Bugfix of accentuation in alert messages
  • Bugfix of alerting on default modifier
  • Bugfix of alerting nodes without childrens

Bugfix on Linux Line Breaks

16 Oct 18:47

Choose a tag to compare

Pre-release
  • Bugfix: Line breaks on Linux were not working properly, breaking the tests.

0.1.0-alpha

14 Oct 17:19
04166ce

Choose a tag to compare

0.1.0-alpha Pre-release
Pre-release

Initial version.
Alpha for testing in-loco with inidividuals.

Java

  • Wildcards any and some for identifiers abstraction
  • Block Patterns (patterns that works with code block structures)
  • Annotations for modifiers checking
  • exists and not_exists operator
  • Pre-processing for describing multiple patterns in the same pattern file
  • SonarQube generic issue output formating
  • Debug and verbose output modes

Python

  • Incomplete prototype (needs more testing)