3.0.0
26 March 2026
New Features
- Support for incremental builds! Instead of
saga devalways starting a brand new build on every file change, Saga is now kept alive and just reruns the pipeline, while caching the entire read step. This relies on saga-cli version 2. - Remove deprecated code
- Support for localization (i18n) (#50 by kevinrenskers)
Documentation Changes
- Add a new “Custom Feed Formats” guide
- Add a feature comparison to the readme
BREAKING CHANGES
- CLI flags
--input,--outputand--ignoreremoved - Pre/post pipeline code must move to
beforeReadandafterWritehooks
Please check the migration guide for more information.