Skip to content

Swift 3.2, SPM Support, and Custom Errors

Compare
Choose a tag to compare
@AtomicCat AtomicCat released this 29 Aug 22:45
· 21 commits to master since this release

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

Added

  • New package file for Elevate to support the Swift Package Manager.

Updated

  • The parseEntity behavior on Parser to allow custom Error types to be thrown without converting them into ParserError types.
  • The Xcode project and all schemes to Xcode 9.
  • All source and test code to compile against Swift 3.1 and 3.2.