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: v1.0.0
Choose a base ref
...
head repository: janl/mustache.js Loading
compare: v1.1.0
Choose a head ref
  • 14 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 7, 2015

  1. Refactor Writer.renderTokens() for better readability.

    Split the old Writer.renderTokens() into several small functions with a single responsible.
    phillipj committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    3f298fd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

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

Commits on Jan 31, 2015

  1. Merge pull request #414 from phillipj/cleanup/refactor-render-tokens

    Refactor Writer.renderTokens() for better readability.
    dasilvacontin committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    cb4abe1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2015

  1. Configuration menu
    Copy the full SHA
    4ac1862 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #413 from phillipj/cleanup/readme-tests

    Cleanup tests section in readme
    dasilvacontin committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    99b40a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2015

  1. Run jshint before tests.

    - Documented required version of npm while developing
    - Use the latest npm client for node >= v0.8 on travis
    
    Special quirks to get node v0.6 supported:
    	- npm client v1.3.26 on travis
    	- jshint 2.4.4 as >= 2.5.x breaks
    phillipj committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    d1bb461 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #421 from phillipj/feature/jshint-on-test

    run jshint before tests, support of node back to v0.6
    dasilvacontin committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    c26578a View commit details
    Browse the repository at this point in the history
  3. added gitter badge

    dasilvacontin committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    146497b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2015

  1. Added node v0.12 on travis

    phillipj committed Feb 7, 2015
    Configuration menu
    Copy the full SHA
    2844c9c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. Created command line tool.

    CLI used to render a mustache template with a data view, writes the template into stdout when successfull. Otherwise meaningfull errors into stderr.
    
    Fixes #424
    phillipj committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    65387a5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    kristijanmatic committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    5f06df2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2015

  1. Merge pull request #426 from kriix/master

    Improve documentation to explain that Inverted Sections uses falsy
    dasilvacontin committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    7e49944 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. Merge pull request #425 from phillipj/feature/cli

    Created command line tool
    phillipj committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    05d7146 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. bump to version 1.1.0

    dasilvacontin committed Feb 18, 2015
    3 Configuration menu
    Copy the full SHA
    d4ba5a1 View commit details
    Browse the repository at this point in the history
Loading