Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparators for sorting items by updated time #199

Merged
merged 2 commits into from
Dec 1, 2024

Conversation

w3stling
Copy link
Owner

@w3stling w3stling commented Dec 1, 2024

Added comparators for sorting items by updated time.

  • ItemComparator::oldestUpdatedItemFirst
  • ItemComparator::newestUpdatedItemFirst

Renamed comparators for sorting by published time.

  • ItemComparator::oldestItemFirst -> ItemComparator::oldestPublishedItemFirst
  • ItemComparator::newestItemFirst -> ItemComparator::newestPublishedItemFirst

Deprecated old method names and marked them for removal in future versions.

@w3stling w3stling added the enhancement New feature or request label Dec 1, 2024
Copy link

github-actions bot commented Dec 1, 2024

Test Results

 11 files   11 suites   35s ⏱️
301 tests 300 ✅ 1 💤 0 ❌
309 runs  308 ✅ 1 💤 0 ❌

Results for commit 8597498.

♻️ This comment has been updated with latest results.

@w3stling w3stling merged commit 6ce37ee into master Dec 1, 2024
5 checks passed
@w3stling w3stling deleted the comparator-for-sorting-items-by-updated-time branch December 1, 2024 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant