Skip to content

Latest commit

 

History

History
188 lines (88 loc) · 7.57 KB

CHANGELOG.md

File metadata and controls

188 lines (88 loc) · 7.57 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.1 (2023-05-19)

4.1.0 (2023-02-05)

Features

4.0.0 (2022-12-07)

⚠ BREAKING CHANGES

  • from now on replatement file path should be relative to projects' root

Signed-off-by: Jakub Freisler [email protected]

Features

  • require replacement method in scope of projects' root (69fc050)

3.0.3 (2021-04-18)

3.0.2 (2021-04-18)

Bug Fixes

3.0.1 (2021-01-02)

Bug Fixes

  • security update: ini (#110)
  • updates: standard (#107), tap (#106), yargs (#108), standard-version (#111)

3.0.0 (2020-10-27)

⚠ BREAKING CHANGES

  • from this version on Node.js api ALWAYS returns an array of replace result array, where replace result array follows the pattern: [<replaced/new file path>, <replaced content>]
  • renamed regex option to needle
  • renamed inputJoinString option to outputJoinString

Features

2.1.2 (2020-10-14)

Bug Fixes

2.1.1 (2020-05-16)

Bug Fixes

  • cli path for binary command (2546905)

2.1.0 (2020-05-15)

Features

2.0.1 (2019-11-01)

2.0.0 (2019-10-21)

⚠ BREAKING CHANGES

  • package: fast-glob does not support backslashes in glob patterns anymore, always use forward-slashes

Features

Bug Fixes

  • package: update fast-glob to version 3.1.0 (#44) (735785d)
  • package: update write to version 2.0.0 (#36) (d0b7ffd)
  • package: update yargs to version 14.2.0 (#45) (6df29e4), closes #35

1.0.1 (2019-10-18)

Bug Fixes

  • package: update yargs to version 13.2.2 (749b721), closes #20

1.0.0 (2018-11-14)

Features

  • input: add support for globbing matching (#14) (b289ffe), closes #3
  • sync: Sync speed improvements (#18) (4ff2a1e), closes #17

BREAKING CHANGES

  • input: api options rename: 'inputOptions' to 'inputReadOptions', 'outputOptions' to 'outputWriteOptions'
  • input: cli options rename: 'in-opts' to 'i-read-opts', 'out-opts' to 'o-write-opts' Add possibility to set input or output options through cli Docs - fixes & new example Turn off camel-case-expansion to speed up yargs a bit

0.1.2 (2018-10-19)

0.1.1 (2018-10-17)

0.1.0 (2018-10-17)

Features

  • cli: Input & output options (06e8363), closes #7

0.0.6 (2018-10-15)

Bug Fixes

  • docs: positionals table (7168474), closes #6

0.0.5 (2018-10-15)

Bug Fixes

  • docs: styling & API usage/examples (cba85dc), closes #1
  • node: expose public node API (c727dff), closes #5

0.0.4 (2018-10-15)

0.0.3 (2018-10-15)

0.0.2 (2018-10-15)

Bug Fixes

  • npm: lowercase package name to meet npm requirements (06daa6a)

0.0.1 (2018-10-15)