Releases: kattouf/Sake
Releases · kattouf/Sake
0.1.3
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 theSakeApp
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
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