Releases: reactivemarbles/DynamicData
Releases · reactivemarbles/DynamicData
7.14.6
Bug Fixes:
- a3eccd0 Bugfix/forbid null items (#706) @PhilipCavanagh
Dependencies:
- 79dd105 build(deps): bump stylecop.analyzers in /src (#708) @dependabot[bot]
Fixes:
- de25ce5 Fix build, update copywrite dates, update packages. (#722) @ChrisPulman
Other:
- ac570b8 Use same notifyOnInitialValue param description as NotifyPropertyChangedEx (#718) @kmgallahan
7.14.2
Features:
- 9af334c feature: Add overload of TransformMany that works with child instances of IObservableCache (#689) @John-MartinMalone
Housekeeping:
- 39df0fa housekeeping: System Reactive 6.0 update (#702) @ChrisPulman
7.13.8
Dependencies:
- ed237e9 build(deps): bump FluentAssertions from 6.10.0 to 6.11.0 in /src (#699) @dependabot[bot]
- c365fff build(deps): bump Roslynator.Analyzers from 4.2.0 to 4.3.0 in /src (#697) @dependabot[bot]
- e431a5d build(deps): bump Nerdbank.GitVersioning from 3.5.119 to 3.6.128 in /src (#698) @dependabot[bot]
7.13.5
Dependencies:
- ce8a663 build(deps): bump microsoft/setup-msbuild from 1.1.3 to 1.3.1 (#688) @dependabot[bot]
- 320b78d build(deps): bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 in /src (#687) @dependabot[bot]
- 82c9639 build(deps): bump FluentAssertions from 6.9.0 to 6.10.0 in /src (#686) @dependabot[bot]
Other:
- d1ca572 Make BindingList adaptors replace the changed item instead of re-adding (#694) @Metadorius
7.13.1
Dependencies:
- 0da4fdc build(deps): bump Roslynator.Analyzers from 4.1.2 to 4.2.0 in /src (#670) @dependabot[bot]
- ae66802 build(deps): bump dessant/lock-threads from 3 to 4 (#674) @dependabot[bot]
- d369351 build(deps): bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 in /src (#675) @dependabot[bot]
- 957135a build(deps): bump FluentAssertions from 6.8.0 to 6.9.0 in /src (#679) @dependabot[bot]
Housekeeping:
- 10cf66e housekeeping: Update the build script @glennawatson
- 69b58a9 housekeeping: Update the release script @glennawatson
- 65a87d6 Housekeeping Remove UAP Add Net 7.0 (#673) @ChrisPulman
Other:
7.12.11
Fixes:
- b44fdee Fix transform on filter exception. (#665) @RolandPheasant
- 9f7638f Fix cache.Group MissingKeyException Fixes #527 (#666) @RolandPheasant
- da46c54 Fix Virtualise and Page exception. Fixes #540 (#667) @RolandPheasant
7.12.8
Dependencies:
- f63e5dd build(deps): bump coverlet.msbuild from 3.1.2 to 3.2.0 in /src (#658) @dependabot[bot]
- 9b5adbc build(deps): bump Roslynator.Analyzers from 4.1.1 to 4.1.2 in /src (#660) @dependabot[bot]
- d6fb3e6 build(deps): bump Nerdbank.GitVersioning from 3.5.113 to 3.5.119 in /src (#659) @dependabot[bot]
- 37f359b build(deps): bump FluentAssertions from 6.7.0 to 6.8.0 in /src (#657) @dependabot[bot]
Fixes:
- b637735 Fix flaw in Maximum / Minimum methods (#654) @kmgallahan
- 1463f80 Fix documentation issue (#653) @kmgallahan
Other:
7.12.1
Dependencies:
- 83d8a69 build(deps): bump Nerdbank.GitVersioning from 3.5.109 to 3.5.113 in /src (#644) @dependabot[bot]
- 4948e02 build(deps): bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.2 in /src (#645) @dependabot[bot]
- c8280fe build(deps): bump actions/setup-dotnet from 2 to 3 (#646) @dependabot[bot]
Fixes:
- 8cdcf97 Fix comment spelling mistakes (#643) @kmgallahan
- 606730c Fix documentation issue (#649) @kmgallahan
Housekeeping:
- f9f02c8 Housekeeping/revert sort (#650) @RolandPheasant
Other:
7.11.1
Housekeeping:
- aaa9896 housekeeping: Remove the default value for the reproduction @glennawatson
Other:
7.10.2
Other:
- 17fe918 Do not dispose underlying source in anonymous cache / list (#638) @RolandPheasant
- dfa5eef Serialize TransformAsync using Concat (#639) @RolandPheasant