1.1.3 - `EssentiallyAString` (and therefore `SpecialString`) now conforms to `Codable`
Now, both EssentiallyAString
and SpecialString
conform to Codable
, making it easy to encode and decode your special string, or anything else which is essentially just a string
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