All Versions
10
Latest Version
Avg Release Cycle
61 days
Latest Release
1810 days ago

Changelog History

  • v0.4.6 Changes

    May 10, 2019
    • markCurrentVersionAsPresented() is now public in order to allow clients to manually mark a version as presented (thanks @lukemmtt).
  • v0.4.5 Changes

    March 15, 2019
    • โž• Add ability to set item image tint color with: whatsNew.itemImageTintColor = .red

    Thanks @erusso1!

  • v0.4.4 Changes

    September 18, 2018

    โž• Add support for Swift 4.2 and Xcode X

  • v0.4.3 Changes

    April 08, 2018
    • ๐Ÿ›  Fix bug in not presenting view when upgrading from 1.9 to 2.1
  • v0.4.2 Changes

    April 03, 2018
    • ๐Ÿ›  Fix presentation when there is a major version change but previous app update didn't include WhatsNew (by @funkenstrahlen)
  • v0.4.1 Changes

    November 22, 2017
    • ๐Ÿ‘‰ Make method public to check if WhatsNew should be presented (by @nixzhu)
  • v0.4 Changes

    November 17, 2017
    • โž• Add new properties to customize font and text colors (by @nixzhu)
  • v0.3.1 Changes

    November 14, 2017
    • Increase title font size when using dynamic type.
  • v0.3 Changes

    November 12, 2017
    • ๐Ÿ›  Fix warnings due to dynamic font size attribute unavailable in < iOS 10.0.
  • v0.2.1 Changes

    November 10, 2017
    • โž• Add debug mode (by @resisi)