v0.10.3-rc1
Pre-release
Pre-release
github-actions
released this
06 Sep 12:16
·
359 commits
to main
since this release
Added
- Add
tm_strcontains(string, substr)
. - Add
tm_startswith(string, prefix)
. - Add
tm_endswith(string, suffix)
. - Add
tm_timecmp(t1, t2)
. - Add
tm_cidrcontains(cidr, ip)
- Add experimental support for
tm_tomlencode
andtm_tomldecode
.- Can be enabled with
terramate.config.experiments = ["toml-functions"]
.
- Can be enabled with