Releases: wordlessj/Panda
Releases · wordlessj/Panda
2.0.0
Changes
- Custom property and method names are removed, use original names instead.
- Update to Swift 5.
1.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.