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

Commit

Permalink
Add Node16 execution handler support (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
qetza authored Jul 29, 2023
1 parent 177c239 commit cee22b8
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 378 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ If you want to use tokens in XML based configuration files to be replaced during
- Fix recursion cycle detection ([#308](https://github.com/qetza/vsts-replacetokens-task/issues/308)) (contributed by Chad Smith).
- Add support for YAML multiple document files in variable files and inline variables ([#287](https://github.com/qetza/vsts-replacetokens-task/issues/287)).
- Add support for JSON with comments variable files ([#299](https://github.com/qetza/vsts-replacetokens-task/issues/299)).
- Add support for Node16 execution handler.
- Task **4.3.0**
- Fix recursion cycle detection ([#308](https://github.com/qetza/vsts-replacetokens-task/issues/308)) (contributed by Chad Smith).
- Add support for YAML multiple document files in variable files and inline variables ([#287](https://github.com/qetza/vsts-replacetokens-task/issues/287)).
Expand Down
1 change: 1 addition & 0 deletions tasks/ReplaceTokensV5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ If you want to use tokens in XML based configuration files to be replaced during
- Fix recursion cycle detection ([#308](https://github.com/qetza/vsts-replacetokens-task/issues/308)) (contributed by Chad Smith).
- Add support for YAML multiple document files in variable files and inline variables ([#287](https://github.com/qetza/vsts-replacetokens-task/issues/287)).
- Add support for JSON with comments variable files ([#299](https://github.com/qetza/vsts-replacetokens-task/issues/299)).
- Add support for Node16 execution handler.

**New in 5.1.0**
- Add support for inline variables ([#252](https://github.com/qetza/vsts-replacetokens-task/issues/252)).
Expand Down
75 changes: 44 additions & 31 deletions tasks/ReplaceTokensV5/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tasks/ReplaceTokensV5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "replacetokens-v5",
"author": "Guillaume Rouchon",
"dependencies": {
"azure-pipelines-task-lib": "^3.1.10",
"@types/node": "^16.11.39",
"azure-pipelines-task-lib": "^4.1.0",
"iconv-lite": "^0.4.15",
"js-yaml": "^4.0.0",
"jschardet": "^2.2.1"
Expand Down
Loading

0 comments on commit cee22b8

Please sign in to comment.