Releases: BioJulia/Automa.jl
Releases · BioJulia/Automa.jl
Automa.jl 0.8
- Drop Julia 0.7 and update CI settings (#43).
- Fix backslash escaping (#42).
- Add Project.toml (#45).
Automa.jl 0.7
- Support Julia 0.7 and drop 0.6 (#39).
Bugfix release
- Fix escaping
-
and ^
inside character classes (#36).
Fix deprecations
- Fix some deprecations (#33).
Automa.jl 0.6
- Support streaming reader (#29) (experimental feature).
- Fix deprecated string <=> bytes conversions (#31).
- Fix deprecation of findfirst (#32).
Automa.jl 0.5
- Updates prepping for julia 0.7 (#28).
- Remove deprecated functions of codegen (#30).
Automa.jl 0.4
- Drop Julia 0.5 support (#23, #25).
- Use bitmap to check membership (#24).
Minor performance improvement of loop unrolling
- Minor optimization of loop unrolling (#22).
Automa.jl 0.3
- Add
CodeGenContext
(#18).
- Loop unrolling (#16).
- Make code generation deterministic (#20).
More generic accessors.
- Make check and getbyte more generic (#14).
- Update CI settings (#13, #15).