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: a362d36
Choose a base ref
...
head repository: scriban/scriban
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 82c8874
Choose a head ref
  • 9 commits
  • 13 files changed
  • 4 contributors

Commits on Jan 24, 2021

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

Commits on Jan 26, 2021

  1. Merge pull request #318 from NeVeSpl/InvalidASTReturnValidPartOfMembe…

    …rExpression
    
    Invalid AST : Return valid part of member expression
    xoofx authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    4c8b64b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Implement some missing interface methods.

    ScriptObject got a more efficient implementation of IEnumerator`2.GetEnumerator, a correct implementation of ICollection`1.IsReadOnly and non-throwing implementations of four ICollection members (`CopyTo` in particular is used by Rider's debugger and hindered debugging experience by throwing).
    Furthermore ScriptRange's IList.Remove was trivially implemented.
    teo-tsirpanis committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    573e18b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Merge pull request #326 from teo-tsirpanis/missing-interfaces

    Implement some missing interface methods.
    xoofx authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f6a992e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    668d103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d77a237 View commit details
    Browse the repository at this point in the history
  4. Regenerate async

    xoofx committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    2985cd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c3e6bd View commit details
    Browse the repository at this point in the history
  6. Bump to 3.4.2

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