picklr

A simple, zero dependency, recursive, text replacer for NodeJS

MIT License

Downloads
87
Stars
3
Committers
3

Bot releases are hidden (Show)

picklr - Version 11 Latest Release

Published by localnerve 10 months ago

Version 11

v0.11.0

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

picklr - Version 10

Published by localnerve 10 months ago

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
picklr - Version 8

Published by localnerve over 1 year ago

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

picklr - Version 7

Published by localnerve over 2 years ago

Support Node 14+, update dependencies and copyright