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

Commits on Aug 26, 2019

  1. Add test cases for custom functions in partials (#713)

    These tests cases proves the partial indention changes that got
    released in mustache v3.0.2 broke function output in partials
    with indentation.
    wol-soft authored and phillipj committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    c4e56ef View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Bugfix for wrong functions output in partials with indentation (#714)

    This small change fixes the output of functions used in partials with
    indentation. Bug reports has shown that the functions output is shifted
    with the amount of indentation the partial has.
    
    The bug itself is best illustrated in the tests added in 621ae80.
    
    Closes #712
    phillipj committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    4c9ef8f View commit details
    Browse the repository at this point in the history
  2. 🚢 bump to version 3.0.3

    phillipj committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    96cb5ef View commit details
    Browse the repository at this point in the history
Loading