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: 0.5.2
Choose a base ref
...
head repository: janl/mustache.js Loading
compare: 0.6.0
Choose a head ref
  • 9 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 7, 2012

  1. fixed CommonJS check

    QUnit defines module too. If you try to use mustache in a QUnit and AMD environment it won't work
    Bastian Bleker committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    2afdb08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #243 from kannix/patch-1

    more stringent CommonJS check
    mjackson committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    2a51eef View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2012

  1. throw inside the if

    mjackson committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    52c7e43 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2012

  1. Use exported escaping function

    Fixes #244
    mjackson committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    a6420e4 View commit details
    Browse the repository at this point in the history
  2. Use JavaScript's definition of falsy

    Fixes #186
    mjackson committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    5ab345e View commit details
    Browse the repository at this point in the history
  3. Remove newlines

    mjackson committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    4236e61 View commit details
    Browse the repository at this point in the history
  4. Track changes in CHANGES

    mjackson committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    f7c6a20 View commit details
    Browse the repository at this point in the history
  5. Add volo support

    Fixes #249
    mjackson committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    bf61bf6 View commit details
    Browse the repository at this point in the history
  6. Version 0.6.0

    mjackson committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    f5d18ca View commit details
    Browse the repository at this point in the history
Loading