v4.2.0
Changes:
- Split
common
package into another modulerecheck-common
(#202) - Increase default parameter values (#202)
- Restrict repeats contained in gene (#202)
- Add
Parameters
as immutable version ofConfig
(#202) - Add
accelerationMode
parameter to specify acceleration mode behavior (#211) - Rename default parameter constant names (#211)
- Add the new default seeder named
StaticSeeder
(#227) - Decrease some parameters default values (#227)
- Improve repetition count estimation (#227)
- Use JavaScript style representation for
AttackPattern#toString
(#229) - Apply look-ahead optimization to VM (#233)
- Add recall validation (#234)
- Simplify automaton without input terminator distinction (#240)
- Add
recheck-jar
package (#248) - Improve
StaticSeeding.simplify
against look-around near by repeat (#255)
Fixes:
- Fix semaphore usage in test (#230)
- Fix
sbt
file issues (#231) - Check integer overflow on matching steps (#232)
- Fix loop detection in
StaticSeeder
(#235) - Returns iterator in
FuzzChecker
(#236) - Rewrite
recheck
package implementation (#248) - Add
recheck
package test (#248) - Optimize alphabet construction (#258)