Skip to contents

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 Suggests instead of Imports.

syntactic 0.6.1 (2022-05-23)

Minor changes:

  • Updated lintr and testthat checks.

syntactic 0.6.2 (2022-06-02)

Minor changes:

  • Hardened working examples and unit tests to use tempdir2 and unlink2 from 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 using smart engine internally. Also added support for dryRun mode, which will be accessible via CLI using --dry-run in next koopa update. Improved to and from file path return and code coverage.

syntactic 0.6.5 (2023-04-12)

Minor changes:

  • makeNames: Fixed accidental sanitization of " - " to "_minus_".
  • Improved smart mode coverage in makeNames.
  • Removed deprecated aliases: camel, snake, upperCamel.

syntactic 0.6.6 (2023-04-28)

Minor changes:

  • makeNames: Added additional regular expression pattern matching of micro character, coercing to ā€œuā€.