Changelog
- Renamed
OptionalType.empty
toOptionalType.__swifty_empty
. Also removed theOptionalType.wrapped
since it wasn't used in the framework anymore. Please note that this still shouldn't be something you rely on tho, we're gonna explore ways to remove the publicOptionalType
in a future releases. @sunshinejr