Skip to content

Releases: seedstack/crud-addon

v1.0.1

12 Aug 15:16
3f171ac
Compare
Choose a tag to compare
  • [chg] Updated for seed 3.10+

v1.0.0

07 May 14:24
Compare
Choose a tag to compare
  • [new] Initial version.
  • [new] REST: trait-style interfaces for each CRUD operation, allowing arbitrary combinations.
  • [new] REST: base-class combining all CRUD operations.
  • [new] REST: implicit resource generation by annotating a DTO class with @RestCrud.