Skip to content

Tags: harttle/liquidjs

Tags

v10.20.2

Toggle v10.20.2's commit message
chore(release): 10.20.2 [skip ci]

## [10.20.2](v10.20.1...v10.20.2) (2025-01-19)

### Bug Fixes

* consistent range syntax parsing, [#791](#791) ([a490a70](a490a70))
* context for group_by_exp/where_exp/find_exp, [#790](#790) ([a5070af](a5070af))

v10.20.1

Toggle v10.20.1's commit message
chore(release): 10.20.1 [skip ci]

## [10.20.1](v10.20.0...v10.20.1) (2025-01-04)

### Bug Fixes

* break/continue stops whole template, [#783](#783) ([5f1a4cf](5f1a4cf))
* enumerate plain objects in where/where_exp, [#785](#785) ([#788](#788)) ([25ef104](25ef104))
* preserveTimezones support for RFC2822 date, [#784](#784) ([59cf3c0](59cf3c0))

v10.20.0

Toggle v10.20.0's commit message
chore(release): 10.20.0 [skip ci]

# [10.20.0](v10.19.1...v10.20.0) (2024-12-28)

### Features

* `size`, `first`, `last` support arraylike objects, [#781](#781) ([35a8442](35a8442))
* static variable analysis ([#770](#770)) ([3492ff6](3492ff6))

v10.19.1

Toggle v10.19.1's commit message
chore(release): 10.19.1 [skip ci]

## [10.19.1](v10.19.0...v10.19.1) (2024-12-22)

### Bug Fixes

* add sideEffects=false to package.json ([734eb52](734eb52))
* inconsistent continue behaviour, fixes [#779](#779) ([e3ef574](e3ef574))
* memoryLimit doesn't work in for tag, [#776](#776) ([2af297f](2af297f))

v10.19.0

Toggle v10.19.0's commit message
chore(release): 10.19.0 [skip ci]

# [10.19.0](v10.18.0...v10.19.0) (2024-11-17)

### Features

* allow drops in property access ([#769](#769)) ([11f013b](11f013b))
* support Jekyll style `where`, [#768](#768) ([9107eb1](9107eb1))

v10.18.0

Toggle v10.18.0's commit message
chore(release): 10.18.0 [skip ci]

# [10.18.0](v10.17.0...v10.18.0) (2024-10-16)

### Features

* expose FilterToken to filter `this`, [#762](#762) ([d705888](d705888))

v10.17.0

Toggle v10.17.0's commit message
chore(release): 10.17.0 [skip ci]

# [10.17.0](v10.16.7...v10.17.0) (2024-09-22)

### Features

* support custom key-value separator, [#752](#752) ([6aeed25](6aeed25))

v10.16.7

Toggle v10.16.7's commit message
chore(release): 10.16.7 [skip ci]

## [10.16.7](v10.16.6...v10.16.7) (2024-08-29)

### Bug Fixes

* use CommonJS bundle to support default export ([2543461](2543461))
* use cwd to resolve npm partials for Node.JS ([e5fbdfe](e5fbdfe))

v10.16.6

Toggle v10.16.6's commit message
chore(release): 10.16.6 [skip ci]

## [10.16.6](v10.16.5...v10.16.6) (2024-08-29)

### Bug Fixes

* expose originalError from LiquidError, [#742](#742) ([86f6bf0](86f6bf0))

v10.16.5

Toggle v10.16.5's commit message
chore(release): 10.16.5 [skip ci]

## [10.16.5](v10.16.4...v10.16.5) (2024-08-27)

### Bug Fixes

* ESM bundle for Node.js, [#739](#739) ([ce84cd6](ce84cd6))