Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade handlebars to version 5.1 to support chained else expression #162

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

SuperTux88
Copy link
Contributor

The new version now supports a syntax like this:

{{#if ...}}
{{else if ...}}
{{else}}
{{/if}}

Also update handlebars_misc_helpers to be compatible with the new handlebars version.

Also refactor RenderErrors to RenderErrorReasons to fix deprecation warnings.

Also update handlebars_misc_helpers to be compatible with the new
handlebars version.

Refactor RenderErrors to RenderErrorReasons to fix deprecation warnings.
@SuperCuber
Copy link
Owner

TY for the contribution :)

@SuperCuber SuperCuber merged commit 1d0d696 into SuperCuber:master Feb 17, 2024
9 checks passed
@SuperTux88 SuperTux88 deleted the update-handlebars branch February 17, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants