Comparing version 2.0.4 to 2.0.5
@@ -8,2 +8,6 @@ Changelog | ||
### 2.0.5 | ||
- Fixed #36 - Don't use `invokeBody()` in the cache taglib | ||
### 2.0.4 | ||
@@ -10,0 +14,0 @@ |
@@ -61,3 +61,3 @@ { | ||
}, | ||
"version": "2.0.4" | ||
"version": "2.0.5" | ||
} |
@@ -44,4 +44,4 @@ 'use strict'; | ||
var result = out.captureString(function () { | ||
if (input.invokeBody) { | ||
input.invokeBody(); | ||
if (input.renderBody) { | ||
input.renderBody(out); | ||
} | ||
@@ -48,0 +48,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
469264