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: v3.0.0
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: v3.0.1
Choose a head ref
  • 12 commits
  • 10 files changed
  • 4 contributors

Commits on Feb 11, 2015

  1. Fix typo

    kpdecker committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    c15f90e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

  1. Add dashbars' link on README.

    pismute committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    5ede36b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #962 from pismute/master

    Add dashbars' link on README.
    kpdecker committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    3c9ff77 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. default is a reserved word

    Quoting it to fix in older browsers, especially Android 2.3.x.
    grassick committed Feb 18, 2015
    1 Configuration menu
    Copy the full SHA
    71690ae View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. Merge pull request #964 from grassick/patch-1

    default is a reserved word
    kpdecker committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    8c357b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2015

  1. Fix --version flag

    Fixes #966
    kpdecker committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    64ab232 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Optimize hot path in escapeExpression

    Avoid deoptimizations in v8 due to the duct type check on string instances.
    
    Partial fix for #973
    kpdecker committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    ab96073 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Configuration menu
    Copy the full SHA
    fed86c0 View commit details
    Browse the repository at this point in the history
  2. Update README.markdown

    johneke committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    a10d907 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Merge pull request #984 from johneke/master

    Adding documentation for passing arguments into partials
    kpdecker committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    1d401a2 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    kpdecker committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    40894e6 View commit details
    Browse the repository at this point in the history
  3. v3.0.1

    kpdecker committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    afe730e View commit details
    Browse the repository at this point in the history
Loading