Skip to content
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 or learn 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: v4.4.4
Choose a base ref
...
head repository: handlebars-lang/handlebars.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.5
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 20, 2019

  1. fix: non-eager matching raw-block-contents

    In 4.4.4 the block-contents was matched with an eager match, which means
    that with multiple raw-blocks of the same kind, the block was spanned
    over the first ending-tag until the last one.
    This commit replaces this by a non-eager match.
    
    closes #1579
    nknapp committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    8d5530e View commit details
    Browse the repository at this point in the history
  2. Update release notes

    nknapp committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    def79fd View commit details
    Browse the repository at this point in the history
  3. v4.4.5

    nknapp committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    8e1cce7 View commit details
    Browse the repository at this point in the history
Loading