Skip to content

Releases: jobsam/tasklane

Tasklane v0.1.2

25 Feb 04:16
78e368f

Choose a tag to compare

Summary

  • add task tags with validation, persistence, and filtering
  • introduce hook system with global registration
  • add SQLite migrations with legacy bootstrap
  • update HTTP/query support and documentation

Testing

  • clj -M:test

Tasklane v0.1.1

23 Jan 18:22

Choose a tag to compare

Patch release.

Changes

  • Bump build version to 0.1.1

Testing

  • clj -M:test

Tasklane v0.1.0

23 Jan 18:12

Choose a tag to compare

First public release of Tasklane.

Highlights

  • Pluggable TaskStore API with in-memory and SQLite stores
  • Service layer for embedding in Clojure apps
  • Optional HTTP API
  • Planner utilities for prioritization and workload reporting
  • Build pipeline for JAR packaging

Testing

  • clj -M:test