Skip to content

v0.6.0

Compare
Choose a tag to compare
@yoav-lavi yoav-lavi released this 23 Feb 17:10
· 469 commits to main since this release
6d3906c

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, and char to symbols (<start>, <end>, <char>)
  • either creates a non capturing group

Refactoring

  • cargo clippy fixes in melody_wasm

Fixes

  • Uses the correct url in the documentation site config