Skip to content

v1.1

Compare
Choose a tag to compare
@Animenosekai Animenosekai released this 26 May 13:37
· 116 commits to main since this release

New release for Nasse!

Nasse v1.1

Welcome to Nasse, a new web framework built on top of Flask!

This framework will help you create your web applications in no time, type safe and documented.

Addition

  • A new message field in the data container for the response
  • Different Login for different methods
  • Different description for different methods
  • Splitting docs on different sections

Fixes

  • Fixing issues with docs generation
  • Fixing multiple issues
  • Better error handling

Updates

  • Improve code compatibility
  • Doc String for the Login model
  • Changing the HTTP methods sorting algorithm

Everything is detailed in the README.md file

A comparison from the previous release can be found here v1.0.2...v1.1

A comparison from the current branch can be found here v1.1...main

✨Animenosekai