Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

No Swift Changes; ObjC Builders Breaking Changes

Compare
Choose a tag to compare
@drumnkyle drumnkyle released this 06 Jun 22:56
· 31 commits to master since this release

If you use this library from Swift, there are no changes!

There are no changes to the Swift version of the library. The changes in this release are breaking changes to the builder objects created for Objective-C compatibility. We have changed those builders so that the chainable block properties no longer have the with prefix. Also, the properties that you could also set directly are now private so that the chainable way is the only way available now.