Releases: diogosmendonca/PatternLanguage
Releases · diogosmendonca/PatternLanguage
v0.2.1-beta
Resolving issue from pull request #30.
v0.2.0-beta
v0.1.6-alpha
v0.1.5-alpha
Resolves Issue #20
v0.1.4-alpha
v0.1.3-alpha
Bugfix + Downgrade of Java version to 11
- 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
- Bugfix: Line breaks on Linux were not working properly, breaking the tests.
0.1.0-alpha
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)