Skip to content

Commit e1f7847

Browse files
Test Userclaude
andcommitted
docs: update CHANGELOG and add contributor
- Added Unreleased section to CHANGELOG.md with recent features: - Jekyll Extensions Support (PR #114) - Auto-Escape Feature (PR #111) - Modernized Build Tooling (PR #115) - Added steve-ky as contributor for ideas/feedback on PR #89 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f3dae68 commit e1f7847

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Release Notes
22
<!-- markdownlint-disable MD024 -->
33

4+
## Unreleased
5+
6+
### Added
7+
8+
- **Jekyll Extensions Support** (#114): Added support for dot notation in assign tags (e.g., `{% assign page.canonical_url = "/about/" %}`) when `JekyllExtensions` config flag is enabled. This allows Jekyll-compatible template syntax while maintaining Shopify Liquid compatibility by default.
9+
10+
- **Auto-Escape Feature** (#111): Implemented automatic HTML escaping for template output with opt-in/opt-out support via the `safe` filter. Output is automatically escaped by default when auto-escape is enabled, and can be marked as safe using `{{ value | safe }}`. Thanks [@dop251](https://github.com/dop251)
11+
12+
### Changed
13+
14+
- **Modernized Build Tooling** (#115): Updated golangci-lint configuration to v2 format, reorganized Makefile with comprehensive targets, and added pre-commit hooks for automated code quality checks. All existing lint and format issues have been resolved.
15+
16+
### Fixed
17+
18+
- Fixed trailing whitespace issues in test files
19+
- Resolved all golangci-lint v2 compatibility issues
20+
421
## 1.3.0 (2020-02-13)
522

623
Contributions:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
241241
<tr>
242242
<td align="center"><a href="https://github.com/kke"><img src="https://avatars.githubusercontent.com/u/224971?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kimmo Lehto</b></sub></a><br /><a href="https://github.com/osteele/liquid/commits?author=kke" title="Code">💻</a></td>
243243
<td align="center"><a href="https://vito.io/"><img src="https://avatars.githubusercontent.com/u/77198?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Victor "Vito" Gama</b></sub></a><br /><a href="https://github.com/osteele/liquid/commits?author=heyvito" title="Code">💻</a></td>
244+
<td align="center"><a href="https://github.com/steve-ky"><img src="https://avatars.githubusercontent.com/u/2632189?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Steve KY</b></sub></a><br /><a href="https://github.com/osteele/liquid/pulls?q=is%3Apr+author%3Asteve-ky" title="Ideas, Planning, & Feedback">🤔</a></td>
244245
</tr>
245246
</table>
246247

0 commit comments

Comments
 (0)