Changelog of @hackage/smh 0.2.1

Revision history for smh

0.1.0 -- 2024-02-18

  • First version. Released on an unsuspecting world.

0.1.1 -- 2024-02-28

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

0.1.2 -- 2024-03-02

  • added --version option

0.1.3 -- 2024-03-03

  • made slicing more flexible (you can now change the length of the focused segment)

  • made regex use perl style instead of POSIX style

0.2.0 -- 2024-03-10

  • 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