Skip to content

Releases: indaco/tempo

v0.3.0

21 Feb 15:34

Choose a tag to compare

v0.3.0 - 2026-02-21

🚀 Enhancements

  • enable changelog-generator plugin in sley (b459abd)
  • security: add validation package for input sanitization (e521ca4)

🩹 Fixes

  • worker: remove duplicate skipped file counting (0c0c4b9)
  • worker: improve concurrency safety and resource cleanup (57ab6fa)

💅 Refactors

  • consolidate test utilities, add channel buffer logging and worker validation (03c9205) (#102)
  • interface naming, and functional options (78a322f) (#101)
  • improve error handling, and context propagation (59351d7) (#100)
  • replace makefile and taskfile with justflle (9fe7d48)
  • devbox setup (2060492)
  • reduce cyclomatic complexity in config (f2c9faa)
  • reorganize helpers package and add documentation (103b8d7)
  • add interfaces for dependency injection (60e069c)

📖 Documentation

  • add security scan badge (f996b16)
  • README: move preview assets to gh-assets and update image links (7beea42)
  • add section for projects using Tempo in README.md (64d760a)

🎨 Styling

✅ Tests

  • add errors.Is and errors.As compatibility tests (0b79738)
  • move coverage report from coveralls to codecov (a66cbbc)

🏡 Chores

  • replace changie with sley (ac709d2)
  • add development tooling (234782a)
  • devbox: set go version to 1.24 (515bb62)

🤖 CI

  • update workflows to use just recipes (fe04f88)
  • update to latest action versions and bump go to v1.25 (3b745db)
  • release: fix job id reference (13d8f4f)
  • set go version to 1.24 (0111a0e)
  • unify release and release notes workflows (7e95e01)

📦 Build

  • deps: bump golang.org/x/mod from 0.31.0 to 0.32.0 (b7212fc) (#99)
  • deps: bump github.com/urfave/cli/v3 from 3.6.1 to 3.6.2 (ddf1be8) (#98)
  • bump go version and update deps (66b78a1)
  • update deps (620cd4f)
  • update go deps and bump go min version to 1.24 (fbe054f)
  • update go deps (5f63f61)
  • update go deps (1310d23)
  • deps: update esbuild to v0.25.2 (080c766)
  • deps: update urfave/cli to v3.1.0 (6224261)

🎉 New Contributors

Full Changelog: v0.2.3...v0.3.0

❤️ Contributors

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