Support multi-parameter filters #11

Merged
MaximHoroneko merged 1 commit from main into main 2025-08-14 20:05:30 +02:00
MaximHoroneko commented 2025-08-14 15:08:53 +02:00 (Migrated from github.com)

Support for multi-parameter liquid filters like find: string, string, replace: string, string, color_mix: string, number, etc.

Current implementation doesn't recognize multi-parameter filters.

Example:
{{ "adam!" | capitalize | prepend: "Hello " | replace: "adam", "Adam" }}

Support for multi-parameter liquid filters like `find: string, string`, `replace: string, string`, `color_mix: string, number`, etc. Current implementation doesn't recognize multi-parameter filters. Example: `{{ "adam!" | capitalize | prepend: "Hello " | replace: "adam", "Adam" }}`
marijnh commented 2025-08-14 20:05:41 +02:00 (Migrated from github.com)

Thanks! I wasn't aware those were a thing.

Thanks! I wasn't aware those were a thing.
eclipseskywalker commented 2025-08-15 10:19:25 +02:00 (Migrated from github.com)

@marijnh Hi! Can you tell me when this PR will be released? It would be great to get these changes.

@marijnh Hi! Can you tell me when this PR will be released? It would be great to get these changes.
marijnh commented 2025-08-15 12:14:51 +02:00 (Migrated from github.com)

Sure, I've tagged a version 6.3.0!

Sure, I've tagged a version 6.3.0!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/lang-liquid!11
No description provided.