xmlbuilder2
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -5,2 +5,7 @@ # Change Log | ||
## [2.1.4] - 2020-06-16 | ||
### Bug Fixes | ||
- Fixed a bug where mixin classes overwrote DOM class constructors (see [#23](https://github.com/oozcitak/xmlbuilder2/issues/23)). | ||
## [2.1.3] - 2020-06-11 | ||
@@ -142,1 +147,3 @@ | ||
[2.1.2]: https://github.com/oozcitak/xmlbuilder2/compare/v2.1.1...v2.1.2 | ||
[2.1.3]: https://github.com/oozcitak/xmlbuilder2/compare/v2.1.2...v2.1.3 | ||
[2.1.4]: https://github.com/oozcitak/xmlbuilder2/compare/v2.1.3...v2.1.4 |
{ | ||
"name": "xmlbuilder2", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"keywords": [ | ||
@@ -29,4 +29,4 @@ "xml", | ||
"dependencies": { | ||
"@oozcitak/util": "8.3.3", | ||
"@oozcitak/dom": "1.15.5", | ||
"@oozcitak/util": "8.3.4", | ||
"@oozcitak/dom": "1.15.6", | ||
"@oozcitak/infra": "1.0.5" | ||
@@ -33,0 +33,0 @@ }, |
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
390651
+ Added@oozcitak/dom@1.15.6(transitive)
+ Added@oozcitak/util@8.3.4(transitive)
- Removed@oozcitak/dom@1.15.5(transitive)
- Removed@oozcitak/util@8.3.3(transitive)
Updated@oozcitak/dom@1.15.6
Updated@oozcitak/util@8.3.4