Skip to content

Releases: indaco/tempo

v0.2.3

28 Mar 07:44

Choose a tag to compare

v0.2.3 - 2025-03-28

compare changes

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-assets branch.
  • 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

v0.2.2

24 Mar 08:15

Choose a tag to compare

v0.2.2 - 2025-03-24

compare changes

🩹 Fixes

  • Remove debug print statement from renderActionFile (5ecbd56)

💅 Refactors

  • Restructure main function and CLI setup logic (de2bec5)
  • tests: Replace strings.Contains with utils.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

v0.2.1

22 Mar 19:09

Choose a tag to compare

v0.2.1 - 2025-03-22

compare changes

🩹 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

v0.2.0

21 Mar 13:37

Choose a tag to compare

v0.2.0 - 2025-03-21

compare changes

🚀 Enhancements

  • textprovider: Add snakeToTile template functions (4673735)
  • Support user-defined template data via user_data (e3593fd)

🤖 CI

  • Add GitHub Actions workflow for release notes automation (87a547d)

❤️ Contributors

v0.1.0

20 Mar 17:49

Choose a tag to compare

v0.1.0 - 2025-03-20

🏡 Chore

  • Initial release

❤️ Contributors