Skip to content

Tags: reactivemarbles/DynamicData

Tags

9.5.0-preview.15

Toggle 9.5.0-preview.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: adopt GitReleaseNoteGenerator and nbgv CLI tool (#1125)

- Replace the glennawatson/ChangeLog action with the GitReleaseNoteGenerator
  global tool (git-release-notes) to produce release notes, matching the
  reactiveui pipeline. Resolves #1093.
- Swap the stale dotnet/nbgv JS action for the nbgv global tool, stamping
  cloud variables via `nbgv cloud -a` and exposing SemVer2/PrereleaseVersion
  as step outputs.
- Keep Nerdbank.GitVersioning (version.json) as the version source; all
  branch/version policy checks are unchanged.

9.4.33

Toggle 9.4.33's commit message
Fixed that the Build and Release action defined in release.yml was at…

…tempting to publish a bogus "empty.nupkg" file that exists in the normal build output of the DynamicData.Tests project, as a part of the EmptyFiles package, since the job was written to search for "*.nupkg". (#1124)

The job has been adjusted to only look for "DynamicData.*.nupkg" files.

(cherry picked from commit efc077c)

9.4.31

Toggle 9.4.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rewrote the list variant of the OnItemRemoved() operator, in accordan…

…ce with #1014, as a fix for #1062. (#1067)

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)