@riotjs/compiler
Advanced tools
Comparing version 4.1.1 to 4.2.0
# Compiler Changes | ||
### v4.2.0 | ||
- Add support for `<a {href}/>` shortcut expressions | ||
- Fix spread expressions issue [riot/2679](https://github.com/riot/riot/issues/2679) | ||
### v4.1.1 | ||
@@ -4,0 +8,0 @@ - Fix commonjs imports |
{ | ||
"name": "@riotjs/compiler", | ||
"version": "4.1.1", | ||
"version": "4.2.0", | ||
"description": "Compiler for riot .tag files", | ||
@@ -59,3 +59,3 @@ "main": "dist/index.js", | ||
"@riotjs/dom-bindings": "^1.0.0", | ||
"@riotjs/parser": "^0.8.1", | ||
"@riotjs/parser": "^4.0.0", | ||
"cumpa": "^1.0.1", | ||
@@ -62,0 +62,0 @@ "curri": "^1.0.1", |
Sorry, the diff of this file is too big to display
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
1259637
32347
+ Added@riotjs/parser@4.3.1(transitive)
- Removed@riotjs/parser@0.8.1(transitive)
Updated@riotjs/parser@^4.0.0