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: jonschlinkert/templates
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.0
Choose a base ref
...
head repository: jonschlinkert/templates
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.20.0
Choose a head ref
  • 7 commits
  • 38 files changed
  • 1 contributor

Commits on May 26, 2016

  1. Configuration menu
    Copy the full SHA
    26b3385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c02faa4 View commit details
    Browse the repository at this point in the history
  3. lint tests

    jonschlinkert committed May 26, 2016
    Configuration menu
    Copy the full SHA
    8b4c8fe View commit details
    Browse the repository at this point in the history
  4. fixes for engines, helpers and context:

    **Context**
    
    - in general, context should be merged so that the most specific context wins over less specific. This fixes one case where locals was winning over front-matter
    
    **Helpers**
    
    - removes orphan params on `bindHelpers`
    - exposes `.ctx()` method on helper context, to simplify merging context in non-built-in helpers
    
    **Engines**
    
    - fixes bug that was using default engine on options instead of engine that matches view file extension.
    jonschlinkert committed May 26, 2016
    Configuration menu
    Copy the full SHA
    e54e448 View commit details
    Browse the repository at this point in the history
  5. deps for tests

    jonschlinkert committed May 26, 2016
    Configuration menu
    Copy the full SHA
    1887b64 View commit details
    Browse the repository at this point in the history
  6. generate docs

    jonschlinkert committed May 26, 2016
    Configuration menu
    Copy the full SHA
    44d2900 View commit details
    Browse the repository at this point in the history
  7. 0.20.0

    jonschlinkert committed May 26, 2016
    Configuration menu
    Copy the full SHA
    8b610ff View commit details
    Browse the repository at this point in the history
Loading