Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mustache specs - method interpolation compliance #305

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 17, 2013

  1. Configuration menu
    Copy the full SHA
    ac238a8 View commit details
    Browse the repository at this point in the history
  2. Fixing spec compliance for lambdas in sections, the result of the lam…

    …bda should be interpolated. This breaks one of the current tests of lambdas (higher order sections), as it asumes that the result is not interpolated. I updated the test so that it pass.
    danielfagerstrom committed Mar 17, 2013
    Configuration menu
    Copy the full SHA
    69919ee View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2013

  1. Modify name interpolation behaviour to comply with the spec for metho…

    …d calls. All metods in a name path should be called in the context of their containing object. In current mustache.js only the last name in a path is called and it is called in the context of the name lookup rather than of its object. This patch breaks the current behaviour, so I provided an extra context parameter to make it easier to update programs using the current function context behaviour. A breaking test is fixed and there are new tests for method calls etc.
    danielfagerstrom committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    30f41dc View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Updated documentation for the new method interpolation behavior.
    danielfagerstrom committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    98f2f73 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2013

  1. Configuration menu
    Copy the full SHA
    d4d0275 View commit details
    Browse the repository at this point in the history