Toaster Versions Save

🍞 Toast for Swift

2.3.0

3 years ago
  • Add Xcode 12 support

2.2.0

5 years ago
  • Add Swift 4.2 support 🚀 (#133, @Coeur)
  • Add Swift 5 support 🚀 (#145, @devxoul)
  • Windows are now always sorted by windowLevel (#138, @Coeur)

2.1.1

6 years ago
  • Fix a bug that cancel() doesn't cancel a toast immediately (#123, @ldiqual)

2.1.0

6 years ago
  • Add Swift 4 support ✨

2.0.4

6 years ago
  • Skip start() if toaster is already executing (#110)
  • Skip finish() if not currently executing (#109)

2.0.3

7 years ago
  • Fix infinite recursive call in test target (#98, @Coeur)

2.0.2

7 years ago
  • Fix Xcode 8.3 deprecation warning of M_PI (#97, @Coeur)

2.0.1

7 years ago
  • Use pod_target_xcconfig to configure Swift version (#92, @hypery2k)

2.0.0

7 years ago

JLToast is renamed to Toaster and now supports Swift 3. There are many breaking API changes. See #89 for more detail.

1.4.2

7 years ago
  • Don't start toast if self is released. (#82, @hjhcn)