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.1
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.2
Choose a head ref
  • 18 commits
  • 61 files changed
  • 1 contributor

Commits on Apr 8, 2015

  1. Add require.js error reporting in tests

    Adds test coverage for #989
    kpdecker committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    e15af4c View commit details
    Browse the repository at this point in the history
  2. Avoid source-map import under AMD

    Fixes #989
    kpdecker committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    81a4d50 View commit details
    Browse the repository at this point in the history
  3. Add undefined and null literal support

    This adds the UndefinedLiteral and NullLiteral to AST.
    
    Fixes #990
    kpdecker committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    2d149e7 View commit details
    Browse the repository at this point in the history
  4. Remove vestigial code

    kpdecker committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    c699d0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37a664b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Configuration menu
    Copy the full SHA
    dfd141c View commit details
    Browse the repository at this point in the history
  2. Expose Visitor in full browser build

    Fixes #994
    kpdecker committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    a7160a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54e743a View commit details
    Browse the repository at this point in the history
  4. Use captureStackTrace for error handler

    Provides more stable error stack reporting when running under v8 environments.
    kpdecker committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    a009a97 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. Fix IE test freakout

    kpdecker committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    2a02261 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. Add full support for es6

    Converts the tool chain to use babel, eslint, and webpack vs. the previous proprietary solutions.
    
    Additionally begins enforcing additional linting concerns as well as updates the code to reflect these rules.
    
    Fixes #855
    Fixes #993
    kpdecker committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    e3d3eda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc9420 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #998 from wycats/babel

    Add full support for es6
    kpdecker committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    c6ab044 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Configuration menu
    Copy the full SHA
    ecf60ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0263aa4 View commit details
    Browse the repository at this point in the history
  3. 7 Configuration menu
    Copy the full SHA
    4bed826 View commit details
    Browse the repository at this point in the history
  4. Update release notes

    kpdecker committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    d48e840 View commit details
    Browse the repository at this point in the history
  5. v3.0.2

    kpdecker committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    2f0b866 View commit details
    Browse the repository at this point in the history
Loading