Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Releases: qetza/vsts-replacetokens-task

v3.2.0

23 Nov 21:37
Compare
Choose a tag to compare
  • Switch to jschardet for encoding detection when selecting auto in File encoding (#99).
  • Switch to azure-pipelines-task-lib v2.8.0.
  • Add auto to Escape type and set it as default value.
  • Move Escape type, Escape character and Characters to escape to the main paramters section for easier discoverability.

v3.1.0

23 Nov 21:37
Compare
Choose a tag to compare
  • Add Verbosity parameter to allow detail logs without using system.debug.

v3.0.0

23 Nov 21:37
Compare
Choose a tag to compare
  • Breaking change: If you were using the character escaping feature you need to select custom in Escape values type parameter.
  • Add support to escape JSON in variable values (contributed by Justin Gould)
  • Add support to escape XML in variable values (contributed by Justin Gould)
  • Add Windows 1252 and ISO 8859-1 encoding to File encoding (#67)

v2.3.0

23 Nov 21:38
Compare
Choose a tag to compare
  • Add support to escape characters in variable values (#52)

v2.2.1

23 Nov 21:38
Compare
Choose a tag to compare
  • Fix issue with backslash in default target files value on mac (#50)

v2.2.0

23 Nov 21:38
Compare
Choose a tag to compare
  • Fix issue on file not found when using network paths (#40, #41).

v2.1.0

23 Nov 21:38
Compare
Choose a tag to compare
  • Add support for comma-separator in Target files (#35).
  • Add Empty value parameter to allow token replacement with an empty string (#32).

v2.0.2

23 Nov 21:38
Compare
Choose a tag to compare
  • Fix invalid file permissions after saving files.

v2.0.1

23 Nov 21:38
Compare
Choose a tag to compare
  • Updated readme for tfs 2015 support.

v2.0.0

23 Nov 21:38
Compare
Choose a tag to compare
  • Breaking change: Migrated code to typescript to support cross-platform agent. This change requires the use of an agent at least in version 2.105.0.
  • Breaking change: File encoding parameter is now used when reading and writing files. Previously it was only used when writing.
  • Breaking change: File encoding doesn't support 'utf-32' and 'utf-32 (big endian)' anymore.
  • Breaking change: Target files parameter now only uses the new line as a separator for multi-values (previously it used new-line and semi-colon).
  • Removed required Root directory, an empty value is equivalent to $(System.DefaultWorkingDirectory).