Skip to content

Releases: frabert/replace-string-action

v2.5

25 Jan 13:15
Compare
Choose a tag to compare

What's Changed

  • Use Node 20 instead of 16
  • Update README.md by @bjon in #14
  • Bump semver from 5.7.1 to 5.7.2 by @dependabot in #15

New Contributors

  • @bjon made their first contribution in #14

Full Changelog: v2.4...v2.5

Release v2.4

08 Dec 10:27
Compare
Choose a tag to compare

Changes from v2.3

  • Uses @actions/core v1.10

Release v2.3

30 Oct 09:51
Compare
Choose a tag to compare

Changes from v2.2

  • Uses Node 16 instead of Node 12

Release v2.2

21 Aug 10:46
Compare
Choose a tag to compare

Changes from v2.1

  • Bump @actions/core from 1.4.0 to 1.9.1

Release v2.1

25 Jun 17:08
Compare
Choose a tag to compare

Changes from v2.0

  • Bump node-fetch from 2.6.1 to 2.6.7

Version 2.0

27 Jun 07:56
9b62dfe
Compare
Choose a tag to compare

Changes from v1.3:

  • The json flag has been removed, whitespace in replace_with will now be left as-is.

This is a (possibly) breaking change from what happened in v1.x

Version 1.3

16 Jun 09:10
110e444
Compare
Choose a tag to compare

The json flag interprets the replacement string as JSON data. Useful for when the replacement string contains leading or trailing whitespace

Version 1.2

26 Sep 18:35
4ec615c
Compare
Choose a tag to compare

Version 1.1

15 Nov 17:12
6dbc93a
Compare
Choose a tag to compare

Adds flags option to specify RegExp flags

Version 1

14 Nov 22:02
a8a7c27
Compare
Choose a tag to compare
v1

Update README