Skip to content

Releases: loopwerk/Saga

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

Release 1.3.0

19 Nov 11:01
384e5ad
Compare
Choose a tag to compare

New Features

  • Item now has published, created, and lastModified properties

BREAKING CHANGES

  • due to 384e5a: Item now has published, created, and lastModified properties

the date property has been renamed to published

Release 1.2.1

23 Nov 07:16
Compare
Choose a tag to compare

Documentation Changes

  • Updated docs to remove the site metadata which is no longer a thing

Tests

  • Fixed tests

Release 1.2.0

23 Nov 01:26
Compare
Choose a tag to compare

New Features

  • Simplify API by getting rid of SiteMetadata

Release 1.1.4

23 Mar 12:59
Compare
Choose a tag to compare

New Features

  • Improved the slugified function

Documentation Changes

  • Fixed the generate_docs.sh script to add the swift-docc-plugin dependency on the fly

Release 1.1.3

30 Mar 17:27
Compare
Choose a tag to compare

No code changes

Release 1.1.2

28 Mar 21:30
Compare
Choose a tag to compare

New Features

  • Switched from the Loopwerk fork of PathKit back to the original repo

Documentation Changes

  • Update docs

Release 1.1.1

27 Mar 09:38
Compare
Choose a tag to compare

Bugfixes

  • makeOutputPath and relativePath are public again

Documentation Changes

  • Added rendered DocC docs

Release 1.1.0

26 Mar 11:35
2a6ffce
Compare
Choose a tag to compare

New Features

  • Saga now has developer documentation within Xcode using DocC (#17 by kevinrenskers)

Bugfixes

  • Fixed the example app for other users (don't rely on locally installed packages at a certain path)

Release 1.0.0

04 Dec 15:24
Compare
Choose a tag to compare

New Features

  • Saga now supports asynchronous readers

BREAKING CHANGES

  • due to 297e38: Saga now supports asynchronous readers

this now requires Saga to be executed from an async scope. See the example app in the Saga repo for an example (run.swift).