2077 Commits

Author SHA1 Message Date
admin 5fd0d7cd2b wip
CI / Lint (push) Failing after 1m9s
CI / Test (Node) (20, ubuntu-latest) (push) Failing after 51s
CI / Test (Node) (22, ubuntu-latest) (push) Failing after 52s
CI / Test (Node) (24, ubuntu-latest) (push) Failing after 36s
CI / Test (Browser) (push) Successful in 2m13s
Release / Publish to AWS S3 (push) Failing after 34s
CI / Test (Node) (20, windows-latest) (push) Has been cancelled
CI / Test (Node) (22, windows-latest) (push) Has been cancelled
CI / Test (Node) (24, windows-latest) (push) Has been cancelled
2026-05-06 11:54:02 +02:00
Theodore Brown 3105ca73c1 Fix errors with strict lookup in compat mode (#2150)
Fixes #2149, fixes #1741
2026-04-21 22:30:55 +03:00
Igor Savin 0e1d35582a Switch to ESM (#2138) 2026-04-21 22:02:44 +03:00
Tom Mrazauskas b10cec2322 chore: update type testing setup (#2139)
* chore: update type testing setup
* stricter TSConfig
* deduplicate type checking
2026-03-22 23:32:32 +01:00
Igor Savin 800c3db6b2 Remove dependency 2026-03-20 23:12:25 +01:00
Igor Savin be945bb7bd Address comments 2026-03-20 23:12:25 +01:00
Igor Savin 824e3789c8 Cleanup 2026-03-20 23:12:25 +01:00
Igor Savin f8c6677458 Run in CI 2026-03-20 23:12:25 +01:00
Igor Savin f1421eb2ab Remove grunt, add s3 publishing tests 2026-03-20 23:12:25 +01:00
Igor Savin b5ad730473 Improve error handling 2026-03-19 22:05:55 +01:00
Igor Savin ff02463429 Make CLI ESM for compatibility with new yargs 2026-03-19 22:05:55 +01:00
Igor Savin a8a1c9dd4f Adjust coverage 2026-03-19 22:05:55 +01:00
Igor Savin 243060b310 Fix CI 2026-03-19 22:05:55 +01:00
Igor Savin 60d17f546d Support section filter in benchmarks 2026-03-19 22:05:55 +01:00
Igor Savin 61659fbe63 Cleanup 2026-03-19 22:05:55 +01:00
Igor Savin c1bc257d39 Improve tests 2026-03-19 22:05:55 +01:00
Igor Savin 1b321a8bef add tstyche tests 2026-03-19 22:05:55 +01:00
Igor Savin 92e842f82e update dependencies 2026-03-19 22:05:55 +01:00
Jakob Linskeseder 6f1de2025e Explicitly set region for AWS S3 publishing
Fixes the following error:
`Error: Region is missing`
2026-03-18 21:29:06 +01:00
Jakob Linskeseder d025292e06 Migrate AWS SDK for JavaScript v2 APIs to v3
This was cherry-picked from https://github.com/handlebars-lang/handlebars.js/pull/2020.
2026-03-18 20:46:45 +01:00
Jakob Linskeseder 71350d90ec Don't fail tests if Git is not available
I need this because I run Node inside a
minimal container for security reasons.
2026-03-18 20:46:45 +01:00
Igor Savin bf93bafeca Modernize benchmarks (#2132)
* Introduce benchmarks
2026-03-17 23:43:46 +01:00
Igor Savin 70b8f1145d feat: migrate to RSPack (#2131)
* Migrate to RSPack
* Add tests to CI, address coverage
* fix: Restore AWS sdk
* add simple serve
2026-03-14 23:08:19 +01:00
Igor Savin 2f68d9425b Migrate to oxlint and oxfmt v2 (#2130)
* Migrate to oxlint and oxfmt
* Address review comments
2026-03-10 17:27:44 +01:00
Igor Savin 169ef75066 Remove deprecated helpers and fix release script (#2128)
* Remove deprecated helpers
* Use more idiomatic assertions
* Fix release script
2026-03-03 21:52:28 +01:00
Igor Savin d65683434d Convert tests to vitest (#2127)
* Convert tests to vitest
* fix git tests
* Cleanup
* Convert ignore comments
* address code review comments
2026-03-02 21:33:52 +01:00
Jakob Linskeseder 1245255892 Fix Playwright tests in CI pipeline
Also change README to use standard markdown extension.
2026-03-01 17:31:58 +01:00
Igor Savin 22e04868c0 Apply compatibility fixes 2026-03-01 17:26:37 +01:00
Igor Savin a3ac164642 Refresh Node versions used 2026-03-01 17:26:37 +01:00
William Entriken 864b721fef remove dead link 2025-08-19 22:53:19 +02:00
Wouter Van Schandevijl cc8574e631 fix README links to docs 2025-07-07 19:01:55 +02:00
Mohamed Akram f422bfdf3e Improve rendering performance
Avoid unnecessary copies via Utils.extend in hot paths.
2024-09-03 22:27:34 +02:00
Christian Clauss 25c696b889 Upgrade GitHub Actions checkout and setup-node
* https://github.com/actions/checkout/releases
* https://github.com/actions/setup-node/releases
2023-12-14 00:07:04 +01:00
Benoit Vallée 1fc4ef09c1 Fix type "RuntimeOptions" also accepting string partials 2023-09-21 22:30:51 +02:00
Mohamed Akram ce1f2abf5a Drop support for EOL Node.js versions 2023-09-20 21:51:23 +02:00
Mohamed Akram 2afecb25db Fix running integration tests on macOS 2023-09-20 21:26:53 +02:00
Jonas Thelemann cb828aa282 feat(types): set hash to be a Record<string, any>
Resolves #2001
2023-09-12 23:24:37 +02:00
Jonas Thelemann 0bc9f634ca chore(pull-request-template): correct types path
I think it's `/types` now.
2023-09-08 23:12:13 +02:00
Jakob Linskeseder ae83edd5c4 Support Map and Set in #each block
Also support Map-keys in lookup-expressions.

See #1418 #1679
2023-09-06 23:20:32 +02:00
Seyed Mohammad Mahdi Hatami 8ce2be4496 Improve error-message when partial is missing
Signed-off-by: Seyed Mohammad Mahdi Hatami <hatamik7@gmail.com>
2023-09-01 00:29:18 +02:00
Nils Knappmeier d3b93571a7 refactor: rename i to startPartIndex 2023-08-05 22:41:22 +02:00
Jakob Linskeseder 99d162cadc Fix link to homepage
When visiting the www-variant, a `SSL_ERROR_INTERNAL_ERROR_ALERT`
error is displayed by the browser.
2023-08-02 23:35:14 +02:00
Jakob Linskeseder 7147755b55 Allow manually triggering the release-action 2023-08-02 23:03:30 +02:00
Jakob Linskeseder 9413ea99ce Format *.md files with prettier
The `npm run format` command now matches
the husky `lint-staged`-commands.

Also upgraded to prettier v3.
2023-07-30 23:38:10 +02:00
Jakob Linskeseder f202c501a3 Pass correct environment for AWS S3 publishing
See #1972
2023-07-29 21:44:00 +02:00
Jakob Linskeseder bb55dead2d Checkout submodules when publishing to AWS S3
See #1972
2023-07-29 21:24:52 +02:00
Jakob Linskeseder 6e10b1f658 Fix publishing to AWS S3
See #1972
2023-07-29 21:18:15 +02:00
Jakob Linskeseder 65f24eb8b6 Publish latest and tags to AWS S3
This recreates the logic from this removed
TravisCI job:
https://github.com/handlebars-lang/handlebars.js/blob/a9a8e403213583ca90cb7c872d3a22796c37d961/.travis.yml#L16-L25
2023-07-29 21:09:35 +02:00
Jay Linski 35f001862c Create SECURITY.md
Closes #1961.
2023-07-25 19:21:46 +02:00
Jakob Linskeseder b3ffb16e5d Fix browser tests in CI pipeline 2023-07-24 21:55:20 +02:00