Skip to content

Releases: seedstack/crud-addon

Release list

v1.0.1

Choose a tag to compare

@adrienlauer adrienlauer released this 12 Aug 15:16
3f171ac
  • [chg] Updated for seed 3.10+

v1.0.0

Choose a tag to compare

@adrienlauer adrienlauer released this 07 May 14:24
  • [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.