Skip to content

Releases: yoav-lavi/melody

v0.7.0

24 Feb 17:17
fc656f1
Compare
Choose a tag to compare

Features

  • Adds a REPL for melody_cli
  • Adds better error messages for the playground

v0.6.0

23 Feb 17:10
6d3906c
Compare
Choose a tag to compare

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

v0.5.0

22 Feb 19:20
Compare
Choose a tag to compare

Features

  • Adds any of

v0.4.2

22 Feb 19:08
Compare
Choose a tag to compare

Fixes

  • Adds quantifier support for either

v0.4.1

22 Feb 18:52
Compare
Choose a tag to compare

Fixes

  • Disallows nested groups

v0.4.0

22 Feb 18:36
9440bc2
Compare
Choose a tag to compare

Features

  • Adds support for either blocks

v0.3.0

22 Feb 17:45
Compare
Choose a tag to compare

Features

Adds support for not for <word>, <space> and <digit> #18 (thanks @Omikorin!)

v0.2.0

22 Feb 17:36
Compare
Choose a tag to compare

Features

  • Adds the option keyword

melody_compiler v0.1.1

19 Feb 19:47
Compare
Choose a tag to compare

Documentation

Adds documentation for the melody_cli crate

melody_cli v0.1.1

19 Feb 19:59
0bfa192
Compare
Choose a tag to compare

Features

Melody CLI first cargo release