Skip to content

Commit 5fdc105

Browse files
committed
chore(@ddd-framework/postgres): release @ddd-framework/postgres v1.1.3
1 parent 8244a70 commit 5fdc105

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

lib/postgres/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.1.3](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/postgres-v1.1.2...${npm.name}-v1.1.3) (2024-12-22)
4+
5+
6+
### Features
7+
8+
* **aggregate-root:** added aggregate members logic and allowed entities to raise domain events ([bae9fe5](https://github.com/rmolinamir/ddd-framework/commit/bae9fe59e279e6f8132b78e22957e8a16f76c6ab))
9+
* **core:** new aggregate-members logic is exportable ([15d5e34](https://github.com/rmolinamir/ddd-framework/commit/15d5e34685397b8bb44914f6771660247d93bbb6))
10+
* **transaction-manager:** the transactions are now capable of returning results ([5ec2894](https://github.com/rmolinamir/ddd-framework/commit/5ec289426abea4e07ee0adcb8f3f5feef296d4c3))
11+
12+
13+
### Bug Fixes
14+
15+
* **aggregate members:** fixed typo and support for no aggregate members ([1bac1ba](https://github.com/rmolinamir/ddd-framework/commit/1bac1ba6d90d2065dd6b17c75ad3ade9fcfd5e4e))
16+
* **entity:** entities can raise domain events without aggregate IDs ([165e1ce](https://github.com/rmolinamir/ddd-framework/commit/165e1ce818fac9703cd680669cf11b53d3789dd8))
17+
* **entity:** updated test ([b9eb606](https://github.com/rmolinamir/ddd-framework/commit/b9eb606f78a5cab6148ae45f69fe4b0deb166d54))
18+
* **event sink:** removed potential memory leak ([dbd1f0f](https://github.com/rmolinamir/ddd-framework/commit/dbd1f0fa7491e577b531be479a068105966be1bd))
19+
320
## [1.1.2](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/postgres-v1.1.1...${npm.name}-v1.1.2) (2024-08-09)
421

522
## [1.1.1](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/postgres-v1.1.0...${npm.name}-v1.1.1) (2024-08-09)

lib/postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ddd-framework/postgres",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)