Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: loopwerk/Saga

2.10.0

12 Feb 22:10
2316821

Choose a tag to compare

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

22 Jan 12:22
7fcd78b

Choose a tag to compare

New Features

  • Add support to the Atom feed writer for article images via <media:content>

2.8.2

18 Jan 18:29
d06be3c

Choose a tag to compare

Bugfixes

  • The file change watcher now ignores .DS_Store files

2.8.1

12 Jan 15:05
075ba23

Choose a tag to compare

Bugfixes

  • Fix running tests on Linux

2.8.0

12 Jan 14:27
0bc0ce1

Choose a tag to compare

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

15 Sep 09:05
c28b5c2

Choose a tag to compare

New Features

  • Added an explicit created property to Item

2.6.0

11 Sep 10:55
bc71c84

Choose a tag to compare

New Features

  • Make it possible to supply a dateKeyPath for the Atom feed, which determines how the element gets its value

2.5.0

16 Jul 19:10
0ac96a8

Choose a tag to compare

New Features

  • Added a new filteredOutItemsAreHandled option

2.4.0

23 Jun 22:17
abb2663

Choose a tag to compare

New Features

  • Renderers can now optionally be async

2.3.1

23 Jun 18:43
a191895

Choose a tag to compare

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