Skip to content

New parser

Pre-release
Pre-release

Choose a tag to compare

@seanhenry seanhenry released this 15 Mar 07:21
· 365 commits to master since this release

This release swaps SourceKit for a custom Swift parser. This is a huge change so please raise any new issues that you find.

Also in this release:

  • Support for methods with where clauses
  • Support for methods with generic arguments inside arrays, dictionaries and optionals.
  • Stub a throwing method to throw if required.