v0.1.0

No release notes for now, this is the first version :)

v0.1.1

  • Changed mapping separator from ">" to ":"

v0.1.2

  • Added --version option

v0.1.3

  • Made slicing more flexible (You can now change the length of focuses)

  • Made regex use Perl style regexes

0.2.0

  • added "el", "kv", "key", "val", "atKey", "atIdx" focusers

  • switched from internally using scientific to Rational

  • fixed "regex" (it was very broken, lol)

  • added escaping support to string literals (only \")

0.2.1 -- 2024-03-15

  • rewrote the "if" and "filter" focusers

  • added "=", "!=", "<", ">", "<=", ">=", "&&", "||", "all", "any", "not" focusers

  • changed the collecting syntax from "" to "%focuser"

  • added the "literal" focuser