Releases: loopwerk/Saga
Releases · loopwerk/Saga
2.10.0
New Features
- Make it possible to override the item sorting (closes #37)
- Support nested subfolder processing as separate steps by using a glob syntax (
foldername/**) - Add previous/next properties to ItemRenderingContext (closes #36)
Documentation Changes
- Big README rewrite
- Massively improved Example app with a new design and much nicer photo albums, that now also show a page per photo
- Added Moon to the example project to show server-side syntax highlighting with Prism
2.9.0
New Features
- Add support to the Atom feed writer for article images via
<media:content>
2.8.2
Bugfixes
- The file change watcher now ignores .DS_Store files
2.8.1
Bugfixes
- Fix running tests on Linux
2.8.0
New Features
- Much improved file watcher logic and watch command arguments
You can now run it like this:
$ swift run watch --watch content --watch Sources --ignore input.css --output deploy
2.7.0
New Features
- Added an explicit
createdproperty toItem
2.6.0
New Features
- Make it possible to supply a dateKeyPath for the Atom feed, which determines how the element gets its value
2.5.0
New Features
- Added a new filteredOutItemsAreHandled option
2.4.0
New Features
- Renderers can now optionally be async
2.3.1
Documentation Changes
- Docs are now automatically generated via a GH Action and don't need to live in the main branch any longer
Tests
- Fix flaky tests in CI
- Make Reader.convert public so that plugins can use this to write unit tests