I’ve released v3.2.2, the new things there include:
- OpenAPI Docs generator
- Changed expression for nested requirements from
nested(...)to{...} - Request schemas in errors can be hidden now
- Added descriptions for commands in
help - Renamed
Reply.IsList()into.asList() - Added import aliases for
Requirements innapi
These are mostly QoL changes, I made formatting of certain things so it’d be easier to read, use, or to make sense linguistically. I also made it a little bit more secure by giving other developers an option to hide their request schemas in error messages. I’ve also included the new benchmark numbers in the README.
OpenAPI Docs generator mostly works now, but it doesn’t expose the docs to /nautica:docs yet, I’m also considering making the endpoint the developer’s concern, and not the framework’s. Surprisingly it wasn’t as hard as i expected it to be, but some weird edge cases were definitely annoying to deal with.
Anyways, alongside the updates to the framework itself, I’ve also now documented the new changes made since version 3.0.2, so they’re now up to date with the latest release (that being 3.2.2). I know it took a while but i was more focused on releasing fixes and updates first.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.