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

Commits on Mar 23, 2015

  1. Configuration menu
    Copy the full SHA
    26a4e95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #434 from phillipj/feature/cli-v-option

    CLI: -v option for displaying current version
    dasilvacontin committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    47ae3b8 View commit details
    Browse the repository at this point in the history
  3. Bugfix for number rendered as [object Object]

    + minor fix for better error message when running specific render test
    
    Fixes #415
    phillipj committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    32935dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #428 from phillipj/fix/number-rendering

    Bugfix for number rendered as [object Object]
    dasilvacontin committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    cbe420a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Specifying files in package.json

    Good npm citizens should specify which files a npm module consists of
    so module users dont have to download all the unnecessary things.
    phillipj committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    a03e693 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #435 from phillipj/chore/specify-pkg-files

    Specifying files in package.json
    dasilvacontin committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    1713f8e View commit details
    Browse the repository at this point in the history
  3. bump to version 1.2.0

    Added `-v` option to CLI, bugfix for rendering `Number` when it was the
    context, and specified files in package.json for cleaner `npm install`.
    dasilvacontin committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    85b9408 View commit details
    Browse the repository at this point in the history
Loading