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: twigjs/twig.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: twigjs/twig.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.x
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 14, 2015

  1. Rename "precidence" to "precedence"

    Fixes #254
    Evgeniy Abduzhapparov committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    95c0f17 View commit details
    Browse the repository at this point in the history
  2. Use the operator precedence and associativity from Twig.php

    Reverse the precedence of operators.
    Change the associativity of the ** operator.
    
    Fixes #255
    Evgeniy Abduzhapparov committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    dd98796 View commit details
    Browse the repository at this point in the history
  3. Operators "starts with", "ends with", "matches"

    Fixes #256
    Evgeniy Abduzhapparov committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    474d736 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2015

  1. Change the precedence of the ternary operator to the lowest value

    Evgeniy Abduzhapparov committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    a9c924c View commit details
    Browse the repository at this point in the history
Loading