Skip to content

Commit ee6798f

Browse files
committed
Bumped version to 2.2.2
1 parent 86f1509 commit ee6798f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/xml/utils/entities.dart

-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ class _XmlCharacterDataParser extends Parser {
8080
Parser copy() => new _XmlCharacterDataParser(_stopper, _minLength);
8181
}
8282

83-
@deprecated
84-
final Pattern _ENTITY_PATTERN =
85-
new RegExp(r'&(#[xX]([A-Fa-f0-9]+)|#(\d+)|(\w+));');
86-
8783
final Map<String, String> _ENTITY_TO_CHAR = const {
8884

8985
// xml entities

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: xml
2-
version: 2.2.2-dev
2+
version: 2.2.2
33
author: Lukas Renggli <[email protected]>
44
description: A lightweight library for parsing, traversing, querying and building XML documents.
55
homepage: https://github.com/renggli/dart-xml

0 commit comments

Comments
 (0)