Thanks to visit codestin.com
Credit goes to github.com

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: tj/ejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ictliujie/ejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 26 files changed
  • 1 contributor

Commits on Oct 14, 2013

  1. Add support of extend and block in EJS

    add features of extend and block, could support multilayer inheritance,
    could fully support the layout in EJS. Also could work with include. The
    examples and test has also been add!
    ictliujie committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    35bf020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffba40a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Add the comparison between extend and include

    the test in benchmark shows that the layout using extend is 33% faster
    than that using include
    ictliujie committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    8973735 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2013

  1. reorganize the code related to extend

    reorganize the code related to extend , make it more declarative
    ictliujie committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    3e3fa8c View commit details
    Browse the repository at this point in the history
Loading