UNPKG

@kingdom-sdk/core

Version:

Core module to design DDD applications in TypeScript

20 lines (15 loc) 560 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.2.0] - 2022-04-12 ### Added - Frozen props property to base entity class. ### Changed - Removed underscore from transient field on base aggregate class. ## [0.1.1] - 2022-03-16 ### Changed - Changed fields from `IEntity` optional. ## [0.1.0] - 2022-03-15 ### Added - Added abstract DDD Entity model.