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 Loading
base: v2.0.0-alpha.1
Choose a base ref
...
head repository: handlebars-lang/handlebars.js Loading
compare: v2.0.0-alpha.2
Choose a head ref
  • 18 commits
  • 15 files changed
  • 4 contributors

Commits on Feb 15, 2014

  1. Update README.markdown

    SimonCropp committed Feb 15, 2014
    Configuration menu
    Copy the full SHA
    c68620c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2014

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

Commits on Feb 20, 2014

  1. properly handle multiple subexpressions in the same hash, fixes #748

    push all hash params before popping any so as to avoid the last stackN var
    stomping previous ones
    jenseng committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    8493822 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Merge pull request #747 from Jonahss/master

    updated grunt-saucelabs, failing tests revealed
    kpdecker committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    fd5dfc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. fix bug in IE<=8 (no Array::map), closes #751

    looks like this broke in 2812fe2
    
    also s/this.i/var i/, since the functions that needed it were removed in
    a1edab6
    jenseng committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    5999baf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #756 from jenseng/mapfix

    fix bug in IE<=8 (no Array::map), closes #751
    kpdecker committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    674d07f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #749 from jenseng/option_subexpressions_fix

    properly handle multiple subexpressions in the same hash, fixes #748
    kpdecker committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    7dd64e5 View commit details
    Browse the repository at this point in the history
  4. Drop opera tests

    The Sauce implementation doesn't seem to work properly.
    kpdecker committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    66538cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10168cb View commit details
    Browse the repository at this point in the history
  6. Make JSON a requirement for the compiler.

    Include the polyfill for testing under IE8 and below and document this.
    kpdecker committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    058c0fb View commit details
    Browse the repository at this point in the history
  7. Fix evaluation of paths and subexprs

    Fixes #743
    kpdecker committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    55782f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2014

  1. Configuration menu
    Copy the full SHA
    8347ee2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #740 from SimonCropp/patch-1

    Update README.markdown
    kpdecker committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    d33ae15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d55f996 View commit details
    Browse the repository at this point in the history
  4. Add version option to compiler

    Fixes #746
    kpdecker committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    1da1364 View commit details
    Browse the repository at this point in the history
  5. Remove log in test

    kpdecker committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    b61c755 View commit details
    Browse the repository at this point in the history
  6. Update release notes

    kpdecker committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    fea46db View commit details
    Browse the repository at this point in the history
  7. v2.0.0-alpha.2

    kpdecker committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    04c3126 View commit details
    Browse the repository at this point in the history
Loading