Skip to content

Release 0.3.0

Latest
Compare
Choose a tag to compare
@glfmn glfmn released this 24 Sep 19:20
· 2 commits to master since this release

Changes

  • New and simplified syntax (#36)
    • named expressions do not have an leading backslash except for \'; for example, \b becomes b
    • group expressions also do not have a leading backslash except for \() to disambiguate from prefixes
  • Glitter now supports separators, a form of intelligent "whitespace" (#35)
  • Add error messages for any parse errors (#36)
    • Error messages are descriptive and point directly to the source of the error: image

This means that all existing users will need to re-write their formats; however, the error messages should be more helpful when doing so.