Skip to content

1.1.3 - Operators for Optionals

Compare
Choose a tag to compare
@KyNorthstar KyNorthstar released this 21 Jun 07:23
· 2 commits to master since this release
e930ecc

Added three new operators:

  • -? - If both have values, performs left - right. Otherwise, returns nil
  • +? - If both have values, performs left + right. Otherwise, returns nil
  • =? - If the right has a value, performs left = 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