Skip to content

Version 10

Compare
Choose a tag to compare
@localnerve localnerve released this 04 Jan 15:52
· 15 commits to master since this release
7c16b33

Version 10

  • Add replacementFilter option for the ability to exclude certain replacements in a file.
    replacementFilter function (filePath, lineText): Boolean
    Return true to allow the replacement to proceed as normal, false to deny it. If not supplied, all replacements matched by targetText are allowed.
  • Update development dependencies
  • Update copyright date