Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps Handlebars.Net from 1.9.5 to 1.11.5.

Release notes

Sourced from Handlebars.Net's releases.

1.11.5

Changes

  • Minor improvements to path handling and access @alexdawes (#333)

    Ensure that path breaking respects square bracket escape characters so that objects with keys like foo.bar can be accessed using {{ [foo.bar] }} (#328)

    Give preference to string index property getters if one exists, to avoid classes that implement IEnumerable<object> whilst also having a string indexer (most notably JObject) from being unable to be used with numeric keys. (#329)

    Only trim a single pair of square brackets from the key, and only if both exist ([ at start of key and ] at end)

  • #243: Support @last for properties enumeration @zjklee (#330)

    The PR adds support for @last property for properties enumeration. Originally raised in #243 issue.

  • Literals should be the correct type when passed as arguments to helpers @pmccloghrylaing (#319)

    Closes #298

  • Added tests and improved allocations for HtmlEncoder @304NotModified (#313)

    As the HtmlEncoder is an important thing when rendering, I added some tests for the coverage and improved the allocations, no need to allocate a stringbuilder and new string if no encoding needs to be done :)

  • Added support for implicit interface implementation for dictionaries @304NotModified (#315)

    Fixes rexm/Handlebars.Net#239

  • Added XML docs to NuGet package @304NotModified (#312)

    Maybe there isn't much XML docs in the package, but now it's more useful as users will see the XML docs when using the API ;)

  • Added NuGet badge @304NotModified (#311)

    Added NuGet badge which shows the latest version number

  • Added sample helper unit test for conditional if @hungquach (#234)

Contributors

@304NotModified, @Magentaize, @alexdawes, @el2iot2, @hmflash, @hungquach, @huysentruitw, @jchannon, @jokin, @lacutah, @leekelleher, @leniency, @lot224, @mikeprince3, @mohd-akram, @nblumhardt, @pmccloghrylaing, @rexm, @sganz, @stephengeorgewest-navitaire, @uffebjorklund, @vzwick, @zjklee

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [Handlebars.Net](https://github.com/Handlebars-Net/Handlebars.Net) from 1.9.5 to 1.11.5.
- [Release notes](https://github.com/Handlebars-Net/Handlebars.Net/releases)
- [Commits](https://github.com/Handlebars-Net/Handlebars.Net/commits/1.11.5)

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

Superseded by #8.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Handlebars.Net-1.11.5 branch December 7, 2020 05:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant