Releases: Hejow/easy-restdocs-generator
Releases · Hejow/easy-restdocs-generator
1.0.1
1.0.0
0.0.8
0.0.5
0.0.4
- Remove limits on response type to avoid unnecessary throws
UnsupportedOperationException
- Before :
Object
,Array
,Boolean
,Number
,String
- After :
ALL
- Before :
- Relocate pacakges, refactor classes
0.0.5
- Support Html Response, which is
text/html
Content-type - Support default value on identifier. From now on, If do not provide
identifier
, name of test method wrote will be used as theidentifier
.