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: djc/askama
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.0
Choose a base ref
...
head repository: djc/askama
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.2
Choose a head ref
  • 11 commits
  • 20 files changed
  • 4 contributors

Commits on Jun 30, 2020

  1. Add support for more whitespace positions within expressions:

    * in function calls: `x ( 1 , 2 )`;
    * in path elements: `module :: element`;
    * in attributes: `x . y . z`;
    * in filter arguments: `x| filter ( 1 , 2 )`;
    * before unary operators: `! false` and `- 42`;
    * in grouped expressions: `( 1   2 )`;
    * also allow more than a single whitespace;
    
    Change some tests to include whitespaces in various positions.
    cipriancraciun authored and djc committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e71e680 View commit details
    Browse the repository at this point in the history
  2. Add tests for allow whitespaces patch

    cipriancraciun authored and djc committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    af2fd0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    026b983 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

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

Commits on Jul 14, 2020

  1. askama tide

    jbr authored and djc committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    29cb90b View commit details
    Browse the repository at this point in the history
  2. alphabetize frameworks

    jbr authored and djc committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    cb60f4e View commit details
    Browse the repository at this point in the history
  3. Add Tide target to CI

    djc committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    ddd62ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    589e022 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2d46ca View commit details
    Browse the repository at this point in the history
  6. Bump askama version to 0.10.1

    djc committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d8f3843 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0b6eb3 View commit details
    Browse the repository at this point in the history
Loading