- SPM support. Moved sources under
Sourcesfolder,Info.plistunderSupporting Filesfolder. - Updated travis Xcode version to 12.2
- Removed macOS scheme
- Swift 5 support
UIStackViewsupport. You can now useUIStackViewas a container, and you can insert child's view with animation if you wish.UIStackViewis a great help, especially if you have multiple childs. You no longer need to set them constraints -UIStackView+ autolayout will do this for you.
- lib uses Swift 4.2 internally
InstantiableViewControllerprotocol renamed toInstantiableand improved to be usable in automatic UIViewController extension such as this one
- Xcode 10 build problem