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