Releases: bordeux/tmpltool
Releases · bordeux/tmpltool
v1.4.2
v1.4.0
Immutable
release. Only release title and notes can be modified.
1.4.0 (2026-01-04)
- Merge pull request #32 from bordeux/feature/ide-support (f5025fb), closes #32
- fix: add Windows .exe suffix support in CLI tests (4787e1d)
- fix: make DNS empty hostname test platform-tolerant (7c5a7eb)
- fix: use assert_cmd for CLI integration tests (e64e312)
- docs: add package manager installation instructions (115ec12)
- feat: add --ide flag for IDE metadata export (17f6a79)
v1.3.1
v1.3.0
1.3.0 (2026-01-03)
- Merge pull request #30 from bordeux/feature/new-packages-build (ba1808b), closes #30
- feat: add dual syntax support for all is-functions (2d71887)
- feat: unified filter-functions architecture and packaging improvements (db27729)
- docs: add big picture overview and update future enhancements in CLAUDE.md (8b63c98)
v1.2.5
1.2.5 (2026-01-02)
v1.2.4
v1.2.3
1.2.3 (2026-01-02)
- Merge pull request #26 from bordeux/hotfix/fix-branch-for-repos (37981e5), closes #26
- Merge pull request #27 from bordeux/feature/distribution-v2 (d4dd748), closes #27
- fix: Add arch repo (c8def93)
- ci: add Alpine APK package support (c9c3607)
- ci: add APK package building to CI workflow (6cf676f)
- ci: consolidate package repo triggers into matrix job (e58eda3)
- ci: fix branch ref for publishing repos (235e1cc)
v1.2.2
v1.2.1
1.2.1 (2026-01-01)
- Merge pull request #21 from bordeux/dependabot/npm_and_yarn/multi-289c097fca (5bf7a2a), closes #21
- Merge pull request #22 from bordeux/feature/distribution (e2538fe), closes #22
- Merge pull request #23 from bordeux/feature/distribution (0b2150a), closes #23
- Merge pull request #24 from bordeux/fix/upgrade-node-version (9f77263), closes #24
- Merge remote-tracking branch 'origin/master' into feature/distribution (60cc65f)
- fix: Force redeployment for new packages (d3fdf2b)
- fix: upgrade Node.js version from 20 to 24 (1aef904)
- ci: add APT repository update trigger on release (b01f26e)
- ci: add DEB package generation for Debian/Ubuntu (9b2e338)
- ci: add DEB/RPM package building to CI workflow (ff30cfc)
- ci: add Homebrew formula auto-update on release (586b164)
- ci: add RPM package generation for Fedora/RHEL (cba83a3)
- ci: add versioned Homebrew formulas support (cd5b383)
- ci: simplify Homebrew update to trigger external workflow (0b1afb5)
- chore(deps): bump glob and semantic-release (21639a5)
v1.2.0
1.2.0 (2026-01-01)
Features
- add 20 new template functions for string, array, and set operations (49b2b9e)
- add 6 JSON/Object operation functions (a6c282a)
- add 8 Kubernetes extended functions (6d18b54)
- add 8 new string manipulation functions (9a3ace3)
- add 9 network and system functions (7af3f9a)
- add UUID version support (v4, v7) to uuid() function (792fc89)
Bug Fixes
- support Windows paths in get_cwd() integration test (9c06d74)