Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 560 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 560 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[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.