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: janl/mustache.js Loading
base: v2.1.2
Choose a base ref
...
head repository: janl/mustache.js Loading
compare: v2.1.3
Choose a head ref
  • 9 commits
  • 8 files changed
  • 5 contributors

Commits on Jun 25, 2015

  1. Throw error when providing .render() with invalid template type.

    As we require the template to be a `string` we now throw an error when given
    any other data type. This should provide the developers with a meaningful
    error rather than a cryptic TypeError from the murky depths of our source code.
    
    Fixes #464
    phillipj committed Jun 25, 2015
    3 Configuration menu
    Copy the full SHA
    a3f4339 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2015

  1. Merge pull request #467 from janl/feature/meaningful-type-error

    Throw error when providing .render() with invalid template type
    phillipj committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    06b7392 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

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

Commits on Jul 20, 2015

  1. Merge pull request #469 from jfmercer/string-literals

    Documents use of string literals containing double quotes
    phillipj committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    5b43a4f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    ef047db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #471 from Andersos/patch-1

    Move gif to githubusercontent #327
    dasilvacontin committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    947d17c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. Update UMD Shim to be resilient to HTMLElement global pollution

    Please see umdjs/umd#63 and umdjs/umd#35 for more information, but
    this change prevents an HTML element with an id of `exports` from causing the UMD shim to incorrectly detect the environment as node.
    mikesherov committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    853f9c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Merge pull request #472 from mikesherov/patch-1

    Update UMD Shim to be resilient to HTMLElement global pollution
    dasilvacontin committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    c4c9238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c0893 View commit details
    Browse the repository at this point in the history
Loading