Releases: localnerve/picklr
Releases · localnerve/picklr
Version 11
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
Version 10
- Add
replacementFilter
option for the ability to exclude certain replacements in a file.
replacementFilterfunction (filePath, lineText): Boolean
Return true to allow the replacement to proceed as normal, false to deny it. If not supplied, all replacements matched bytargetText
are allowed. - Update development dependencies
- Update copyright date
Version 8
Dropped Node 14 support.
Node 16+, ESM, copyright 2023
Version 7
Support Node 14+, update dependencies and copyright