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

Commits on Sep 7, 2012

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

Commits on Sep 8, 2012

  1. More concise token format

    mjackson committed Sep 8, 2012
    1 Configuration menu
    Copy the full SHA
    3fb61fc View commit details
    Browse the repository at this point in the history
  2. Coerce { token types to &

    mjackson committed Sep 8, 2012
    Configuration menu
    Copy the full SHA
    18e797d View commit details
    Browse the repository at this point in the history
  3. Make high-level API same as Renderer API

    Also, allow partials to be passed to the function that is returned
    for pre-compiled templates. This makes the API more consistent all
    around, but comes with the caveat that renderers are much more
    aggressive at caching. Now, any time a template or partial is
    compiled with the same name as a previously compiled template the
    cached version is used.
    
    Fixes #240
    mjackson committed Sep 8, 2012
    Configuration menu
    Copy the full SHA
    544a32b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2012

  1. Add tests for null view

    mjackson committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    0a6d71c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2012

  1. Replace code generation with straight function execution.

    This is a strict port of the existing process - there are many opportunities for optimization based on this.
    cweider committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    dac6470 View commit details
    Browse the repository at this point in the history
  2. Don't use eval

    Fixes #207 #210
    mjackson committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    0c0c6fd View commit details
    Browse the repository at this point in the history
  3. Rename Renderer => Writer

    mjackson committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    dc6cdf1 View commit details
    Browse the repository at this point in the history
  4. Better variable names

    mjackson committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    e45bbb3 View commit details
    Browse the repository at this point in the history
  5. Prevent global var leak

    Also, changed order of arguments to internal render function.
    mjackson committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    2bc29ec View commit details
    Browse the repository at this point in the history
  6. Use exported parse function

    mjackson committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    f41bbb1 View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    fea239f View commit details
    Browse the repository at this point in the history
  8. Fix exports.to_html

    mjackson committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    7489f70 View commit details
    Browse the repository at this point in the history
  9. Simplify CommonJS check

    mjackson committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    1159c23 View commit details
    Browse the repository at this point in the history
  10. Fix text token offsets

    Text tokens now accurately reflect their content's exact position
    in the original template.
    mjackson committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    a5dbb70 View commit details
    Browse the repository at this point in the history
  11. Allow auto-loading of partials

    Fixes #247
    mjackson committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    0ea9574 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    afc6e0f View commit details
    Browse the repository at this point in the history
  13. Version 0.7.0

    mjackson committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    8b19e0e View commit details
    Browse the repository at this point in the history
Loading