Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lddubeau committed Jun 23, 2019
1 parent baaa734 commit c3553f0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<a name="2.0.0"></a>
# [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.



<a name="1.3.1"></a>
## [1.3.1](https://github.com/lddubeau/xmlchars/compare/v1.3.0...v1.3.1) (2018-10-01)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c3553f0

Please sign in to comment.