Skip to content

Commit e89be31

Browse files
committed
Update changelog
1 parent c63df07 commit e89be31

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Version 1.0.0 (2018-04-??)
1+
# Version 1.0.0 (2018-05-07)
22

33
* [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
4+
* [new] REST: trait-style interfaces for each CRUD operation, allowing arbitrary combinations.
5+
* [new] REST: base-class combining all CRUD operations.
6+
* [new] REST: implicit resource generation by annotating a DTO class with `@RestCrud`.

0 commit comments

Comments
 (0)