Releases: dwcullop/DynamicData
Releases · dwcullop/DynamicData
8.3.26
Fixes:
- 2c0f459 Fix Re-optimise capture of empty change. Auto formatting to modern feature is to blame! (reactivemarbles#789) @RolandPheasant
8.3.25
Dependencies:
- fba2ebe build(deps): bump actions/setup-dotnet from 3 to 4 (reactivemarbles#779) @dependabot[bot]
- 48faf26 build(deps): bump Roslynator.Analyzers from 4.6.4 to 4.7.0 in /src (reactivemarbles#777) @dependabot[bot]
- 1716838 build(deps): bump actions/setup-java from 3 to 4 (reactivemarbles#778) @dependabot[bot]
Features:
- f492247 Feature Re-design for
ToObservableChangeSet()
(reactivemarbles#771) @JakenVeina
Fixes:
- bb8b5dc Fixed that non-observable objects within a property expression used by
.WhenPropertyChanged()
were incorrectly simulating notifications of property changes, immediately upon subscription, resulting in infinite looping, as a side-effect of the implementation for capturing object changes by re-subscribing to the inner change stream upon any changes in the expression. (reactivemarbles#774) @JakenVeina
Housekeeping:
- ab11599 housekeeping: Run sonar cloud coverage results locally after PR build completed (reactivemarbles#773) @glennawatson
Other:
- 70e02b5 Added "polyfills" to allow internal usage of some C#11 compiler features, including the
required
andinit
keywords. (reactivemarbles#772) @JakenVeina - 3d4543f Binding options - allow system wide options (reactivemarbles#776) @RolandPheasant
- 102fa7a List-to-List MergeManyChangeSets (reactivemarbles#780) @dwcullop
- df66dd4 Remove some index -1 exceptions (reactivemarbles#781) @RolandPheasant
- d93fb94 Removed dead testing code that was disabled previously, and is now superseded by fd9083f from reactivemarbles#760. (reactivemarbles#782) @JakenVeina
- 0e13de8 Added changes to API verification files, missing from 3d4543f. (reactivemarbles#783) @JakenVeina
- 29d3dde Restored testing to CI Build Job, for PR builds. (reactivemarbles#784) @JakenVeina
- 65bb022 Strengthen EditorConfig to help enforce coding standards (reactivemarbles#775) @ChrisPulman
- e734087 Benchmarks Enhancements and Organization (reactivemarbles#785) @JakenVeina
8.3.10
Bug Fixes:
- a3eccd0 Bugfix/forbid null items (reactivemarbles#706) @PhilipCavanagh
Dependencies:
- 6d72f9c Bump Nerdbank.GitVersioning from 3.0.26 to 3.0.28 (reactivemarbles#302) @dependabot-preview[bot]
- 16f509a Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0 (reactivemarbles#300) @dependabot-preview[bot]
- 415ed9e Bump System.Reactive from 4.3.1 to 4.3.2 (reactivemarbles#315) @dependabot-preview[bot]
- 71422eb Bump Microsoft.Reactive.Testing from 4.3.1 to 4.3.2 (reactivemarbles#316) @dependabot-preview[bot]
- 62fa1c6 Bump Nerdbank.GitVersioning from 3.0.28 to 3.0.50 (reactivemarbles#324) @dependabot-preview[bot]
- 174b8b6 Bump Roslynator.Analyzers from 2.2.0 to 2.3.0 (reactivemarbles#325) @dependabot-preview[bot]
- fe329a9 Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (reactivemarbles#329) @dependabot-preview[bot]
- b450748 Bump Nerdbank.GitVersioning from 3.0.50 to 3.1.68 (reactivemarbles#335) @dependabot-preview[bot]
- 546bdea Bump Nerdbank.GitVersioning from 3.1.68 to 3.1.74 (reactivemarbles#341) @dependabot-preview[bot]
- 0b23c6f Bump System.Reactive from 4.3.2 to 4.4.1 (reactivemarbles#344) @dependabot-preview[bot]
- 9e29660 Bump Microsoft.Reactive.Testing from 4.3.2 to 4.4.1 (reactivemarbles#343) @dependabot-preview[bot]
- 4741ce3 Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.0 (reactivemarbles#349) @dependabot-preview[bot]
- 12b7eda Bump Microsoft.NET.Test.Sdk from 16.6.0 to 16.6.1 (reactivemarbles#352) @dependabot-preview[bot]
- 405212a Bump Nerdbank.GitVersioning from 3.1.74 to 3.1.91 (reactivemarbles#355) @dependabot-preview[bot]
- cbe17a5 Bump xunit.runner.visualstudio from 2.4.1 to 2.4.2 (reactivemarbles#363) @dependabot-preview[bot]
- 5880de9 Bump Nerdbank.GitVersioning from 3.1.91 to 3.2.31 (reactivemarbles#385) @dependabot-preview[bot]
- 74e5ee7 Bump xunit.runner.visualstudio from 2.4.2 to 2.4.3 (reactivemarbles#388) @dependabot-preview[bot]
- bca7041 Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 3.0.0 to 3.3.0 (reactivemarbles#396) @dependabot-preview[bot]
- 5d375e5 Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.1 (reactivemarbles#399) @dependabot-preview[bot]
- 115d3d7 Bump Nerdbank.GitVersioning from 3.2.31 to 3.3.37 (reactivemarbles#426) @dependabot-preview[bot]
- 809e700 build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (reactivemarbles#433) @dependabot-preview[bot]
- 17273ce build(deps): bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 (reactivemarbles#444) @dependabot-preview[bot]
- 4218d6b build(deps): bump MSBuild.Sdk.Extras from 2.1.2 to 3.0.23 in /src (reactivemarbles#451) @dependabot[bot]
- d7e2f1a build(deps): bump coverlet.msbuild from 2.9.0 to 3.0.1 in /src (reactivemarbles#450) @dependabot[bot]
- f6716ed dependencies: Update To using NetAnalyzers @glennawatson
- 0e0031f build(deps): bump Roslynator.Analyzers from 3.0.0 to 3.1.0 in /src (reactivemarbles#455) @dependabot[bot]
- d08495c build(deps): bump coverlet.msbuild from 3.0.1 to 3.0.2 in /src (reactivemarbles#454) @dependabot[bot]
- a0ed7c9 build(deps): bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.4 in /src (reactivemarbles#467) @dependabot[bot]
- 6c768e1 build(deps): bump coverlet.msbuild from 3.0.2 to 3.0.3 in /src (reactivemarbles#458) @dependabot[bot]
- c6234b0 build(deps): bump Nerdbank.GitVersioning from 3.3.37 to 3.4.194 in /src (reactivemarbles#469) @dependabot[bot]
- 4b6f269 build(deps): bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 in /src (reactivemarbles#478) @dependabot[bot]
- ab77b56 build(deps): bump Nerdbank.GitVersioning from 3.4.194 to 3.4.203 in /src (reactivemarbles#477) @dependabot[bot]
- 71785f0 build(deps): bump Nerdbank.GitVersioning from 3.4.203 to 3.4.205 in /src (reactivemarbles#482) @dependabot[bot]
- d774da8 build(deps): bump Nerdbank.GitVersioning from 3.4.205 to 3.4.220 in /src (reactivemarbles#486) @dependabot[bot]
- cd7db01 build(deps): bump Roslynator.Analyzers from 3.1.0 to 3.2.0 in /src (reactivemarbles#484) @dependabot[bot]
- 445ed04 build(deps): bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 in /src (reactivemarbles#502) @dependabot[bot]
- 867936e build(deps): bump Roslynator.Analyzers from 3.2.0 to 3.2.2 in /src (reactivemarbles#501) @dependabot[bot]
- 29fbedf build(deps): bump Nerdbank.GitVersioning from 3.4.220 to 3.4.231 in /src (reactivemarbles#497) @dependabot[bot]
- 9af1218 build(deps): bump coverlet.msbuild from 3.0.3 to 3.1.0 in /src (reactivemarbles#493) @dependabot[bot]
- f41fae7 build(deps): bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.38 in /src (reactivemarbles#506) @dependabot[bot]
- 23962c2 build(deps): bump Nerdbank.GitVersioning from 3.4.231 to 3.4.240 in /src (reactivemarbles#508) @dependabot[bot]
- d16ae43 build(deps): bump Nerdbank.GitVersioning from 3.4.240 to 3.4.244 in /src (reactivemarbles#524) @dependabot[bot]
- 5566d68 build(deps): bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 in /src (reactivemarbles#526) @dependabot[bot]
- 9a1c9ca build(deps): bump actions/checkout from 2.3.5 to 2.4.0 (reactivemarbles#530) @dependabot[bot]
- a8ac17b build(deps): bump Microsoft.SourceLink.GitHub in /src (reactivemarbles#532) @dependabot[bot]
- 590c67c build(deps): bump Roslynator.Analyzers from 3.2.2 to 3.3.0 in /src (reactivemarbles#536) @dependabot[bot]
- 5ac9fb9 build(deps): bump actions/setup-dotnet from 1.8.2 to 1.9.0 (reactivemarbles#535) @dependabot[bot]
- fa97b4e build(deps): bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 in /src (reactivemarbles#541) @dependabot[bot]
- d3e7dab build(deps): bump Roslynator.Analyzers from 3.3.0 to 4.0.2 in /src (reactivemarbles#551) @dependabot[bot]
- 415f642 build(deps): bump Nerdbank.GitVersioning from 3.4.244 to 3.4.255 in /src (reactivemarbles#545) @dependabot[bot]
- a7458ca build(deps): bump coverlet.msbuild from 3.1.0 to 3.1.1 in /src (reactivemarbles#552) @dependabot[bot]
- d7b7459 build(deps): bump coverlet.msbuild from 3.1.1 to 3.1.2 in /src (reactivemarbles#554) @dependabot[bot]
- a192c20 build(deps): bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 in /src (reactivemarbles#561) @dependabot[bot]
- 456df89 build(deps): bump actions/setup-dotnet from 1.9.0 to 2 (reactivemarbles#562) @dependabot[bot]
- 2900264 build(deps): bump actions/checkout from 2.4.0 to 3 (reactivemarbles#573) @dependabot[bot]
- 32a27f4 build(deps): bump Roslynator.Analyzers from 4.0.2 to 4.1.0 in /src (reactivemarbles#572) @dependabot[bot]
- 7aec7e7 build(deps): bump stylecop.analyzers in /src (reactivemarbles#571) @dependabot[bot]
- ea18481 build(deps): bump stylecop.analyzers in /src (reactivemarbles#589) @dependabot[bot]
- fc17675 build(deps): bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 in /src (reactivemarbles#588) @dependabot[bot]
- 9e0c688 build(deps): bump Nerdbank.GitVersioning from 3.4.255 to 3.5.103 in /src (reactivemarbles#587) @dependabot[bot]
- bafdedd build(deps): bump Nerdbank.GitVersioning from 3.5.103 to 3.5.107 in /src (reactivemarbles#593) @dependabot[bot]
- 9797872 build(deps): bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 in /src (reactivemarbles#592) @dependabot[bot]
- a6b4936 build(deps): bump Roslynator.Analyzers from 4.1.0 to 4.1.1 in /src (reactivemarbles#601) @dependabot[bot]
- beafae4 build(deps): bump Nerdbank.GitVersioning from 3.5.107 to 3.5.108 in /src (reactivemarbles#624) @dependabot[bot]
- 60f93b8 build(deps): bump xunit.runner.console from 2.4.1 to 2.4.2 in /src (reactivemarbles#627) @dependabot[bot]
- adeb1ce build(deps): bump xunit from 2.4.1 to 2.4.2 in /src (reactivemarbles#628) @dependabot[bot]
- 4c68e18 build(deps): bump Nerdbank.GitVersioning from 3.5.108 to 3.5.109 in /src (reactivemarbles#626) @dependabot[bot]
- 83d8a69 build(deps): bump Nerdbank.GitVersioning from 3.5.109 to 3.5.113 in /src (reactivemarbles#644) @dependabot[bot]
- 4948e02 build(deps): bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.2 in /src (reactivemarbles#645) @dependabot[bot]
- c8280fe build(deps): bump actions/setup-dotnet from 2 to 3 (reactivemarbles#646) @dependabot[bot]
- f63e5dd build(deps): bump coverlet.msbuild from 3.1.2 to 3.2.0 in /src (reactivemarbles#658) @dependabot[bot]
- 9b5adbc build(deps): bump Roslynator.Analyzers from 4.1.1 to 4.1.2 in /src (reactivemarbles#660) @dependabot[bot]
- d6fb3e6 build(deps): bump Nerdbank.GitVersioning from 3.5.113 to 3.5.119 in /src (reactivemarbles#659) @dependabot[bot]
- 37f359b build(deps): bump FluentAssertions from 6.7.0 to 6.8.0 in /src (reactivemarbles#657) @dependabot[bot]
- 0da4fdc build(deps): bump Roslynator.Analyzers from 4.1.2 to 4.2.0 in /src (reactivemarbles#670) @dependabot[bot]
- ae66802...