Improved API & SPM support
Pre-release
Pre-release
The pre-release contains the following:
- Initial support for using HTMLSAXParser as a package from Swift Package Manager.
- Change the API to drop
LocationClosurefrom theHTMLSAXParser.Eventenum. - Change the API to add
HTMLSAXParseContextadd a new parameter to theEventHandlerclosure, which can be used to retrieve the parsing location as well as abort the parsing process. - Additional character encodings supported.