Releases: alexaubry/HTMLString
Releases · alexaubry/HTMLString
🔖 v2.0.0
- Transitioned to a
Character
-based API: this adds full support for extended grapheme clusters. - Reduced build times: now builds in ~5seconds (vs ~15 in v1)
- Rewrote tests: improved code coverage
- Several bug fixes and code improvements
- Added independent documentation
🔖 v1.0.2
HTMLString
1.0.2 is a minor update. It contains bug fixes and improvements.
Fixed
unescapingFromHTML
: An API difference between Darwin and Open-Source Foundation inScanner
caused compilation to fail on Linux.
Improvements
- Tests on Linux and macOS
- Minor changes in README and Podspec