Skip to content

Asking Transformative Questions

Compare
Choose a tag to compare
@crutchcorn crutchcorn released this 03 Mar 02:57
  • typescript typings have been improved
  • added an optional transform function for add, addMany, and modify that allows the action output to be transformed before writing the file to disk.
  • the modify action now can accept one or both of pattern and transform but fails with a useful error if neither are provided.
  • adds an optional skip function for all actions. Check the README for further documentation

Huge thank you to @jacksteamdev for making this release possible