Releases: indaco/tempo
Releases · indaco/tempo
v0.2.3
v0.2.3 - 2025-03-28
No functional or API-level changes are introduced in this release.
The main improvement in this release is a packaging optimization:
- The demo.gif file previously embedded in the main branch has been moved to a separate
gh-assetsbranch. - This change ensures that users installing the module no longer download the demo asset, resulting in reduced disk usage and faster installs.
📖 Documentation
- Add demo project link to README (9949e70)
- Clean up README and link to official docs site (7d5d698)
- Replace demo GIF file with a link to it (97ee91d)
- readme: Update demo.gif link to point to gh-assets branch (f154d4d)
- Add demo GIF file to clean up main branch (8e10c41)
❤️ Contributors
- Indaco (@indaco)
v0.2.2
v0.2.2 - 2025-03-24
🩹 Fixes
- Remove debug print statement from
renderActionFile(5ecbd56)
💅 Refactors
- Restructure main function and CLI setup logic (de2bec5)
- tests: Replace
strings.Containswithutils.ContainsSubstring(ef6d5ee)
🏡 Chore
- Add semver.yaml file (1d154ff)
- Simplify version test by removing unnecessary package import (28a0506)
🤖 CI
- Remove release note parsing step in favor of softprops body_path (ad0403a)
- workflow: Correct release name formatting in YAML file (af05352)
❤️ Contributors
- Indaco (@indaco)
v0.2.1
v0.2.1 - 2025-03-22
🩹 Fixes
- component: Update component actions to include WithJs parameter (17c220d)
- action: Add missing templ file for js (532cf09)
- component: Support conditional JS file generation via OnlyIfJs flag in new subcmd (d227593)
📖 Documentation
- Simplify README badges formatting and add user data key (432951c)
- Fix installation command (d66881c)
❤️ Contributors
- Indaco (@indaco)