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

Commits on Sep 13, 2019

  1. Support .js views with functions in CLI (#717)

    Fixes #429
    JEStaubach authored and phillipj committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    13cde04 View commit details
    Browse the repository at this point in the history
  2. Fix indentation of inline partials (#716)

    These changes fixes an indentation bug introduced when partials was
    made to also be indented like its parent template. When partials are
    rendered inline, it should not be indented with the amount of indentation
    that the line already has.
    
    Fixes #715
    Refs #705
    yotammadem authored and phillipj committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    d820d25 View commit details
    Browse the repository at this point in the history
  3. Run GitHub Actions tests on PRs as well

    When initially creating the GitHub Actions
    workflow, it was obviously forgotten to make
    it also run on pull requests, not only when
    changes are pushed to branches in the
    original repository (not a fork).
    phillipj committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    81b0fab View commit details
    Browse the repository at this point in the history
  4. 🚢 bump to version 3.1.0

    phillipj committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    b28bf2c View commit details
    Browse the repository at this point in the history
Loading