Skip to content

Releases: loopwerk/Saga

2.0.3

21 Feb 21:27
17daf71
Compare
Choose a tag to compare

Bugfixes

  • There is no reason for Reader to have the generic type M any longer

2.0.2

19 Feb 10:45
a0c9119
Compare
Choose a tag to compare

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

18 Feb 19:57
1065833
Compare
Choose a tag to compare

Bugfixes

  • Fix linux compatibility (#25)

Tests

  • Fix tests

2.0.0

18 Feb 15:47
803f423
Compare
Choose a tag to compare

New Features

  • Include an Atom feed helper function with Saga itself (#23)
  • Get rid of the Codextended dependency
  • Clean up Item dates (#22)

BREAKING CHANGES

  • Item.published has been renamed to Item.date

1.7.1

16 Feb 16:20
e4a8773
Compare
Choose a tag to compare

Bugfixes

  • Remove the @retroactive attribute, which is only available in Swift 6.0

1.7.0

07 Feb 20:49
f55f979
Compare
Choose a tag to compare

New Features

  • The ItemRenderingContext is now given resources, which is an array of unhandled files in the same folder as the item itself.

1.6.0

07 Feb 12:38
fb5492e
Compare
Choose a tag to compare

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

06 Feb 13:32
c3cbbd3
Compare
Choose a tag to compare

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

26 Jan 19:02
2cffb92
Compare
Choose a tag to compare

New Features

  • Make metadata optional, default to EmptyMetadata.self

Release 1.3.1

19 Nov 11:10
94f39ed
Compare
Choose a tag to compare

New Features

  • Use the creation date as the backup published date, not the modified date