intl-messageformat-parser
Advanced tools
Comparing version 5.1.6 to 5.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.2.0](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@5.1.6...intl-messageformat-parser@5.2.0) (2020-06-26) | ||
### Features | ||
* **intl-messageformat:** pass `ignoreTag` to parser ([386459b](https://github.com/formatjs/formatjs/commit/386459ba472734ff21ba19374e2700e52382cd22)), closes [#1755](https://github.com/formatjs/formatjs/issues/1755) | ||
## [5.1.6](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@5.1.5...intl-messageformat-parser@5.1.6) (2020-06-23) | ||
@@ -8,0 +19,0 @@ |
@@ -138,3 +138,10 @@ export declare enum TYPE { | ||
captureLocation?: boolean; | ||
/** | ||
* Whether to treat HTML/XML tags as string literal | ||
* instead of parsing them as tag token. | ||
* When this is false we only allow simple tags without | ||
* any attributes | ||
*/ | ||
ignoreTag?: boolean; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
@@ -147,2 +147,9 @@ import { NumberFormatOptions } from '@formatjs/intl-numberformat'; | ||
captureLocation?: boolean; | ||
/** | ||
* Whether to treat HTML/XML tags as string literal | ||
* instead of parsing them as tag token. | ||
* When this is false we only allow simple tags without | ||
* any attributes | ||
*/ | ||
ignoreTag?: boolean; | ||
} | ||
@@ -149,0 +156,0 @@ |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.8.0" | ||
"packageVersion": "7.8.12" | ||
} | ||
] | ||
} |
@@ -138,3 +138,10 @@ export declare enum TYPE { | ||
captureLocation?: boolean; | ||
/** | ||
* Whether to treat HTML/XML tags as string literal | ||
* instead of parsing them as tag token. | ||
* When this is false we only allow simple tags without | ||
* any attributes | ||
*/ | ||
ignoreTag?: boolean; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "intl-messageformat-parser", | ||
"version": "5.1.6", | ||
"version": "5.2.0", | ||
"description": "Parses ICU Message strings into an AST via JavaScript.", | ||
@@ -49,6 +49,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@formatjs/intl-numberformat": "^4.2.9" | ||
"@formatjs/intl-numberformat": "^4.2.10" | ||
}, | ||
"homepage": "https://github.com/formatjs/formatjs", | ||
"gitHead": "aa6995c4f8c9f79e13e5ca551057f6e1f3a72c22", | ||
"gitHead": "d068e86f36f10f9f0407b17e3fa904c70208b98a", | ||
"devDependencies": { | ||
@@ -55,0 +55,0 @@ "@types/jest": "^25.2.1", |
@@ -220,2 +220,9 @@ export enum TYPE { | ||
captureLocation?: boolean; | ||
/** | ||
* Whether to treat HTML/XML tags as string literal | ||
* instead of parsing them as tag token. | ||
* When this is false we only allow simple tags without | ||
* any attributes | ||
*/ | ||
ignoreTag?: boolean; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1192598
14984
0