Skip to content

Commit

Permalink
release: v0.5.2 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Jun 30, 2024
1 parent a083c75 commit 7cc6f28
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Changelog

## 0.5.0
## 0.5.2

* refactor: refactor counting strategy
* fix: use closure for counting, defer counting until it is asked
* refactor: refresh count
* fix: fix various problems with criteria recollections
* feat: add several DX methods
* feat: add `createCriteriaPageable` DX method

## 0.5.1

* refactor: refactor counting strategy
* fix: use closure for counting, defer counting until it is asked
* refactor: refresh count

## 0.4.0

* refactor: reorganize exceptions
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"dama/doctrine-test-bundle": "^8.2"
},
"replace": {
"rekalogika/collections-common": "0.5.1",
"rekalogika/collections-contracts": "0.5.1",
"rekalogika/collections-domain": "0.5.1",
"rekalogika/collections-orm": "0.5.1"
"rekalogika/collections-common": "0.5.2",
"rekalogika/collections-contracts": "0.5.2",
"rekalogika/collections-domain": "0.5.2",
"rekalogika/collections-orm": "0.5.2"
},
"config": {
"allow-plugins": {
Expand Down
4 changes: 2 additions & 2 deletions packages/collections-domain/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"require": {
"php": "^8.2",
"doctrine/collections": "^2.2.2 || ^2.3",
"rekalogika/collections-common": "^0.5.1",
"rekalogika/collections-contracts": "^0.5.1",
"rekalogika/collections-common": "^0.5.2",
"rekalogika/collections-contracts": "^0.5.2",
"rekalogika/rekapager-contracts": "^0.12.3 || ^0.13",
"rekalogika/rekapager-doctrine-collections-adapter": "^0.12.3 || ^0.13",
"rekalogika/rekapager-keyset-pagination": "^0.12.3 || ^0.13"
Expand Down
6 changes: 3 additions & 3 deletions packages/collections-orm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"php": "^8.2",
"doctrine/collections": "^2.2.2 || ^2.3",
"doctrine/orm": "^2.14 || ^3.0",
"rekalogika/collections-common": "^0.5.1",
"rekalogika/collections-contracts": "^0.5.1",
"rekalogika/collections-domain": "^0.5.1",
"rekalogika/collections-common": "^0.5.2",
"rekalogika/collections-contracts": "^0.5.2",
"rekalogika/collections-domain": "^0.5.2",
"rekalogika/rekapager-contracts": "^0.12.3 || ^0.13",
"rekalogika/rekapager-doctrine-orm-adapter": "^0.12.3 || ^0.13",
"rekalogika/rekapager-keyset-pagination": "^0.12.3 || ^0.13"
Expand Down

0 comments on commit 7cc6f28

Please sign in to comment.