Skip to content

Releases: devxoul/Toaster

2.3.0

09 Dec 04:05
0fca711
Compare
Choose a tag to compare
  • Add Xcode 12 support

2.2.0

29 Mar 08:32
Compare
Choose a tag to compare

2.1.1

01 Nov 09:29
Compare
Choose a tag to compare
  • Fix a bug that cancel() doesn't cancel a toast immediately (#123, @ldiqual)

2.1.0

22 Sep 07:40
Compare
Choose a tag to compare
  • Add Swift 4 support ✨

2.0.4

12 Jun 08:20
Compare
Choose a tag to compare
  • Skip start() if toaster is already executing (#110)
  • Skip finish() if not currently executing (#109)

2.0.3

16 Feb 09:28
Compare
Choose a tag to compare
  • Fix infinite recursive call in test target (#98, @Coeur)

2.0.2

07 Feb 14:45
Compare
Choose a tag to compare
  • Fix Xcode 8.3 deprecation warning of M_PI (#97, @Coeur)

2.0.1

09 Oct 13:41
Compare
Choose a tag to compare
  • Use pod_target_xcconfig to configure Swift version (#92, @hypery2k)

2.0.0

14 Sep 16:01
Compare
Choose a tag to compare

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

1.4.2

22 Jun 09:09
Compare
Choose a tag to compare
  • Don't start toast if self is released. (#82, @hjhcn)