Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

55 lines (38 loc) · 1.28 KB

Changelog

All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.

v0.5.0

(2025-02-14)

  • Rename Worker methods for readability [Felipe Lalanne]

v0.4.0

(2025-02-14)

  • Implement first version of the Worker [Felipe Lalanne]

v0.3.0

(2025-02-11)

  • Rename Path extractor to Args [Felipe Lalanne]
  • Fix bug when adding args to Context [Felipe Lalanne]
  • Add System extractor [Felipe Lalanne]
  • Introduce the concept of scoped extractors [Felipe Lalanne]

v0.2.0

(2025-01-30)

  • Add planner support for compound tasks [Felipe Lalanne]
  • Implement planner for atomic tasks [Felipe Lalanne]
  • Create DAG data structure [Felipe Lalanne]
  • Refactor and create worker target struct [Felipe Lalanne]
  • Refactor error management [Felipe Lalanne]
  • Add Path extractor [Felipe Lalanne]
  • Move Context into task module [Felipe Lalanne]
  • Add first implementation of Domain [Felipe Lalanne]

v0.1.0

(2024-10-29)

  • Allow using array return on compound jobs [Felipe Lalanne]

v0.0.4

(2024-10-29)

  • Update README [Felipe Lalanne]

v0.0.3

(2024-10-25)

  • Add repo.yml [Felipe Lalanne]

v0.0.2

(2024-10-25)

  • Setup flowzone [Felipe Lalanne]