Version 0.6
syntactic 0.6.0 (2022-04-29)
Major changes:
- Updated minimum R dependency to 4.2.
- Reduced the number of strong dependencies, migrating AcidBase, AcidCLI, stringi, and stringr to
Suggestsinstead ofImports.
syntactic 0.6.2 (2022-06-02)
Minor changes:
- Hardened working examples and unit tests to use
tempdir2andunlink2from AcidBase update.
syntactic 0.6.3 (2022-06-10)
Minor changes:
-
syntacticRename: Harden against single quotes breaking CLI alert messages, due to internal glue parser. See related issue.
syntactic 0.6.4 (2023-02-06)
Minor changes:
- Smart rename mode now strips single quotes, which are often problematic word boundaries in file names.
-
syntacticRename: Now defaults to usingsmartengine internally. Also added support fordryRunmode, which will be accessible via CLI using--dry-runin next koopa update. Improvedtoandfromfile path return and code coverage.