Skip to content
This repository was archived by the owner on Jan 29, 2019. It is now read-only.

Bump Splat from 5.1.4 to 6.1.1 #9

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps Splat from 5.1.4 to 6.1.1.

Release notes

Sourced from Splat's releases.

6.1.1

Overview

This release was about getting some old pull requests actions and in.

  • We added the following to logging
    • We separated out the prefix functionality in WrappingFullLogger it's own class. Then the default log wrapper just uses this new Prefix logger. This allows you to modify the wrapping functionality when needed. This work was started by kentcb and finished by cabauman
    • We added new extension methods which take in Func, which only evaluate the Func's when the debugging level would emit messages. This functionality was inspired by the Splat.Contrib project.
    • We added a Action based ILogger, which allows you to specify your own actions in the constructor for what happens when a message is written. Useful for writing quick and easy adapters to existing logging frameworks.
  • Bitmap Loading UWP - This is a old pull request provided by jspuij which fixes loading when EXIF bitmaps are rotated.

What's Changed

  • Feature: Improve WrappingFullLogger flexibility (#221) cabauman
  • feature: add ActionLogger which takes a user given action (#224) glennawatson
  • feature: Add logger extensions that only fire when LogLevel is correct (#225) glennawatson
  • fix: Support for EXIF rotated bitmaps (#226) jspuij

6.0.1

What's Changed

This release added an overload for the ILogger Write method that accepts a calling type, if you have extended ILogger you will need to implement this method. We also added the ability to suppress change notifications when the resolver is updated. This has been set to the default behavior and can be overridden by passing suppressResolverCallback: false to WithResolver.

5.3.3

What's Changed:

5.2.1

Changes:

  • 94d9b93ec0fdf201794d181dbdcd84f67d99f9f3 feature: Add tizen support (#165) ideallee
Commits
  • c339361 Release splat 6.1
  • dd8d7be fix: Support for EXIF rotated bitmaps (#226)
  • 25f0143 feature: Add logger extensions that only fire when LogLevel is correct (#225)
  • 50e77e5 feature: add ActionLogger which takes a user given action (#224)
  • 6fc5d79 Feature: Improve WrappingFullLogger flexibility (#221)
  • 75ace41 housekeeping: remove stale bot for the moment.
  • 074eafe Release Splat version 6.0 (#223)
  • 8664ecf feature: Added ILogger Write method with type information (#222)
  • 8936591 feature: add unregister method to locators (#220)
  • b3b193f housekeeping: remove unneeded signpackages.ps1 file (#219)
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [Splat](https://github.com/reactiveui/splat) from 5.1.4 to 6.1.1.
- [Release notes](https://github.com/reactiveui/splat/releases)
- [Changelog](https://github.com/reactiveui/splat/blob/master/RELEASENOTES.md)
- [Commits](reactiveui/splat@5.1.4...6.1.1)

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

Superseded by #11.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Splat-6.1.1 branch January 21, 2019 05:57
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
Development

Successfully merging this pull request may close these issues.

1 participant