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.7.0
Choose a base ref
...
head repository: janl/mustache.js Loading
compare: 0.7.1
Choose a head ref
  • 13 commits
  • 10 files changed
  • 4 contributors

Commits on Sep 14, 2012

  1. Update README.md

    julien-c committed Sep 14, 2012
    Configuration menu
    Copy the full SHA
    03a9da9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2012

  1. Configuration menu
    Copy the full SHA
    85014a4 View commit details
    Browse the repository at this point in the history
  2. Cache partials by template, not by name

    Fixes #257
    mjackson committed Sep 22, 2012
    Configuration menu
    Copy the full SHA
    658f9e0 View commit details
    Browse the repository at this point in the history
  3. Add Mustache.compileTokens

    Fixes #258
    mjackson committed Sep 22, 2012
    Configuration menu
    Copy the full SHA
    26dfacd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fb0052 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #256 from julien-c/patch-1

    Sections - undefined keys
    mjackson committed Sep 22, 2012
    Configuration menu
    Copy the full SHA
    6bbc85f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2012

  1. Don't evaluate lambdas that return falsy values as an empty string.

    Issue: If I create a Mustache lambda to return numbers and I expect 0 to be of
    those numbers, I'll instead only receive an empty string for 0 because it
    evaluates to falsy.
    
    Fix: Check the result of the lambda to be undefined or null. Only then should
    it return the empty string.
    mattsacks committed Oct 6, 2012
    Configuration menu
    Copy the full SHA
    d59f02f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2012

  1. Configuration menu
    Copy the full SHA
    9de23a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #273 from woledzki/master

    Performance fix for iphones and ipads
    mjackson committed Nov 8, 2012
    Configuration menu
    Copy the full SHA
    1cd18cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #264 from mattsacks/check-falsy

    Don't evaluate lambdas that return falsy values as an empty string.
    mjackson committed Nov 8, 2012
    Configuration menu
    Copy the full SHA
    79b08c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2012

  1. Fail gracefully on empty template

    Fixes #267
    mjackson committed Dec 6, 2012
    2 Configuration menu
    Copy the full SHA
    e0edb35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8296983 View commit details
    Browse the repository at this point in the history
  3. Version 0.7.1

    mjackson committed Dec 6, 2012
    Configuration menu
    Copy the full SHA
    c09c7f5 View commit details
    Browse the repository at this point in the history
Loading