Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1012 Bytes

CHANGELOG.md

File metadata and controls

24 lines (20 loc) · 1012 Bytes

Changelog

v1.2.0

  • Upgrade package @qetza/replacetokens to 1.7.0.
  • Add support for case insensitive path matching in sources and variables.
  • Add support for matching directories and files starting with a dot in sources and variables.
  • Fix if-no-files-found when set to warn.

v1.1.2

  • Change telemetry provider.

v1.1.1

  • Fix variable case-sensitivity (#7).
  • Fix paths in sources incompatible with fast-glob syntax on win32.

v1.1.0

  • Add support for JSON comments in variables and in JSON variable files and environment variables
  • Add support for multiple glob patterns separeted by a semi-colon (;) using fast-glob in variable file paths
  • Add support for YAML variable files (.yml or .yaml)
  • Fix log level (info) for groups
  • Add anonymous telemetry usage
  • Upgrade package @qetza/replacetokens to 1.2.0

v1.0.0

  • Initial Release of the ReplaceTokens action