All Versions
3
Latest Version
Avg Release Cycle
284 days
Latest Release
2172 days ago
Changelog History
Changelog History
-
v2.0.0 Changes
April 06, 2019๐ Changes
- ๐ Custom property and method names are removed, use original names instead.
- โก๏ธ Update to Swift 5.
-
v1.1.0 Changes
October 19, 2017โ 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()
andremove()
methods now have partial type constraints.
- ๐ง Objects can be configured inline and passed to a method, if the method accepts a
-
v1.0.0 Changes
September 16, 2017๐ Initial version.