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: scriban/scriban
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 486ae53
Choose a base ref
...
head repository: scriban/scriban
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4bb867b
Choose a head ref
  • 15 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 23, 2021

  1. Fix += token summary

    lofcz authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    eb3e816 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Merge pull request #377 from lofcz/fixdocplusequal

    Fix += token summary
    xoofx authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f948dc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Fix %Z documentation

    https://github.com/dotliquid/dotliquid/blob/master/src/DotLiquid/Util/StrFTime.cs
    Time zone:
      %z - Time zone as hour and minute offset from UTC (e.g. +0900)
              %:z - hour and minute offset from UTC with a colon (e.g. +09:00)
              %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
              %:::z - hour, minute and second offset from UTC
                                                (e.g. +09, +09:30, +09:30:30)
      %Z - Equivalent to %:z (e.g. +09:00)
    Mertsch authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9da88da View commit details
    Browse the repository at this point in the history
  2. Fix %Z documentation

    Mertsch authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    d42e722 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Merge pull request #379 from Mertsch/patch-1

    Fix %Z documentation
    xoofx authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    749bee0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

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

Commits on Sep 14, 2021

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

Commits on Sep 22, 2021

  1. Merge pull request #380 from JvanderStad/bugfix/nullable-conversion

    Conversion between a non-nullable and nullable type can throw an exce…
    xoofx authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    c3eea2e View commit details
    Browse the repository at this point in the history
  2. Bump to 4.0.2

    JvanderStad committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    acd6525 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #381 from JvanderStad/release/4.0.2

    Bump to 4.0.2
    xoofx authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    7f6993e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. IQuerable support

    JvanderStad committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    ca1aca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c3d0e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4d6c36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad3a0d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #383 from JvanderStad/feature/queryable-support

    IQueryable<T> support in for loops
    xoofx authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4bb867b View commit details
    Browse the repository at this point in the history
Loading