Skip to content

Tags: reactivemarbles/DynamicData

Tags

9.4.1

Toggle 9.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 9.4 (#1016)

9.3.2

Toggle 9.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use new lock primitive (#1005)

* Use new lock primitive
* Fix Git Actions PR warnings
* Simplify Synchronize implementation

9.3.1

Toggle 9.3.1's commit message

Verified

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

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)