Skip to content

Releases: kattouf/Sake

0.1.3

26 Sep 05:14
Compare
Choose a tag to compare

Changelog for 0.1.3

This release focuses on improving the flexibility of how commands are organized and executed:

  • Improved Command Composition: You can now execute commands directly, bypassing dependencies, giving you finer control over the order in which commands run.
  • Contextual Enhancements: The Context has been updated to include paths to both the SakeApp and the current directory, making it easier to handle environment-specific configurations.

These improvements offer more control and adaptability in organizing and executing tasks in Sake.

Full Changelog: 0.1.2...0.1.3

0.1.2

23 Sep 05:34
Compare
Choose a tag to compare

Changelog for 0.1.2

This release focuses on enhancing stability and performance:

  • Refactoring and tests: Major code refactoring and comprehensive test coverage to ensure higher reliability.
  • Bug fix: Resolved a minor issue related to path handling.
  • Smart rebuilds: Introduced an optimized "smart" rebuild process, which triggers recompilation only when necessary.
  • Error formatting: Improved error output formatting for better clarity and readability.

This update brings improved performance and stability to the project.

Full Changelog: 0.1.1...0.1.2

0.1.1

17 Sep 05:14
Compare
Choose a tag to compare

Minor release

Added the ability to output a list of commands in json format.
First of all, to ensure proper operation of the fig.

0.1.0

12 Sep 05:06
Compare
Choose a tag to compare

🍶 Hello, world!