Releases: yoav-lavi/melody
Releases · yoav-lavi/melody
v0.7.0
v0.6.0
Features
- Adds support for raw sequences (
`...`
) - Allows any word character in
capture
names - Adds auto escaping for literals
- Adds the Melody version number to the documentation
Syntax Changes
- Changes
start
,end
, andchar
to symbols (<start>
,<end>
,<char>
) either
creates a non capturing group
Refactoring
cargo clippy
fixes inmelody_wasm
Fixes
- Uses the correct
url
in the documentation site config
v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.0
melody_compiler v0.1.1
Documentation
Adds documentation for the melody_cli
crate
melody_cli v0.1.1
Features
Melody CLI first cargo release