Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 911 Bytes

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 911 Bytes

Stella

Version 1.1.1

  • prints to deal with do catch blocks for throws

Version 1.1.0

  • Add the keychain integration.

Version 1.0.1

  • Aesthetic improvement to readme

Version 1.0.0

  • Updated for Xcode 8 and Swift 3.
  • Remove the dispatch functions because Swift 3 has a cleaner API.

Version 0.4.1

  • Correctly printout the errors, breadcrumbs and the actions.

Version 0.4.0

  • Add macOS support.

Version 0.3.1

  • Update the readme.

Version 0.3.0

  • Added the defaults implementation.
  • Fixed some typo's.

Version 0.2.0

  • Added the dispatch_wait function.
  • Renamed the dispatch_on_main_after to dispatch_on_main(after:block:).
  • Removed the Example application for a tests only project.

Version 0.1.1

  • Make available through the Swift Package Manager.

Version 0.1.0

  • Added localization functions.
  • Added printing functions.
  • Added threading functions.