Skip to content

Releases: reactivemarbles/DynamicData

9.4.1

03 Jun 10:21
758ef92
Compare
Choose a tag to compare

Fixes:

  • 29424ad Fixed issues across the Join operators, regarding incomplete or missing support for re-grouping, when foreign key values change. (#1012) @JakenVeina

Other:

9.3.2

19 May 10:22
ce443e9
Compare
Choose a tag to compare

Other:

9.3.1

17 May 09:51
1f02f36
Compare
Choose a tag to compare

Other:

9.2.2

30 Apr 18:24
6269c7d
Compare
Choose a tag to compare

Bug Fixes:

9.2.1

12 Mar 07:52
2cefd22
Compare
Choose a tag to compare

Other:

9.1.2

17 Feb 09:33
2fb3eff
Compare
Choose a tag to compare

Fixes:

9.1.1

20 Jan 15:04
9420bf4
Compare
Choose a tag to compare

Fixes:

  • b6e851e Fixed that .Bind() operators for ISortedChangeSet<TObject, TKey> streams were not properly recognizing the ResetOnFirstTimeLoad option. The option was only being used if the initial changeset also exceeded the ResetThreshold setting. (#935) @JakenVeina
  • 2c32489 Fix for GroupOnObservable OnCompleted handling (#938) @dwcullop
  • 9f934a2 Fix for ChangeSetMergeTracker so that it correctly works with Value Types (#940) @dwcullop
  • 5b0a911 Fixed a typo. (#942) @JakenVeina
  • f30efa2 Fixed that .SortAndPage() would not send a downstream changeset upon change of the comprer, when the current page includes all items. (#967) @JakenVeina
  • 95b94d3 Fixed that .Switch() did not propagate errors downstream. (#968) @JakenVeina
  • dd1f54d Fixed initialization logic for Join operators, to ensure that only one initial changeset is emitted, and that it emits only after both sources have emitted their initialization changeset. (#945) @JakenVeina

Other:

9.0.4

16 Aug 20:02
afbbb47
Compare
Choose a tag to compare

Fixes:

  • afbbb47 Fixed a bogus use of the default keyword, within a ternary expression where implicit casting of a generic is in play. The expression compiles differently depending on whether the generic type in question is a value type, versus a reference type, and generates an excpetion in the case of a value type. (#926) @JakenVeina

9.0.3

15 Aug 02:30
41a608d
Compare
Choose a tag to compare

Fixes:

  • 41a608d Fixed premature evaluation of the collection within the Cache TrueFor operators, causing premature and potentially incorrect emissions to occur, when items in the collection publish values immediately upon subscription. (#923) @JakenVeina

Other:

9.0.1

17 Jul 12:04
f6a187f
Compare
Choose a tag to compare

Fixes:

  • 76fd915 Fixed that ChangeSet was incorrectly counting item changes, by not including Refresh changes, and added corresponding tests. (#892) @JakenVeina
  • 903afc8 Fixed ambiguous overloads for ObservableCacheEx.ExpireAfter() and ObservableListEx.ExpireAfter(). (#822) @JakenVeina
  • 897beb8 fix polyfills visibility (#910) @kronic

Other: