Panda v2.0.0 Release Notes

Release Date: 2019-04-06 // almost 5 years ago
  • ๐Ÿ”„ Changes

    • ๐Ÿšš Custom property and method names are removed, use original names instead.
    • โšก๏ธ Update to Swift 5.

Previous changes from v1.1.0

  • โž• Additions

    • ๐Ÿ”ง Objects can be configured inline and passed to a method, if the method accepts a *Convertible. For example, view.pd.mask(maskView.pd.background(.white)).

    ๐Ÿ”„ Changes

    • ๐Ÿšš add() and remove() methods now have partial type constraints.