|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## Release (2025-11-29) |
| 4 | + |
| 5 | +* @handlebars/parser 2.2.2 (patch) |
| 6 | + |
| 7 | +#### :bug: Bug Fix |
| 8 | +* `@handlebars/parser` |
| 9 | + * [#27](https://github.com/handlebars-lang/handlebars-parser/pull/27) Fix commonjs build ([@kaermorchen](https://github.com/kaermorchen)) |
| 10 | + |
| 11 | +#### Committers: 1 |
| 12 | +- Stanislav Romanov ([@kaermorchen](https://github.com/kaermorchen)) |
| 13 | + |
| 14 | +## Release (2025-08-01) |
| 15 | + |
| 16 | +* @handlebars/parser 2.2.1 (patch) |
| 17 | + |
| 18 | +#### :bug: Bug Fix |
| 19 | +* `@handlebars/parser` |
| 20 | + * [#24](https://github.com/handlebars-lang/handlebars-parser/pull/24) fix node engine and create a test matrix in CI ([@mansona](https://github.com/mansona)) |
| 21 | + |
| 22 | +#### Committers: 1 |
| 23 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
| 24 | + |
| 25 | +## Release (2025-03-19) |
| 26 | + |
| 27 | +* @handlebars/parser 2.2.0 (minor) |
| 28 | + |
| 29 | +#### :rocket: Enhancement |
| 30 | +* `@handlebars/parser` |
| 31 | + * [#15](https://github.com/handlebars-lang/handlebars-parser/pull/15) Implement hash and array literal syntax ([@wycats](https://github.com/wycats)) |
| 32 | + * [#14](https://github.com/handlebars-lang/handlebars-parser/pull/14) Add support for a `#` prefix in path segments ([@wycats](https://github.com/wycats)) |
| 33 | + |
| 34 | +#### :bug: Bug Fix |
| 35 | +* `@handlebars/parser` |
| 36 | + * [#6](https://github.com/handlebars-lang/handlebars-parser/pull/6) [bugfix] Don't emit `parts: [undefined]` for `{{this}}` ([@dfreeman](https://github.com/dfreeman)) |
| 37 | + |
| 38 | +#### :house: Internal |
| 39 | +* `@handlebars/parser` |
| 40 | + * [#17](https://github.com/handlebars-lang/handlebars-parser/pull/17) Add release plan, remove release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 41 | + |
| 42 | +#### Committers: 3 |
| 43 | +- Dan Freeman ([@dfreeman](https://github.com/dfreeman)) |
| 44 | +- Yehuda Katz ([@wycats](https://github.com/wycats)) |
| 45 | +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
| 46 | + |
| 47 | +## v2.1.0 (2021-02-22) |
| 48 | + |
| 49 | +#### :rocket: Enhancement |
| 50 | +* [#4](https://github.com/handlebars-lang/handlebars-parser/pull/4) [FEATURE] Allows SubExpressions to be PathExpression roots ([@pzuraq](https://github.com/pzuraq)) |
| 51 | + |
| 52 | +#### Committers: 1 |
| 53 | +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) |
| 54 | + |
| 55 | +## v2.0.0 (2020-12-09) |
| 56 | + |
| 57 | +#### :boom: Breaking Change |
| 58 | +* [#3](https://github.com/handlebars-lang/handlebars-parser/pull/3) Make sub-expressions callable ([@pzuraq](https://github.com/pzuraq)) |
| 59 | + |
| 60 | +#### Committers: 1 |
| 61 | +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) |
| 62 | + |
| 63 | +## v1.1.0 (2020-09-18) |
| 64 | + |
| 65 | +#### :rocket: Enhancement |
| 66 | +* [#2](https://github.com/handlebars-lang/handlebars-parser/pull/2) [FEAT] Adds types ([@pzuraq](https://github.com/pzuraq)) |
| 67 | + |
| 68 | +#### Committers: 1 |
| 69 | +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) |
| 70 | + |
| 71 | + |
| 72 | +## v1.0.0 (2020-09-14) |
| 73 | + |
| 74 | +#### :rocket: Enhancement |
| 75 | +* [#1](https://github.com/handlebars-lang/handlebars-parser/pull/1) [FEAT] Adds initial setup, lint, ci ([@pzuraq](https://github.com/pzuraq)) |
| 76 | + |
| 77 | +#### Committers: 1 |
| 78 | +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) |
| 79 | + |
| 80 | + |
0 commit comments