Skip to content

Tags: reactivemarbles/DynamicData

Tags

9.2.2

Toggle 9.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fix: Virtual sort on same page (#997)

* Performance improvement for sort and virtualize / sort and page
* Fix comparer not applying for virtual sort when the data set is smaller then the virtual  page

9.2.1

Toggle 9.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v9.2 (#989)

9.1.2

Toggle 9.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix sort exception when using binary search (#984)

* Fix sort exception when using binary search

9.1.1

Toggle 9.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 9.1 for release (#977)

9.0.4

Toggle 9.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed a bogus use of the `default` keyword, within a ternary expressi…

…on 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)

9.0.3

Toggle 9.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed premature evaluation of the collection within the Cache `TrueFo…

…r` operators, causing premature and potentially incorrect emissions to occur, when items in the collection publish values immediately upon subscription. (#923)

9.0.1

Toggle 9.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to Version 9 (#920)

8.4.1

Toggle 8.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 8.4 for release (#880)

8.3.93

Toggle 8.3.93's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore(deps): update dependency verify.xunit to v23.2.2 (#867)

* chore(deps): update dependency verify.xunit to v23.2.2

* Update global.json

* Update dependant Packages

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Pulman <[email protected]>

8.3.27

Toggle 8.3.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply locking to fix join race conditions. Fixes #787 (#788)

* Apply locking to fix  join race conditions. Fixes #787

* Add better test thread issue test as suggested by @JakenVeina

---------

Co-authored-by: Jake Meiergerd <[email protected]>