Skip to content

Releases: alexaubry/HTMLString

🔖 v2.0.0

03 Dec 17:09
Compare
Choose a tag to compare
  • 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

29 Oct 12:18
Compare
Choose a tag to compare

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 in Scanner caused compilation to fail on Linux.

Improvements

  • Tests on Linux and macOS
  • Minor changes in README and Podspec

🔖 v1.0.1

01 Oct 10:04
Compare
Choose a tag to compare
  • Escaping
  • Unescaping