Releases: loopwerk/Saga
Releases · loopwerk/Saga
2.7.0
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
2.3.0
New Features
- Parallelize Saga (#34 by kevinrenskers)
Bugfixes
- Saga is now compatible with Swift 5.5 as well as Swift 6
2.2.0
New Features
- Improve the atom feed writer, always include the full body text
2.1.2
Bugfixes
- Always add the link element to entries when generating the Atom feed
Tests
- Add testDateFromFrontMatter
2.1.1
Bugfixes
- Restore Saga 1.x behavior where the item title defaults to the file name (without the extension)
2.1.0
New Features
- Make some Path extensions public instead of internal