@prettier/plugin-xml
Advanced tools
Comparing version 3.3.1 to 3.4.0
@@ -9,2 +9,13 @@ # Changelog | ||
## [3.4.0] - 2024-03-29 | ||
### Added | ||
- Export plugin type. | ||
### Changed | ||
- Fix printing around reference nodes. | ||
- Trim only XML whitespace, not JS whitespace. | ||
## [3.3.1] - 2024-02-10 | ||
@@ -11,0 +22,0 @@ |
{ | ||
"name": "@prettier/plugin-xml", | ||
"version": "3.3.1", | ||
"version": "3.4.0", | ||
"description": "prettier plugin for XML", | ||
"type": "module", | ||
"main": "src/plugin.js", | ||
"exports": { | ||
".": { | ||
"types": "./types/plugin.d.ts", | ||
"default": "./src/plugin.js" | ||
}, | ||
"./*": "./*" | ||
}, | ||
"scripts": { | ||
@@ -8,0 +15,0 @@ "lint": "eslint --cache .", |
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
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
22476
7
81
1