Comparing version 2.0.3 to 2.1.0
@@ -0,1 +1,7 @@ | ||
## 3 August 2019 | ||
### [2.1.0](https://github.com/artdecocode/rexml/compare/v2.0.3...v2.1.0) | ||
- [externs] Add externs of the return type for the compiler. | ||
## 27 July 2019 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "rexml", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "Simple XML parsing with a regular expression.", | ||
@@ -14,2 +14,3 @@ "main": "build/index.js", | ||
"e": "alanode", | ||
"externs": "typal types/externs.js", | ||
"example/": "yarn e example/example.js", | ||
@@ -22,4 +23,6 @@ "build": "yarn-s b doc", | ||
"build", | ||
"src" | ||
"src", | ||
"types/externs.js" | ||
], | ||
"externs": "types/externs.js", | ||
"repository": { | ||
@@ -49,3 +52,3 @@ "type": "git", | ||
"alamode": "^2.3.6", | ||
"documentary": "^1.28.0", | ||
"documentary": "^1.29.0", | ||
"eslint-config-artdeco": "1.0.1", | ||
@@ -52,0 +55,0 @@ "yarn-s": "1.1.0", |
@@ -11,3 +11,5 @@ # rexml | ||
<p align="center"><a href="#table-of-contents"><img src="/.documentary/section-breaks/0.svg?sanitize=true"></a></p> | ||
<p align="center"><a href="#table-of-contents"> | ||
<img src="/.documentary/section-breaks/0.svg?sanitize=true"> | ||
</a></p> | ||
@@ -23,3 +25,5 @@ ## Table Of Contents | ||
<p align="center"><a href="#table-of-contents"><img src="/.documentary/section-breaks/1.svg?sanitize=true"></a></p> | ||
<p align="center"><a href="#table-of-contents"> | ||
<img src="/.documentary/section-breaks/1.svg?sanitize=true"> | ||
</a></p> | ||
@@ -34,3 +38,5 @@ ## API | ||
<p align="center"><a href="#table-of-contents"><img src="/.documentary/section-breaks/2.svg?sanitize=true" width="25"></a></p> | ||
<p align="center"><a href="#table-of-contents"> | ||
<img src="/.documentary/section-breaks/2.svg?sanitize=true" width="25"> | ||
</a></p> | ||
@@ -78,3 +84,5 @@ ### `rexml(`<br/> `tag: string,`<br/> `string: string,`<br/>`): {content, props}[]` | ||
<p align="center"><a href="#table-of-contents"><img src="/.documentary/section-breaks/3.svg?sanitize=true" width="25"></a></p> | ||
<p align="center"><a href="#table-of-contents"> | ||
<img src="/.documentary/section-breaks/3.svg?sanitize=true" width="25"> | ||
</a></p> | ||
@@ -145,3 +153,5 @@ ### `extractProps(`<br/> `string: string,`<br/> `parseValue?: boolean,`<br/>`): Object<string,(boolean|string|number)>` | ||
<p align="center"><a href="#table-of-contents"><img src="/.documentary/section-breaks/4.svg?sanitize=true" width="25"></a></p> | ||
<p align="center"><a href="#table-of-contents"> | ||
<img src="/.documentary/section-breaks/4.svg?sanitize=true" width="25"> | ||
</a></p> | ||
@@ -178,3 +188,5 @@ ### `extractTagsSpec(`<br/> `tag: string,`<br/> `string: string,`<br/>`): {content, props}[]` | ||
<p align="center"><a href="#table-of-contents"><img src="/.documentary/section-breaks/5.svg?sanitize=true"></a></p> | ||
<p align="center"><a href="#table-of-contents"> | ||
<img src="/.documentary/section-breaks/5.svg?sanitize=true"> | ||
</a></p> | ||
@@ -202,2 +214,4 @@ ## Copyright | ||
<p align="center"><a href="#table-of-contents"><img src="/.documentary/section-breaks/-1.svg?sanitize=true"></a></p> | ||
<p align="center"><a href="#table-of-contents"> | ||
<img src="/.documentary/section-breaks/-1.svg?sanitize=true"> | ||
</a></p> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52643
15
427
210