Skip to content

Latest commit

 

History

History
248 lines (114 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

248 lines (114 loc) · 11.6 KB

1.7.5 (2022-03-31)

Bug Fixes

  • 🐛 convert file name to camelCase (e339da2)

1.7.3 (2022-03-28)

Bug Fixes

  • 🐛 add swagger object to app instance (3493664)

Features

  • ✨ add file md5 to disable cache (0a635ec)
  • ✨ add swagger ui config (a318984)

1.7.2 (2022-03-25)

Bug Fixes

  • 🐛 add swagger object to app instance (3493664)

1.7.0 (2022-03-22)

Features

  • ✨ add file md5 to disable cache (0a635ec)

1.6.4 (2022-03-22)

Bug Fixes

  • 🐛 fix same path coverd bug (bb890ce)

1.6.3 (2022-03-18)

Bug Fixes

  • 🐛 fix path object not found bug (7e83196)

1.6.2 (2022-03-18)

Bug Fixes

  • 🐛 fix parameter in path undefined bug (f0d4015)

1.6.1 (2022-03-18)

Bug Fixes

  • 🐛 fix path parameter bug (9a746f0)

1.6.0 (2022-03-17)

Bug Fixes

  • 🐛 fix controller not found bug in router file (d6a4590)
  • eslint auto fix (16f2a92)

Features

1.5.2 (2022-03-10)

Bug Fixes

Features

1.5.1 (2022-03-10)

Bug Fixes

Features

1.4.1 (2022-02-25)

Bug Fixes

1.4.0 (2022-01-27)

Features

  • ✨ add support to simple parameters type (d75a482)

1.3.1 (2022-01-24)

Bug Fixes

1.2.2 (2021-10-26)

Bug Fixes

  • comment: 🐛 Fix windows crlf bug #7 (ef46724)

1.2.1 (2021-09-15)

Bug Fixes

  • 🐛 fix process blocking bug #1 (16b0492)
  • 📝 remove useless tag (cf4adff)
  • 📝 update summary example doc (4c38e6a)
  • example: 🐛 remove useless config and update dependency (bc421cd)
  • swaggerUI: 🐛 fix swagger prefix bug (9e5490b)
  • swaggerUI: 🐛 resolve egg static prefix bug (72c229c)
  • swaggerUI: 🐛 resolve index.html error (8a12980)
  • swaggerUI: 🐛 resolve swagger index.html docExpansion bug (d931ba2)
  • swaggerUI: 🐛 resolve swagger index.html error (fe337c0)

Features

  • example: ✨ add $ref example (96ad578)
  • 📝 add securityDefinitions doc (7a46de1)
  • 📝 socialify to project (f5f2e74)
  • ✨ add operationId to method object (e34cb61)
  • ✨ support JSDoc summary to swagger-egg (27e1b6d)
  • ✨ support path description (08edea0)

1.2.0 (2021-08-23)

Bug Fixes

  • swaggerUI: 🐛 fix swagger prefix bug (9e5490b)
  • swaggerUI: 🐛 resolve egg static prefix bug (72c229c)
  • swaggerUI: 🐛 resolve index.html error (8a12980)
  • swaggerUI: 🐛 resolve swagger index.html docExpansion bug (d931ba2)
  • swaggerUI: 🐛 resolve swagger index.html error (fe337c0)

Features

  • 📝 add securityDefinitions doc (7a46de1)
  • 📝 socialify to project (f5f2e74)
  • ✨ support JSDoc summary to swagger-egg (27e1b6d)
  • ✨ support path description (08edea0)

1.1.5 (2021-06-25)

Bug Fixes

  • comment: 🐛 resolve description parser bug (dd433c4)
  • config: 🐛 remove useless field from default config (ba77add)
  • config: remove swagger ui config (61d8fe8)
  • swaggerUI: 🐛 fix swagger prefix bug (9e5490b)
  • swaggerUI: 🐛 resolve egg static prefix bug (72c229c)
  • swaggerUI: 🐛 resolve index.html error (8a12980)
  • swaggerUI: 🐛 resolve swagger index.html docExpansion bug (d931ba2)
  • swaggerUI: 🐛 resolve swagger index.html error (fe337c0)
  • tag: 🐛 resolve tags comment not resolved bug (d570628)
  • utils: remove unused methods (1f1dc3a)

Features

  • example: ✨ add swagger 2.0 json file example (cbd6083)
  • ✨ add file loader and swagger scanner (d14731f)
  • ✨ add swagger-ui to project (4e2dacb)
  • 🎉 first commit (fba1b4f)

1.0.0 (2021-05-27)

Features