Skip to content

Releases: frabert/replace-string-action

v2.5.2

Choose a tag to compare

@frabert frabert released this 22 Apr 21:58

Update to Node 24

v2.5.1

Choose a tag to compare

@frabert frabert released this 21 Nov 14:45

What's Changed

Full Changelog: v2...v2.5.1

v2.5

Choose a tag to compare

@frabert frabert released this 25 Jan 13:15

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

Choose a tag to compare

@frabert frabert released this 08 Dec 10:27

Changes from v2.3

  • Uses @actions/core v1.10

Release v2.3

Choose a tag to compare

@frabert frabert released this 30 Oct 09:51

Changes from v2.2

  • Uses Node 16 instead of Node 12

Release v2.2

Choose a tag to compare

@frabert frabert released this 21 Aug 10:46

Changes from v2.1

  • Bump @actions/core from 1.4.0 to 1.9.1

Release v2.1

Choose a tag to compare

@frabert frabert released this 25 Jun 17:08

Changes from v2.0

  • Bump node-fetch from 2.6.1 to 2.6.7

Version 2.0

Choose a tag to compare

@frabert frabert released this 27 Jun 07:56
9b62dfe

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

Choose a tag to compare

@frabert frabert released this 16 Jun 09:10
110e444

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

Version 1.2

Choose a tag to compare

@frabert frabert released this 26 Sep 18:35
4ec615c

Security update