Comparing version 9.35.1 to 9.35.2
@@ -0,1 +1,9 @@ | ||
## [9.35.2](https://github.com/harttle/liquidjs/compare/v9.35.1...v9.35.2) (2022-03-02) | ||
### Bug Fixes | ||
* corner case for concat filter without argument, [#481](https://github.com/harttle/liquidjs/issues/481) ([aa95517](https://github.com/harttle/liquidjs/commit/aa955173d4c7adc585e862934429f1f4c5f64969)) | ||
* export all builtin tags from LiquidJS, [#464](https://github.com/harttle/liquidjs/issues/464) ([33009bb](https://github.com/harttle/liquidjs/commit/33009bb988eb74c58f390992750d91b967cb3428)) | ||
## [9.35.1](https://github.com/harttle/liquidjs/compare/v9.35.0...v9.35.1) (2022-02-26) | ||
@@ -2,0 +10,0 @@ |
@@ -12,5 +12,5 @@ import { FilterImpl } from '../../template/filter/filter-impl'; | ||
export declare function compact<T>(this: FilterImpl, arr: T[]): any[]; | ||
export declare function concat<T1, T2>(v: T1[], arg: T2[]): (T1 | T2)[]; | ||
export declare function concat<T1, T2>(v: T1[], arg?: T2[]): (T1 | T2)[]; | ||
export declare function slice<T>(v: T[] | string, begin: number, length?: number): T[] | string; | ||
export declare function where<T extends object>(this: FilterImpl, arr: T[], property: string, expected?: any): T[]; | ||
export declare function uniq<T>(arr: T[]): T[]; |
@@ -29,2 +29,2 @@ import * as TypeGuards from './util/type-guards'; | ||
export * as filters from './builtin/filters'; | ||
export * as tags from './builtin/filters'; | ||
export * as tags from './builtin/tags'; |
{ | ||
"name": "liquidjs", | ||
"version": "9.35.1", | ||
"version": "9.35.2", | ||
"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
1330077
18867