We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63df07 commit e89be31Copy full SHA for e89be31
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-# Version 1.0.0 (2018-04-??)
+# Version 1.0.0 (2018-05-07)
2
3
* [new] Initial version.
4
-* [new] Base class to generate basic CRUD Resources with annotations
5
-* [new] Automatic resource declaration using @RestCrud on a Dto class
+* [new] REST: trait-style interfaces for each CRUD operation, allowing arbitrary combinations.
+* [new] REST: base-class combining all CRUD operations.
6
+* [new] REST: implicit resource generation by annotating a DTO class with `@RestCrud`.
0 commit comments