Changelog
Source:NEWS.md
elixir (development version)
- Non-ASCII tokens are now recognised by reindent().
- Indentation levels can now be “compressed” in reindent().
- Fixes to parenthesis and [[ behaviour in translate().
elixir 0.1.2
CRAN release: 2026-09-02
- Extended expr_replace() to accept functions as replacements.
- Fixed a bug in expr_replace() that would sometimes not replace all instances of a pattern.
- Added parameter subloc to expr_match().