Skip to content

1.2.1 Release

Latest
Compare
Choose a tag to compare
@milanbalazs milanbalazs released this 16 Mar 17:01
· 7 commits to main since this release

Change log

1.2.1

  • Pass the **options parameter in run_server() function.
    • The options to be forwarded to the underlying Werkzeug server.
      See :func:werkzeug.serving.run_simple for more information.
  • Add the dump_to_json() method to dump the current DB to Json file.
  • Add Python Black and Flake8 pre-commit hooks to repo for better contributions.
  • Fix TypeError in case of dict type setting.
  • Add Cross Origin Resource Sharing (CORS) for server to make cross-origin AJAX possible.