Skip to content

Decodable Dictionaries and Xcode 8.2

Compare
Choose a tag to compare
@cnoon cnoon released this 14 Jan 00:43
· 42 commits to master since this release

All issues associated with this milestone can be found using this filter.

Added

  • Decodable conformance for Dictionary types along with tests.

Updated

  • Decodable test names, failure messages and general structure.
  • Primitive Decodable implementations by removing unnecessary toll-free bridging.
  • The Xcode project to Xcode 8.2 and disabled automatic signing for frameworks.
  • The project by refactoring OSX to macOS throughout along with the target names.
  • The travis yaml file to the xcode8.2 image and updated platforms and destinations.
  • The docstrings throughout codebase to use latest Xcode syntax.

Fixed

  • Typo in primitive spelling throughout codebase...no breaking public API changes.