Skip to content

Release @ddd-framework/postgres v1.0.0

Choose a tag to compare

@rmolinamir rmolinamir released this 05 Aug 04:17
· 53 commits to main since this release

1.0.0 (2024-08-05)

Features

  • @ddd-framework/collections: entityCollection now supports Entity keys | from improvements (18203ae)
  • @ddd-framework/core: new list constructor overload and presenter port (13a6ad5)
  • @ddd-framework: init (b2a1717)
  • @ddd-framework: monorepo (56fd484)
  • core: experimental DDD tactical pattern decorators (14c889e)
  • core: experimental decorators for Aggregate Root, Member, and other DDD tactical patterns (52c3df5)
  • core: experimental module progress (1f376dd)
  • core: removed static null from IdentifiedDomainObject class | removed DomainEventClassMap (896f06d)
  • mongodb: dDD framework mongodb adapter (f2b014a)
  • postgres: dDD framework postgres adapter (061a115)
  • seedwork: internal @config packages are ignored | internal directories ** are ignored (375033f)
  • uuid: uuid package (3dcc796)
  • v0: refactored the classes into a more modular structure (9b9e479)
  • v1: v1 @ddd-framework refactor using decorators for the core module plus seedwork support (bacda4c)

Bug Fixes

  • @ddd-framework/collections: generic type fix (6252ced)
  • @ddd-framework/collections: type improvements | now attempting to unpack entity IDs (c2ddb72)
  • @ddd-framework/core: added details to exceptions thrown in domain events module (984cac9)
  • @ddd-seedwork: adapted seedwork to new monorepo (715a147)
  • core: removed logs (dfaf76f)