Skip to content

Releases: localnerve/picklr

Version 11

05 Jan 22:13
b6d5de8
Compare
Choose a tag to compare

Version 11

v0.11.0

Expose direct string.prototype.replace api functionality to targetText and replaceText, allowing for more complex matching and replacements.

Version 10

04 Jan 15:52
7c16b33
Compare
Choose a tag to compare

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

Version 8

30 Jan 20:46
408a432
Compare
Choose a tag to compare

Dropped Node 14 support.
Node 16+, ESM, copyright 2023

Version 7

25 Mar 14:00
6996b78
Compare
Choose a tag to compare

Support Node 14+, update dependencies and copyright