Releases: makenowjust-labs/recheck
Releases · makenowjust-labs/recheck
v4.1.1
v4.1.0
v4.0.2
A test release. (Second)
v4.0.1
A test release.
v4.0.0
Changes:
- Move unicode related types into new
recheck-unicodemodule (#77) - Move
RegExpparser into newrecheck-parsemodule (#78) - Move JS binding into new
recheck-jsmodule (#79) - Add
recheckCLI (#83) - Build
recheckCLI by using Graalnative-image - Move circe codes into
recheck-codecmodule (#91) - Rename
recheckmodule torecheck-core(#92) - Add
ErrorKind.Cancelfor canceled execution (#93) - Rename
EpsNFABuilder.compileto.build(#94) - Improve AST node structure (#138)
- Rename
batchsubcommand toagent(#139) - Add
recheck-${os}-${cpu}packages to distribute binaries (#141) - Rename
@makenowjust-labo/recheckpackage torecheck(#141)
Fixes:
v3.1.0
Changes:
- Remove
isLineTerminatorandisWordflags fromIChar - Simplify
UStringimplementation asStringwrapper - Send coverage to Codecov
- Rename
EpsNFACompilertoEpsNFABuilder
Fixes:
- Fix nested look-around assertion behavior correctly
- Improve code coverage
- Refactor
EpsNFABuilderby using a class.
v3.0.0
Changes:
- Add a new VM implementation for fuzzing 🎉
- acceleration mode & opt-in analysis
v2.1.0
Changes:
- Add
locto RegExp AST nodes - Add
hotspotinformation toDiagnostics
v2.0.2
Fixes:
- Update the web site
- Add ES module build to JS package
v2.0.1
Fixes:
- Upload JavaScript file correctly