Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:handlebars-lang/handlebars.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
Loading
...
head repository:handlebars-lang/handlebars.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:fix-1838-2
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18commits
  • 25files changed
  • 5contributors

Commits on Dec 29, 2021

  1. Replace shields.io with faster badgen.net

    Badgen is a faster successor of shields.io:https://github.com/badgen/badgen.netBackport from `master`-branch.
    @jaylinski
    jaylinski committedDec 29, 2021
    Configuration menu
    Copy the full SHA
    b65135aView commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    6cfbc26View commit details
    Browse the repository at this point in the history
  2. Fix typo

    @jaylinski
    jaylinski committedJan 7, 2022
    Configuration menu
    Copy the full SHA
    c68bc08View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    88ac068View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Fix integration-tests issue with npm >= 7

    Fixes the following error when running integration-tests:```npm ERR! code ERESOLVEnpm ERR! ERESOLVE unable to resolve dependency treenpm ERR!npm ERR! While resolving: webpack-test@1.0.0npm ERR! Found: handlebars@5.0.0-alpha.1npm ERR! node_modules/handlebarsnpm ERR!   dev handlebars@"file:../../.." from the root projectnpm ERR!npm ERR! Could not resolve dependency:npm ERR! peer handlebars@">= 1.3.0 < 5" from handlebars-loader@1.7.1npm ERR! node_modules/handlebars-loadernpm ERR!   dev handlebars-loader@"^1.7.1" from the root projectnpm ERR!```
    @jaylinski
    jaylinski committedMay 17, 2022
    Configuration menu
    Copy the full SHA
    8e23642View commit details
    Browse the repository at this point in the history
  2. Fix bundler issue with webpack 5

    As explained in issue#1844 and in issuewebpack/webpack#15007 (comment),the way we used the `browser`-field was wrong.The main reason for using the `browser`-field is the requirement of`require('fs')` in the main-entry-file.The workaround for this was using `require('handlebars/lib/handlebars')`,but now it will also work via `require('handlebars')` for bundlers thatrespect the `browser`-field.The `"./runtime"`-config was removed, because it didn't have any effect.In order to detect regressions, the webpack-integration test wasextended to test with different webpack versions.Fixes#1174Closes#1844
    @jaylinski
    jaylinski committedMay 17, 2022
    Configuration menu
    Copy the full SHA
    e3a5448View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    30dbf04View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Fix sync issue with npm lock-file

    ```npm ERR! `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.npm ERR!npm ERR! Invalid: lock file's acorn@5.7.4 does not satisfy acorn@7.4.1npm ERR! Missing: acorn@5.7.4 from lock file```
    @jaylinski
    jaylinski committedOct 16, 2022
    Configuration menu
    Copy the full SHA
    075b354View commit details
    Browse the repository at this point in the history
  2. Make library compatible with workers

    When using Handlebars in a Cloudflare Worker, an environmentin which the `window` and `global` objects both don't exist,an error is thrown about `window` being undefined.According to the ECMA specification, only `self` is availablein a worker. Since we support old runtimes in our 4.x branch,we can't use `globalThis` but have to use a polyfill.
    @marnixk@jaylinski
    marnixk authored andjaylinski committedOct 16, 2022
    Configuration menu
    Copy the full SHA
    3d3796cView commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Test on Node 18

    * Replaced outdated `grunt-bg-shell`-package to get rid of  coffee-script warningsBackports parts of785a63e.
    @jaylinski
    jaylinski committedOct 21, 2022
    Configuration menu
    Copy the full SHA
    c65c6ccView commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    668c4fbView commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. v4.7.8

    @jaylinski
    jaylinski committedAug 1, 2023
    Configuration menu
    Copy the full SHA
    8dc3d25View commit details
    Browse the repository at this point in the history
  2. add links to publish requirements

    @nknapp@jaylinski
    nknapp authored andjaylinski committedAug 1, 2023
    Configuration menu
    Copy the full SHA
    83ee590View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    443a613View commit details
    Browse the repository at this point in the history
  2. Backport: publish latest and tags to AWS S3

    In order to automate publishing 4.x releases to AWS S3,we also need this workflow on the 4.x branch.See#1972
    @jaylinski
    jaylinski committedAug 2, 2023
    Configuration menu
    Copy the full SHA
    be92d2fView commit details
    Browse the repository at this point in the history
  3. Fix link to homepage

    When visiting the www-variant, a `SSL_ERROR_INTERNAL_ERROR_ALERT`error is displayed by the browser.
    @jaylinski
    jaylinski committedAug 2, 2023
    Configuration menu
    Copy the full SHA
    0242378View commit details
    Browse the repository at this point in the history
  4. Fix links in README

    This commit backports changes from `master`.
    @jaylinski
    jaylinski committedAug 2, 2023
    Configuration menu
    Copy the full SHA
    520e1d5View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    b0c0154View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp