Releases: makenowjust-labs/recheck
Releases · makenowjust-labs/recheck
v4.4.1
Fixes:
- #491 Fix
Duration
andParameter
decoder for missing keys andnull
(@makenowjust)
v4.4.0
Release blog https://makenowjust-labs.github.io/recheck/blog/2022/05/17/release-v4.4.0/
Changes:
- #357 Add
Default
prefix to default parameter values (@makenowjust) - #358 Sort
Parameters
names in lexicographic order (@makenowjust) - #448 Allow all parameters to ESLint plugin options (@makenowjust)
Fixes:
- #341 Fix zero-width assertion in
automaton
checker (@makenowjust) - #380 Correct to increase steps on back-reference (@makenowjust)
- #411 Update Scala.js to 1.10.0 (@makenowjust)
Misc:
- #337 Increase timeout on
main.ts
test (@makenowjust) - #343 Enable Algolia DocSearch (@makenowjust)
- #360 Enable log on playground (@makenowjust)
- #369 Fix Windows build (@makenowjust)
- #368 Fix log scroll (@makenowjust)
- #374 Format
package.json
by using https://devina.io/package-json-formatter (@makenowjust) - #379 Fix
coreJVM/initialCommands
to run (@makenowjust)
v4.3.0
Release blog: https://makenowjust-labs.github.io/recheck/blog/2022/02/04/release-v4.3.0
New Features:
- #289 Add
worker
backend to the NPM package (@makenowjust)
Changes:
- #283 Rename
hybrid
toauto
(@makenowjust) - #332 Rename
labo
tolabs
(@makenowjust)
Fixes:
- #284 Add missing field
AttackPattern#pattern
in TypeScript definition (@makenowjust)
Misc:
- #279 Update
CHANGELOG.md
automatically by GitHub Actions (@makenowjust) - #280 Handle SBT deps by renovate correctly (@makenowjust)
- #281 Update scala-library, scala-reflect to 2.13.8 (@makenowjust)
- #282 Add note section to ESLint plugin document (@makenowjust)
- #286 Update
CHANGELOG.md
format (@makenowjust) - #295 Renew document website powered by Docusaurus (@makenowjust)
- #313 Remove
mdoc
to build the document (@makenowjust) - #314 Don't ignore to build website on CI test (@makenowjust)
- #318 Fix logo style (@makenowjust)
- #320 Improve documentation (@makenowjust)
v4.2.2
v4.2.1
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)
v4.1.1
v4.1.0
v4.0.2
A test release. (Second)
v4.0.1
A test release.