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

v4.5.0

08 Aug 06:13
cee22b8
Compare
Choose a tag to compare
  • Task 5.2.0
    • Fix recursion cycle detection (#308) (contributed by Chad Smith).
    • Add support for YAML multiple document files in variable files and inline variables (#287).
    • Add support for JSON with comments variable files (#299).
    • Add support for Node16 execution handler.
  • Task 4.3.0
    • Fix recursion cycle detection (#308) (contributed by Chad Smith).
    • Add support for YAML multiple document files in variable files and inline variables (#287).
    • Add support for JSON with comments variable files (#299).
  • Task 3.11.0
    • Fix recursion cycle detection (#308) (contributed by Chad Smith).
    • Add support for YAML multiple document files in variable files and inline variables (#287).
    • Add support for JSON with comments variable files (#299).

v4.4.1

08 Oct 12:39
39e1341
Compare
Choose a tag to compare
  • Task 4.2.1
    • Fix compatibility with node 5.10.1 (#277).
  • Task 3.10.1
    • Fix compatibility with node 5.10.1 (#277).

v4.4.0

13 Mar 20:30
64e8c9d
Compare
Choose a tag to compare
  • Task 5.1.0
    • Add support for inline variables (#252).
    • Add support for recursive token replacement in values (#201).
    • Add optional reworked feature to simplify empty and default values (this is a breaking change if enabled as the old Empty value is not used anymore but replaced by an empty variable declaration).
  • Task 4.2.0
    • Add support for inline variables (#252).
    • Add support for recursive token replacement in values (#201).
    • Add optional reworked feature to simplify empty and default values (this is a breaking change if enabled as the old Empty value is not used anymore but replaced by an empty variable declaration).
  • Task 3.10.0
    • Add support for inline variables (#252).
    • Add support for recursive token replacement in values (#201).
    • Add optional reworked feature to simplify empty and default values (this is a breaking change if enabled as the old Empty value is not used anymore but replaced by an empty variable declaration).

v4.3.0

05 Feb 15:59
ee5215c
Compare
Choose a tag to compare
  • Add task 5.0.0
    • Breaking change: Migrate task to Node10 execution handler needing agent 2.144.0 minimum (#228, #230).

v4.2.1

24 Nov 09:45
04a394e
Compare
Choose a tag to compare
  • Task 4.1.1
    • Revert migrate tasks to Node10 execution handler (#233).
  • Task 3.9.1
    • Revert migrate tasks to Node10 execution handler (#233).

v4.2.0

23 Nov 21:46
d613d71
Compare
Choose a tag to compare
  • Task 4.1.0
    • Migrate tasks to Node10 execution handler (#228, #230).
  • Task 3.9.0
    • Migrate tasks to Node10 execution handler (#228, #230).

v4.1.0

22 Aug 16:46
ec4150d
Compare
Choose a tag to compare
  • Task 4.0.1
    • Promoted to release.
    • Add base64 transform (#163).
    • Add action on no file processed (#210).
  • Task 3.8.0
    • Add base64 transform (#163).
    • Add action on no file processed (#210).

v4.0.0

23 Nov 21:31
Compare
Choose a tag to compare
  • Add support for multiple task versions.
  • Add task 4.x (preview)
    • Breaking change: Add output variables (#160). (some older version of TFS/Azure Pipelines doesn't support output variables when used in release pipelines)
    • Breaking change: Add dropdown parameter Token pattern to select token pattern (#131). (users with customized token pattern will need to manually select one or custom)

v3.7.1

23 Nov 21:31
Compare
Choose a tag to compare
  • Fix issue on binary files (#193).
  • Rollback output variables (#196).

v3.7.0

23 Nov 21:31
Compare
Choose a tag to compare
  • Add output variables tokenReplacedCount, tokenFoundCount and fileProcessedCount (#160).
  • Add support for variable transformations with Enable tranformations (#96).
  • Add default value for tokens not found with Default value (contribution from ClemensSutor).
  • Group log outputs in Azure Pipelines output.
  • Add support for variables in external YAML files with .yml or .yaml extension (#177).