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: 3.6.0
Choose a base ref
...
head repository: scriban/scriban
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.7.0
Choose a head ref
  • 17 commits
  • 14 files changed
  • 6 contributors

Commits on Apr 9, 2021

  1. Remove the MethodImplOptionsPortable class.

    It is no longer necessary in the frameworks Scriban targets.
    teo-tsirpanis committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    0b3ea95 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

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

Commits on Apr 17, 2021

  1. Merge pull request #340 from NeilMacMullen/fix-potential-stackoverflow

    Fixes a potential stack overflow if the object graph contains cycles
    xoofx authored Apr 17, 2021
    Configuration menu
    Copy the full SHA
    cfb9bdd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #338 from teo-tsirpanis/aggressive-inlining

    Remove the MethodImplOptionsPortable class.
    xoofx authored Apr 17, 2021
    Configuration menu
    Copy the full SHA
    dc49dbc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. feat(StringFunctions): Add fromEnd parameter at ReplaceFirst

    Allow to replace the first occurrence of a string with a substring from the end of the source string.
    workgroupengineering committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    55b044d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfaac62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d6ab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61499db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b5cfb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1f26d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. fixed typos in language.md

    korbul authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    76e133f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Merge pull request #339 from workgroupengineering/features/RemoveLast

    [Features] Add function remove_last and add  fromEnd parameter to replace_first function
    xoofx authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    204840e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    450f23e View commit details
    Browse the repository at this point in the history
  2. Rebase

    NeilMacMullen committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    4c55c88 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #341 from korbul/patch-1

    fixed typos in language.md
    xoofx authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    8af10b3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #342 from NeilMacMullen/regression_336

    Fix apparent regression on Evaluate
    xoofx authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    af9baec View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Bump to 3.7.0

    xoofx committed May 1, 2021
    Configuration menu
    Copy the full SHA
    f17b569 View commit details
    Browse the repository at this point in the history
Loading