SwiftMessages v1.1.3 Release Notes

  • ๐Ÿ”‹ Features

    • โž• Add default configuration SwiftMessages.defaultConfig that can be used when calling the variants of show() that don't take a config argument or as a global base for custom configs.
    • โž• Add Array.sm_random() function that returns a random element from the array. Can be used to create a playful message that cycles randomly through a set of emoji icons, for example.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix #5 Emoji not shown!
    • ๐Ÿ›  Fix #6 There is no way to create SwiftMessages instance as there is no public initializer