Skip to content

Latest commit

 

History

History
74 lines (71 loc) · 5.44 KB

IDEA_CHANGELOG.md

File metadata and controls

74 lines (71 loc) · 5.44 KB
  • 0.2.0
    1. enhance:support export api to postman[Code -> ExportPostman]
  • 0.3.0
    1. enhance:cache api export result
  • 0.4.0 ~
    1. enhance:quick API requests from code[Alt + Insert -> Call]
    2. enhance:support request&response header
    3. enhance:support download response
    4. enhance:support host history
    5. enhance:support response auto format
    6. (beta)enhance:Export Api As Markdown[Code -> ExportMarkdown]
    7. fix:support Post File In [Call Api Action]
  • 0.5.0 ~
    1. fix:auto format xml/html response
    2. fix:set prompt for json response
    3. fix:optimized the cache
  • 0.6.0 ~
    1. enhance:support ApiDashboard
    2. enhance:optimized ui
    3. enhance:auto fix postman collection info
    4. enhance:support PopupMenu for Postman Tree (#42)
    5. enhance:support clear cache in Setting (#46)
    6. enhance:support generic type of api method(#48)
    7. enhance:optional form parameters(#53)
    8. enhance:try resolve link to yapi #2
    9. fix:deserialize int numbers correctly (#49)
    10. fix:fix custom module rule in config (#54)
    11. fix:support org.springframework.web.bind.annotation.RequestHeader (#57)
    12. fix:make sure the path prefix with '/' for yapi (#9)
    13. enhance:optimize the inference of the return type of the method (#60)
    14. enhance:provide http properties settings (#61)
    15. enhance:provide more information tips during the export process (#11)
    16. enhance:set toolTip for postman tree node (#64)
    17. enhance:support recommend config (#66)
    18. enhance:support YapiDashBoard (#66)
    19. enhance:support class rule:ignoreField[json.rule.field.ignore] (#67)
  • 0.7.0 ~
    1. enhance:provide logging level Settings (#68)
    2. enhance:optimized action interrupt (#72)
    3. fix:support org.springframework.http.HttpEntity/org.springframework.http.ResponseEntity (#71)
  • 0.8.0 ~
    1. enhance:process key 'Tab' in request params (#85)
    2. enhance:process Deprecated info on class in RecommendConfig (#86)
    3. enhance:try parse linked option info for form params (#87)
  • 0.9.0 ~
    1. enhance:support groovy extension (#98)
    2. enhance:update toolTip of ApiProjectNode in ApiDashBoard (#102)
    3. fix:opti method Infer (#103)
    4. enhance:support export method doc(rpc) (#107)
    5. fix config search(#113)
    6. resolve {@link ...} in param desc doc(#117)
    7. Output path params in 'Export Markdown'(#118)
    8. fix:use json instead of form for add cart of yapi (#44)
  • 1.0.0 ~
    1. enhance:support kotlin (#125)
  • 1.1.0 ~
    1. enhance:support rule: name[filter]=value (#138)
    2. enhance:parse kotlin files in ApiDashboard (#141)
    3. fix: support Serializer for Enum (#134)
    4. fix: fix error base path for APIs in super class (#137)
    5. fix: ApiDashboard not show kotlin module&apis (#140)
  • 1.2.0 ~
    1. enhance:provide more recommended configurations (#153)
    2. enhance:support for export&import settings (#167)
    3. fix: Some icon maybe missing in Windows (#164)
  • 1.3.0 ~
    1. enhance:new rule:[class.prefix.path] (#181)
    2. enhance:new rule:[doc.class] (#178)
    3. enhance:new rule:[param.ignore] (#176)
    4. enhance:import spring properties by recommend (#181)
    5. enhance:Auto reload the configuration while context switch (#185)