1.1.3 - Operators for Optionals
Added three new operators:
-?
- If both have values, performsleft - right
. Otherwise, returnsnil
+?
- If both have values, performsleft + right
. Otherwise, returnsnil
=?
- If the right has a value, performsleft = right
. Otherwise, does nothing
Patch Changes
- 1.1.3
- Added a dynamic library product whose name is a valid bundle identifier
- Deprecated previous dynamic library product because its name caused problems when submitting to the App Store
- 1.1.2
- Added alternative dynamic library product
- 1.1.1
- Added dual licenses