Skip to content

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 21:41
ca4f4b7

Summary

Makes Marten document persistence visible without misrepresenting ordinary documents as event-built Screenplay read models.

Added

  • Discover document shapes from Marten registration, Store, Insert, Update, Delete, Load, and Query source usage. (#3)
  • Record handler-to-document Store, Update, Delete, and Read relationships with source provenance. (#3)
  • Report the missing ordinary document-state Screenplay construct through MARTEN0003. (#3)
  • Verify document CRUD and IMartenOp document storage against pinned CqrsMinimalApi and Reports samples. (#3)

Fixed

  • Name methods in plural Wolverine endpoint containers distinctly and exclude [Entity] parameters from request-command inference. (#3)