Skip to content

Releases: Hejow/easy-restdocs-generator

1.0.1

22 Dec 08:39
Compare
Choose a tag to compare
  • Fix Error
    • Wrong Path mapped

1.0.0

04 Nov 05:22
5f9578e
Compare
Choose a tag to compare
  • Features
    1. Allow customize request, response fileds
    2. Relaxing visibility

0.0.8

14 Jun 20:34
Compare
Choose a tag to compare
  • Fix Some Errors
    • typos
    • null handling

0.0.5

30 May 16:16
Compare
Choose a tag to compare

0.0.4

  • Remove limits on response type to avoid unnecessary throws UnsupportedOperationException
    • Before : Object, Array, Boolean, Number, String
    • After : ALL
  • 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 the identifier.

0.0.3

29 Feb 17:52
Compare
Choose a tag to compare
v0.0.3

chore: add README.md