Skip to content

Commit 0cb58c2

Browse files
committed
chore(@ddd-framework/seedwork): release @ddd-framework/seedwork v1.0.2
1 parent f04e21c commit 0cb58c2

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

lib/seedwork/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/seedwork-v1.0.1...${npm.name}-v1.0.2) (2024-07-09)
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+
10+
11+
### Bug Fixes
12+
13+
* **@ddd-framework/collections:** generic type fix ([6252ced](https://github.com/rmolinamir/ddd-framework/commit/6252ced49ecd8f201f21666b489ca423fc1b2312))
14+
* **@ddd-framework/collections:** type improvements | now attempting to unpack entity IDs ([c2ddb72](https://github.com/rmolinamir/ddd-framework/commit/c2ddb720f0319043474a73d8687814760978be8c))
15+
* **@ddd-framework/core:** added details to exceptions thrown in domain events module ([984cac9](https://github.com/rmolinamir/ddd-framework/commit/984cac94aee0680dae2fe9d64701c2759910a63c))
16+
* **core:** removed logs ([dfaf76f](https://github.com/rmolinamir/ddd-framework/commit/dfaf76f4987723a20d00590cf54faf012e7b4535))
17+
318
## [1.0.1](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/seedwork-v1.0.0...${npm.name}-v1.0.1) (2023-07-17)
419

520
## [1.0.0](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/seedwork-v0.2.1...${npm.name}-v1.0.0) (2023-07-17)
@@ -10,4 +25,4 @@
1025
* **core:** experimental module progress ([1f376dd](https://github.com/rmolinamir/ddd-framework/commit/1f376dd6e0d7c6706ddc2eb1ad9fba8ef0469776))
1126
* **uuid:** uuid package ([3dcc796](https://github.com/rmolinamir/ddd-framework/commit/3dcc7960242eb215196fa1adb2c733ece395bad4))
1227
* **v0:** refactored the classes into a more modular structure ([9b9e479](https://github.com/rmolinamir/ddd-framework/commit/9b9e479b75f18a6e5f2f6fb79fbec1c03006ef91))
13-
* **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))
28+
* **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))

lib/seedwork/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ddd-framework/seedwork",
33
"description": "Generates a module with minimal functionality which you may change however you see fit.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"private": false,
66
"publishConfig": {
77
"access": "public",

0 commit comments

Comments
 (0)