Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 1.13 KB

nenuphar_cli changelog

0.2.2 (2023-09-2)

  • fix executableName to show correct executable command in help

0.2.1 (2023-09-19)

  • ignoring /docs/ folder in .pubignore file

0.2.0 (2023-09-17)

  • Add nenuphar watch command

0.1.0 (2023-08-22)

  • Add security schemes

0.0.10 (2023-08-18)

  • Fix tag parsing for root dynamic route
  • Pretty print openapi.json file content
  • Secure routes path parsing using filesystem instead of String concatenation
  • Convert \ file path separators to / API path separators (fixes #22)
  • Add some unit tests to secure Windows filesystem style issues (fixes #21 #23)

0.0.9 (2023-08-15)

  • Add @Allow tag to specify allowed methods

0.0.8 (2023-08-15)

  • Add methods OPTION, HEAD, PATCH

0.0.7 (2023-08-13)

  • Add nenuphar.json file for base OpenAPI configuration

0.0.6 (2023-08-13)

  • Fix unsecure ling in README.md
  • Add example

0.0.5 (2023-08-13)

  • Add Header params
  • Add Query params

0.0.4 (2023-08-12)

  • Tests gen command

0.0.3 (2023-08-12)

  • Fix documentation pictures + add video

0.0.2 (2023-08-12)

  • Improve documentation

0.0.1 (2023-08-11)

  • First version