This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
Releases: qetza/vsts-replacetokens-task
Releases · qetza/vsts-replacetokens-task
v3.2.0
- 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
v3.0.0
- 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
andISO 8859-1
encoding to File encoding (#67)
v2.3.0
v2.2.1
v2.2.0
v2.1.0
v2.0.2
v2.0.1
v2.0.0
- 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).