Skip to content

Improved API & SPM support

Pre-release
Pre-release

Choose a tag to compare

@raymccrae raymccrae released this 19 Aug 10:24
· 28 commits to master since this release

The pre-release contains the following:

  • Initial support for using HTMLSAXParser as a package from Swift Package Manager.
  • Change the API to drop LocationClosure from the HTMLSAXParser.Event enum.
  • Change the API to add HTMLSAXParseContext add a new parameter to the EventHandler closure, which can be used to retrieve the parsing location as well as abort the parsing process.
  • Additional character encodings supported.