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

Update twig loader to support Twig 2.x #105

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

Commits on Jul 6, 2016

  1. Merge pull request arnaud-lb#96 from weotch/patch-1

    Documenting the :plain filter
    arnaud-lb authored Jul 6, 2016
    Configuration menu
    Copy the full SHA
    cfd0e33 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Allow “@“ and “.” in attribute names

    These are used by Vue.js: https://vuejs.org/v2/api/#v-on
    weotch committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    849ae70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request arnaud-lb#98 from weotch/attribute-names

    Allow “@“ and “.” in attribute names
    arnaud-lb authored Dec 8, 2016
    Configuration menu
    Copy the full SHA
    83e926c View commit details
    Browse the repository at this point in the history
  3. Fix dev dependency

    arnaud-lb committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    b0255df View commit details
    Browse the repository at this point in the history
  4. Fix PHP 7 tests

    arnaud-lb committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    60b4247 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Update twig loader to support twig 2.x

    getSource() was deprecated in twig 1.27
    getSourceContext() replaced it, which returns a Twig_Source object, rather than just the code
    https://twig.symfony.com/doc/1.x/deprecated.html#loaders
    TechWilk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    265a7f1 View commit details
    Browse the repository at this point in the history