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.7 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps Splat from 5.1.4 to 6.1.7.

Release notes

Sourced from Splat's releases.

6.1.7

What's Changed

6.1.5

Overview

  • A bug fix release. Mostly bug fixes around Bitmap's and UWP builds.

What's Changed

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:

  • feature: Add the ability to get the TargetFramework for a assembly glennawatson
... (truncated)
Commits
  • b97eb95 feature: Added Splat.SimpleInjector (#235)
  • 032c736 feature: Added Splat.Autofac (#234)
  • 1591246 Fix: UWP bitmap loader exception (#231)
  • 43e8873 fix: Fix unit tests not running on UWP (#230)
  • 2470329 fix: Android bitmap loader exception (#229)
  • 4d81bda feature: Load UIImage from background thread (#227)
  • 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)
  • 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.7.
- [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.7)

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 21, 2019
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