Skip to content

Releases: FRSOURCE/frs-replace

v4.1.1

19 May 02:16
acff22f
Compare
Choose a tag to compare

4.1.1 (2023-05-19)

Notes

  • switch from yarn to pnpm and from node-tap to vitest

v4.1.0

19 May 02:15
Compare
Choose a tag to compare

4.1.0 (2023-02-05)

Features

v4.0.0

19 May 02:15
Compare
Choose a tag to compare

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 jakub@frsource.org

Features

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

v3.0.1

02 Jan 18:01
Compare
Choose a tag to compare

3.0.1 (2021-01-02)

Bug Fixes

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

v3.0.0

27 Oct 21:43
Compare
Choose a tag to compare

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

v2.1.2

14 Oct 21:39
Compare
Choose a tag to compare

2.1.2 (2020-10-14)

Bug Fixes

v2.1.1

18 May 09:03
Compare
Choose a tag to compare

2.1.1 (2020-05-16)

Bug Fixes

  • cli path for binary command (2546905)

v2.1.0

18 May 09:03
Compare
Choose a tag to compare

2.1.0 (2020-05-15)

Features

v2.0.1

02 Mar 09:24
Compare
Choose a tag to compare

2.0.1 (2019-11-01)

v2.0.0

21 Oct 13:58
Compare
Choose a tag to compare

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