Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Bump MADE.Collections from 1.3.0 to 1.5.0 #19

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2022

Bumps MADE.Collections from 1.3.0 to 1.5.0.

Release notes

Sourced from MADE.Collections's releases.

v1.5.0

  • Added AddIf, AddRangeIf, RemoveIf, RemoveRangeIf conditional collection extensions
  • Added Shuffle collection extension for randomly sorting an enumerable
  • Added ToDaySuffix date extension to provide the st, nd, rd, or th day suffix
  • Added Truncate string extension for shortening a value with an ellipsis suffix (...)
  • Added to/from Base 64 string conversion extensions and value converter
  • Updated EntityBase configuration to support setting up the primary key ID
  • Added IsLike string extension for validating a wildcard LIKE style query against a specified value (e.g. "He*")
  • Added JsonResult and controller extensions to support returning the JSON result and internal server error result
  • Added dependency injection extensions for registering included web services such as the user accessor, and exception handling
  • Updated EF NuGet packages to latest versions, supporting .NET 5 & 6 (dropped support for .NET Core 3.1)
  • Added extensions for easily enabling API versioning via URL or header
  • Migrated out Uno Platform / Windows specific components to MADE-Uno

What's Changed

Full Changelog: MADE-Apps/MADE.NET@v1.4.0...v1.5.0

v1.4.0

What's Changed

Introduced .NET 6 support for the Web and Web MVC projects.

Full Changelog: MADE-Apps/MADE.NET@v1.3.2...v1.4.0

v1.3.2

What's Changed

... (truncated)

Commits
  • 0bde84a Merge pull request #232 from MADE-Apps/feature/improvements
  • 6e0e952 Added exception documentation
  • de4feec Added Base64 string value converter
  • 4b02f86 Added to/from Base64 string conversion
  • 2a5664d Updated EF packages
  • 5027d69 Updated entity configurations
  • 7568240 Updated using directives qualified names and ordering
  • a28db88 Added JsonResult and controller base extensions for IActionResult objects
  • 9570f39 Added extension to get domain name from HttpContext
  • c31d9cf Added String IsLike extension method for comparing string against a wildcard ...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2022
Bumps [MADE.Collections](https://github.com/MADE-Apps/MADE.NET) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/MADE-Apps/MADE.NET/releases)
- [Commits](MADE-Apps/MADE.NET@1.3.0...v1.5.0)

---
updated-dependencies:
- dependency-name: MADE.Collections
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/MADE.Collections-1.5.0 branch from a5bc7a0 to 5593aa2 Compare April 27, 2022 14:04
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2022

Superseded by #23.

@dependabot dependabot bot closed this May 24, 2022
@dependabot dependabot bot deleted the dependabot/nuget/MADE.Collections-1.5.0 branch May 24, 2022 17:29
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.

0 participants