Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Scriban from 2.1.4 to 3.0.3 in /src #38

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 30, 2020

Bumps Scriban from 2.1.4 to 3.0.3.

Changelog

Sourced from Scriban's changelog.

3.0.3 (29 Nov 2020)

  • Fix parsing of comment with a code exit when parsing mode is script only.

3.0.2 (23 Nov 2020)

  • Fix array multiply

3.0.1 (22 Nov 2020)

  • Fix TemplateContext.CurrentNode when current node is a value

3.0.0 (15 Nov 2020)

  • Final release of 3.0.0

3.0.0-alpha.9 (20 Aug 2020)

  • Fix global scope variable for function with parameters

3.0.0-alpha.8 (7 Aug 2020)

  • Add support for custom functions with optional and variable parameters (e.g func f(x, y = 2, z...); end;)
  • Add support for safe dot expression (e.g target?.member1?.sub_member1)

3.0.0-alpha.6 (31 Jul 2020)

  • Add support for conditional ternary expression (e.g condition ? thenValue : elseValue)

3.0.0-alpha.4 (25 Jul 2020)

  • Allow to pass regular arguments to function calls in-between named arguments

3.0.0-alpha.3 (16 Jul 2020)

  • Improve TemplateContext.GetTypeName
  • Added upcase string filter to list of built-in Liquid functions

3.0.0-alpha.2 (6 Jul 2020)

  • Add object.eval function.

3.0.0-alpha.1 (18 Jun 2020)

  • First alpha version for 3.0.0, no changelog yet.

2.1.3 (5 Jun 2020)

  • Fix comparison != with null (#189)
  • Fix flow state after a return in a template to allow to reuse the same TemplateContext (#182)
  • Fix EnableRelaxedMemberAccess for function call (#200)
  • Fix overrides when importing an object overriding base class methods (#227)

2.1.2 (8 Mar 2020)

  • Case insensitive member lookup in ScriptObject

2.1.1 (06 Dec 2019)

  • Fix issue with binary operator (a && b) that was still evaluating b even if a was already true (#191)

2.1.0 (30 Jun 2019)

  • Allow assignments only in top level expression statements (#169)
  • Fix issue with parameter less wrap function (#177)

... (truncated)

Commits
  • 2ebd3c5 Bump to 3.0.3
  • 6c62446 Fix parsing of comment with a code exit when parsing mode is script only
  • 82b6843 Bump to 3.0.2
  • 7ad86c3 Fix array multiply
  • 613c4f8 Bump to 3.0.1
  • 65b8bdd Fix TemplateContext.CurrentNode when current node is a value
  • 9014ab4 Fix package description
  • 45d3d51 Merge branch 'pr/n257_patch-1'
  • cacfc1c Fix markdown typo in runtime.md
  • 3bf50b7 Fix coverage upload
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Scriban](https://github.com/lunet-io/scriban) from 2.1.4 to 3.0.3.
- [Release notes](https://github.com/lunet-io/scriban/releases)
- [Changelog](https://github.com/lunet-io/scriban/blob/master/changelog.md)
- [Commits](scriban/scriban@2.1.4...3.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 30, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2020

Superseded by #39.

@dependabot dependabot bot closed this Dec 1, 2020
@dependabot dependabot bot deleted the dependabot/nuget/src/Scriban-3.0.3 branch December 1, 2020 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants