Releases: loopwerk/Saga
Releases · loopwerk/Saga
2.0.3
2.0.2
Bugfixes
- Go back to XMLElement instead of string interpolation for the atom feed generation, but in a way that works on Linux
2.0.1
2.0.0
1.7.1
Bugfixes
- Remove the
@retroactive
attribute, which is only available in Swift 6.0
1.7.0
New Features
- The
ItemRenderingContext
is now givenresources
, which is an array of unhandled files in the same folder as the item itself.
1.6.0
New Features
- Bundle an
publicationDateInFilename
item processor with Saga
Documentation Changes
- Fix missing comma in example code in the docs
- Make sure of the new parsleyMarkdownReader convenience property
1.5.0
New Features
- The itemProcessor parameter is now directly part of the register method, instead of being part of every single reader.
Bugfixes
- Better default handling of the .moveToSubfolder write mode, where files named index.md are kept as-is instead of being moved to a subfolder called index.
1.4.0
New Features
- Make metadata optional, default to EmptyMetadata.self
Release 1.3.1
New Features
- Use the creation date as the backup published date, not the modified date