Releases: reactivemarbles/DynamicData
Releases · reactivemarbles/DynamicData
7.6.7
Dependencies:
- 2900264 build(deps): bump actions/checkout from 2.4.0 to 3 (#573) @dependabot[bot]
- 32a27f4 build(deps): bump Roslynator.Analyzers from 4.0.2 to 4.1.0 in /src (#572) @dependabot[bot]
7.6.5
Dependencies:
- 456df89 build(deps): bump actions/setup-dotnet from 1.9.0 to 2 (#562) @dependabot[bot]
Fixes:
- 64d3df4 fix: Improve efficiency of AddKeyEnumerator (#568) @pdegenhardt
Other:
- b38c0d0 Convert solution to use implicit usings (#567) @RolandPheasant
7.6.2
What's Changed
- Vanquish the curse of transform async by @RolandPheasant in #565
- build(deps): bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 in /src by @dependabot in #561
Full Changelog: 7.5.4...7.6.2
7.5.4
Housekeeping:
- 7e56818 housekeeping: Update dependabot to check once a month @glennawatson
Other:
- 8459c58 Add overload of Cache.AddOrUpdate(IEnumerable) which accepts a comparer. Fixes #553 (#560) @RolandPheasant
7.5.2
Dependencies:
- d3e7dab build(deps): bump Roslynator.Analyzers from 3.3.0 to 4.0.2 in /src (#551) @dependabot[bot]
- 415f642 build(deps): bump Nerdbank.GitVersioning from 3.4.244 to 3.4.255 in /src (#545) @dependabot[bot]
- a7458ca build(deps): bump coverlet.msbuild from 3.1.0 to 3.1.1 in /src (#552) @dependabot[bot]
- d7b7459 build(deps): bump coverlet.msbuild from 3.1.1 to 3.1.2 in /src (#554) @dependabot[bot]
Fixes:
7.4.11
Dependencies:
- fa97b4e build(deps): bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 in /src (#541) @dependabot[bot]
Fixes:
- d8a235b fix order of actual and expected values in asserts (#550) @rastislavsvoboda
7.4.9
Dependencies:
- 9a1c9ca build(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#530) @dependabot[bot]
- a8ac17b build(deps): bump Microsoft.SourceLink.GitHub in /src (#532) @dependabot[bot]
- 590c67c build(deps): bump Roslynator.Analyzers from 3.2.2 to 3.3.0 in /src (#536) @dependabot[bot]
- 5ac9fb9 build(deps): bump actions/setup-dotnet from 1.8.2 to 1.9.0 (#535) @dependabot[bot]
Fixes:
- aa32432 Fix threading issue in observable cache. Fixes #538 (#539) @RolandPheasant
Housekeeping:
- ee1688e housekeeping: automatically lock old issues and PRs @glennawatson
7.4.3
Dependencies:
- d16ae43 build(deps): bump Nerdbank.GitVersioning from 3.4.240 to 3.4.244 in /src (#524) @dependabot[bot]
- 5566d68 build(deps): bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 in /src (#526) @dependabot[bot]
7.4.1
Dependencies:
- 445ed04 build(deps): bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 in /src (#502) @dependabot[bot]
- 867936e build(deps): bump Roslynator.Analyzers from 3.2.0 to 3.2.2 in /src (#501) @dependabot[bot]
- 29fbedf build(deps): bump Nerdbank.GitVersioning from 3.4.220 to 3.4.231 in /src (#497) @dependabot[bot]
- 9af1218 build(deps): bump coverlet.msbuild from 3.0.3 to 3.1.0 in /src (#493) @dependabot[bot]
- f41fae7 build(deps): bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.38 in /src (#506) @dependabot[bot]
- 23962c2 build(deps): bump Nerdbank.GitVersioning from 3.4.231 to 3.4.240 in /src (#508) @dependabot[bot]
Features:
- 99d5570 feat: Added SortBy extension. (#515) @HavenDV
- 478ea77 feature: Add .NET 6 and deterministic builds (#520) @glennawatson
Fixes:
- 3c6c25b Fix inadvertent shared state issue for ToCollection + other similar issues unreported but existing elsewhere (#518) @RolandPheasant
Housekeeping:
- 0a58324 housekeeping: Update git workflows (#519) @glennawatson
- 9655903 housekeeping: Update to show correct code coverage @glennawatson
- 84d1f40 housekeeping: Update license years @glennawatson
- 2e821e0 housekeeping: Release 7.4.x (#521) @glennawatson
Other:
- 7522537 List filter fix (#514) @RolandPheasant