Skip to content

Commit 6f89b59

Browse files
committed
chore(@ddd-framework/mongodb): release @ddd-framework/mongodb v1.0.0
1 parent 06f1c68 commit 6f89b59

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

lib/mongodb/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-08-05)
4+
5+
6+
### Features
7+
8+
* **@ddd-framework/collections:** entityCollection now supports Entity keys | `from` improvements ([18203ae](https://github.com/rmolinamir/ddd-framework/commit/18203ae49098f81e7b1886df41043ee323ec2369))
9+
* **@ddd-framework/core:** new list constructor overload and presenter port ([13a6ad5](https://github.com/rmolinamir/ddd-framework/commit/13a6ad52a235a4d44f9bd017d3713a3135e27c1e))
10+
* **@ddd-framework:** init ([b2a1717](https://github.com/rmolinamir/ddd-framework/commit/b2a17178214acc55eb470c4e00a3815daec8b77f))
11+
* **@ddd-framework:** monorepo ([56fd484](https://github.com/rmolinamir/ddd-framework/commit/56fd48463ddb0354aeeb1ddc6b53c0cf1048395a))
12+
* **core:** experimental DDD tactical pattern decorators ([14c889e](https://github.com/rmolinamir/ddd-framework/commit/14c889e391cd0b22db73c68bd61e0b184204fecb))
13+
* **core:** experimental decorators for Aggregate Root, Member, and other DDD tactical patterns ([52c3df5](https://github.com/rmolinamir/ddd-framework/commit/52c3df5587369b098808c5664ab95cec1f85860f))
14+
* **core:** experimental module progress ([1f376dd](https://github.com/rmolinamir/ddd-framework/commit/1f376dd6e0d7c6706ddc2eb1ad9fba8ef0469776))
15+
* **core:** removed static null from IdentifiedDomainObject class | removed DomainEventClassMap ([896f06d](https://github.com/rmolinamir/ddd-framework/commit/896f06dfb899461ab6b465792e6eb0754a09580b))
16+
* **mongodb:** dDD framework mongodb adapter ([f2b014a](https://github.com/rmolinamir/ddd-framework/commit/f2b014a3a90912e1102c0c1b56a523535361a639))
17+
* **postgres:** dDD framework postgres adapter ([061a115](https://github.com/rmolinamir/ddd-framework/commit/061a1152e06580486d5533625699557712d64c30))
18+
* **seedwork:** internal [@config](https://github.com/config) packages are ignored | internal directories __**__ are ignored ([375033f](https://github.com/rmolinamir/ddd-framework/commit/375033f82babb53874dd92d8f9de540ed5d569a5))
19+
* **uuid:** uuid package ([3dcc796](https://github.com/rmolinamir/ddd-framework/commit/3dcc7960242eb215196fa1adb2c733ece395bad4))
20+
* **v0:** refactored the classes into a more modular structure ([9b9e479](https://github.com/rmolinamir/ddd-framework/commit/9b9e479b75f18a6e5f2f6fb79fbec1c03006ef91))
21+
* **v1:** v1 [@ddd-framework](https://github.com/ddd-framework) refactor using decorators for the core module plus seedwork support ([bacda4c](https://github.com/rmolinamir/ddd-framework/commit/bacda4cc3e3fad7ed4d1607411910113943d2e8e))
22+
23+
24+
### Bug Fixes
25+
26+
* **@ddd-framework/collections:** generic type fix ([6252ced](https://github.com/rmolinamir/ddd-framework/commit/6252ced49ecd8f201f21666b489ca423fc1b2312))
27+
* **@ddd-framework/collections:** type improvements | now attempting to unpack entity IDs ([c2ddb72](https://github.com/rmolinamir/ddd-framework/commit/c2ddb720f0319043474a73d8687814760978be8c))
28+
* **@ddd-framework/core:** added details to exceptions thrown in domain events module ([984cac9](https://github.com/rmolinamir/ddd-framework/commit/984cac94aee0680dae2fe9d64701c2759910a63c))
29+
* **@ddd-seedwork:** adapted seedwork to new monorepo ([715a147](https://github.com/rmolinamir/ddd-framework/commit/715a147fa7986a43abe090c71e9ad4bb77f920a3))
30+
* **core:** removed logs ([dfaf76f](https://github.com/rmolinamir/ddd-framework/commit/dfaf76f4987723a20d00590cf54faf012e7b4535))

lib/mongodb/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/mongodb",
3-
"version": "1.0.0-alpha",
3+
"version": "1.0.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)