From c3553f0df82012f7feecf7c136b9cc0102e46eb7 Mon Sep 17 00:00:00 2001 From: Louis-Dominique Dubeau Date: Sun, 23 Jun 2019 16:45:15 -0400 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 137b136..6b42c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ + +# [2.0.0](https://github.com/lddubeau/xmlchars/compare/v1.3.1...v2.0.0) (2019-06-23) + + +### Code Refactoring + +* drop the xmlchars module ([b9f8285](https://github.com/lddubeau/xmlchars/commit/b9f8285)) + + +### Features + +* add initial support for XML 1.1. edition 2 ([baaa734](https://github.com/lddubeau/xmlchars/commit/baaa734)) + + +### Performance Improvements + +* include is faster than individual tests ([db94653](https://github.com/lddubeau/xmlchars/commit/db94653)) +* reorganize isChar for speed ([98748bc](https://github.com/lddubeau/xmlchars/commit/98748bc)) +* reorganize name tests for speed ([a55561d](https://github.com/lddubeau/xmlchars/commit/a55561d)) + + +### BREAKING CHANGES + +* the xmlchars module, which had been deprecated, is now gone. + + + ## [1.3.1](https://github.com/lddubeau/xmlchars/compare/v1.3.0...v1.3.1) (2018-10-01) diff --git a/package-lock.json b/package-lock.json index fd1cdf4..468292b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "xmlchars", - "version": "1.3.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fde05ea..82d7bbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xmlchars", - "version": "1.3.1", + "version": "2.0.0", "description": "Utilities for determining if characters belong to character classes defined by the XML specs.", "keywords": [ "XML",