Skip to content

Latest commit

 

History

History
103 lines (43 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

103 lines (43 loc) · 2.51 KB

2.2.0 (2019-09-06)

Features

  • add isCharAndNotRestricted to xml/1.1/ed2 (907ae53)

2.1.1 (2019-06-24)

Features

  • add support for the RestrictedChar production (1ff2542)

2.1.0 (2019-06-24)

Features

  • add support for the RestrictedChar production (d6c4384)

2.0.1 (2019-06-23)

Performance Improvements

  • remove the include calls (338b9b1)

2.0.0 (2019-06-23)

Code Refactoring

  • drop the xmlchars module (b9f8285)

Features

  • add initial support for XML 1.1. edition 2 (baaa734)

Performance Improvements

  • include is faster than individual tests (db94653)
  • reorganize isChar for speed (98748bc)
  • reorganize name tests for speed (a55561d)

BREAKING CHANGES

  • the xmlchars module, which had been deprecated, is now gone.

1.3.1 (2018-10-01)

1.3.0 (2018-09-06)

Features

  • introduce fine-grained modules (e49461b)

1.2.0 (2018-09-06)

Features

  • add the lists namespace (7bfcca0)
  • add the XMLNS_1_0 namespace (022239c)

1.1.0 (2018-07-23)

Features