- prints to deal with do catch blocks for throws
- Add the keychain integration.
- Aesthetic improvement to readme
- Updated for Xcode 8 and Swift 3.
- Remove the
dispatch
functions because Swift 3 has a cleaner API.
- Correctly printout the errors, breadcrumbs and the actions.
- Add macOS support.
- Update the readme.
- Added the defaults implementation.
- Fixed some typo's.
- Added the dispatch_wait function.
- Renamed the
dispatch_on_main_after
todispatch_on_main(after:block:)
. - Removed the Example application for a tests only project.
- Make available through the Swift Package Manager.
- Added localization functions.
- Added printing functions.
- Added threading functions.