Releases: loopwerk/Saga
Releases · loopwerk/Saga
Release 1.2.1
Documentation Changes
- Updated docs to remove the site metadata which is no longer a thing
Tests
- Fixed tests
Release 1.2.0
New Features
- Simplify API by getting rid of SiteMetadata
Release 1.1.4
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
No code changes
Release 1.1.2
New Features
- Switched from the Loopwerk fork of PathKit back to the original repo
Documentation Changes
- Update docs
Release 1.1.1
Bugfixes
makeOutputPath
andrelativePath
are public again
Documentation Changes
- Added rendered DocC docs
Release 1.1.0
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
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).
Release 0.22.0
Release 0.21.1
Bugfixes
- the AnyItem protocol is now correctly using AnyObject instead of class
Performance Improvements
- reuse the year date formatter instead of creating one for each article