Comparing version 9.34.1 to 9.35.0
@@ -0,1 +1,13 @@ | ||
# [9.35.0](https://github.com/harttle/liquidjs/compare/v9.34.1...v9.35.0) (2022-02-23) | ||
### Bug Fixes | ||
* `url_encode` throws on undefined value, fixes [#479](https://github.com/harttle/liquidjs/issues/479) ([ca3240c](https://github.com/harttle/liquidjs/commit/ca3240c2c4d157095d2ebe0024d0c71bc5e435f8)) | ||
### Features | ||
* expose all tags/filters and TimezoneDate, closes [#464](https://github.com/harttle/liquidjs/issues/464) ([dab8a29](https://github.com/harttle/liquidjs/commit/dab8a29070b2508f2e6532717b7663966f610bec)) | ||
## [9.34.1](https://github.com/harttle/liquidjs/compare/v9.34.0...v9.34.1) (2022-02-20) | ||
@@ -2,0 +14,0 @@ |
@@ -6,3 +6,3 @@ import { NormalizedFullOptions, RenderOptions } from '../liquid-options'; | ||
* insert a Context-level empty scope, | ||
* for tags like {% capture %} {% assign %} to operate | ||
* for tags like `{% capture %}` `{% assign %}` to operate | ||
*/ | ||
@@ -13,4 +13,4 @@ private scopes; | ||
* user passed in scope | ||
* {% increment %}, {% decrement %} changes this scope, | ||
* whereas {% capture %}, {% assign %} only hide this scope | ||
* `{% increment %}`, `{% decrement %}` changes this scope, | ||
* whereas `{% capture %}`, `{% assign %}` only hide this scope | ||
*/ | ||
@@ -17,0 +17,0 @@ environments: Scope; |
@@ -27,1 +27,4 @@ import * as TypeGuards from './util/type-guards'; | ||
export { toValue } from './util/underscore'; | ||
export { TimezoneDate } from './util/timezone-date'; | ||
export * as filters from './builtin/filters'; | ||
export * as tags from './builtin/filters'; |
{ | ||
"name": "liquidjs", | ||
"version": "9.34.1", | ||
"version": "9.35.0", | ||
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/liquid.node.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1316618
18703