Skip to content

Releases: qetza/replacetokens

v1.8.0

29 Oct 16:29
e1e861c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

26 Apr 07:10
4772efe
Compare
Choose a tag to compare

What's Changed

  • Add env variables support in CLI by @qetza in #18

Full Changelog: v1.6.0...v1.7.0

v1.6.0

21 Apr 07:31
d3afb3c
Compare
Choose a tag to compare

What's Changed

  • Add case-insensitive paths support by @qetza in #14
  • Add dot paths support by @qetza in #16

Full Changelog: v1.5.0...v1.6.0

v1.5.0

22 Mar 16:14
0e99705
Compare
Choose a tag to compare

What's Changed

  • Replace variables with callback to retrieve value by @qetza in #10

Full Changelog: v1.4.0...v1.5.0

v1.4.0

16 Mar 13:20
4168d39
Compare
Choose a tag to compare

What's Changed

  • Add glob pattern support in variables by @qetza in #7
  • Add YAML support in variables by @qetza in #8
  • Add JSON with comment support in variables by @qetza in #9

Full Changelog: v1.3.0...v1.4.0

v1.3.0

12 Mar 10:05
9c7015f
Compare
Choose a tag to compare

What's Changed

  • Make variable names case-insensitive by @qetza in #3

Full Changelog: v1.2.0...v1.3.0

v1.2.0

10 Mar 12:34
98fc023
Compare
Choose a tag to compare

What's Changed

  • Replace merge with flattenAndMerge by @qetza in #1

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 Mar 16:01
Compare
Choose a tag to compare
  • Add merge function to merge deep merge objects
  • Add readTextFile function to read text files with encoding
  • Add replaceTokens function to replace tokens in files
  • Add CLI