Releases: qetza/vsts-replacetokens-task
Releases · qetza/vsts-replacetokens-task
v4.5.0
- 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
- 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
- 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
- Add task 5.0.0
- Breaking change: Migrate task to Node10 execution handler needing agent
2.144.0
minimum (#228, #230).
v4.2.1
- 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
- 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
- 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
- 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
- Fix issue on binary files (#193).
- Rollback output variables (#196).
v3.7.0
- 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).