nenuphar_cli 0.2.2
nenuphar_cli: ^0.2.2 copied to clipboard
An openapi generation CLI for Dart Frog created by Very Good CLI.
nenuphar_cli changelog #
0.2.2 (2023-09-2) #
- fix
executableNameto show correct executable command in help
0.2.1 - 2023-09-19 #
- ignoring
/docs/folder in.pubignorefile
0.2.0 - 2023-09-17 #
- Add
nenuphar watchcommand
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