Decodable Dictionaries and Xcode 8.2
All issues associated with this milestone can be found using this filter.
Added
Decodable
conformance for Dictionary types along with tests.- Added by Christian Noon in Pull Request #25.
Updated
Decodable
test names, failure messages and general structure.- Added by Christian Noon in Pull Request #25.
- Primitive
Decodable
implementations by removing unnecessary toll-free bridging.- Added by Christian Noon in Pull Request #25.
- The Xcode project to Xcode 8.2 and disabled automatic signing for frameworks.
- Added by Christian Noon in Pull Request #26.
- The project by refactoring
OSX
tomacOS
throughout along with the target names.- Added by Christian Noon in Pull Request #26.
- The travis yaml file to the
xcode8.2
image and updated platforms and destinations.- Added by Christian Noon in Pull Request #26.
- The docstrings throughout codebase to use latest Xcode syntax.
- Added by Christian Noon in Pull Request #26.
Fixed
- Typo in
primitive
spelling throughout codebase...no breaking public API changes.- Added by Christian Noon in Pull Request #25.