Version | Date | Description |
---|
0.5.3 | 2008-04-23 | Bugfix release |
0.5.2 | 2008-04-22 | Incorporated feedback from wiki documentation |
0.5.1 | 2008-04-22 | Incorporated feedback from usage in GEAR model checker |
0.5 | 2008-04-21 | First public release |
Type | Changes | By |
---|
 | Colors were not correctly evaluated when using the buildRuleSet helper method. | clemensrenner |
Type | Changes | By |
---|
 | Added a usage example in package net.sf.jyntax.example. | clemensrenner |
 | Rules can now be added individually via addRule and removeRule. | clemensrenner |
 | Default implementation (SimpleSyntaxHighlighter) now supports simple
constructor (without config file). | clemensrenner |
Type | Changes | By |
---|
 | Failed validation now cancels all further highlighting. | clemensrenner |
 | Colors are now configurable. Usable defaults are provided as well. | clemensrenner |
 | Adding and removing rules now handled via Collections of rules rather than varargs. | clemensrenner |
 | Added static helper methods to the JyntaxHighlighter that facilitate
building of rules based on properties files in Jyntax Rule Set format. | clemensrenner |
Type | Changes | By |
---|
 | First Jyntax release made public via SourceForge. | clemensrenner |
 | Initial Test Bug to set up Maven integration. Fixes 1945435. | clemensrenner |