Skip to content

Latest commit

 

History

History
112 lines (62 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

112 lines (62 loc) · 3.29 KB

CHANGELOG

v0.7.0 (2025-01-15)

Features

  • Enable cors for websites (1504deb)

Refactoring

  • Cleaner convert error message (82f4422)

  • Get the domain name from the .env file (2416e19)

  • Restructure the settings into more cleaner way (cc1951f)

v0.6.0 (2025-01-12)

Chores

Features

  • Only require api-key on endpoints that require permissions (9de845b)

Refactoring

v0.5.0 (2025-01-10)

Chores

Features

  • Better error handling in only the model (961091e)

v0.4.0 (2024-12-22)

Bug Fixes

  • Expost local postgres port (3adacd6)

Features

  • Make the validation of the endpoints only inside the restframework (e04e826)

  • Make validation inside api instead of middleware (61c67f0)

v0.3.0 (2024-12-22)

Documentation

Features

  • Update model admin base to handle the form errors in a better way (966a1ae)

v0.2.0 (2024-12-18)

Features

  • Get jwt tokens lifetime from .env file (fcdee5f)

v0.1.1 (2024-12-17)

Bug Fixes

v0.1.0 (2024-12-17)

Bug Fixes

  • Doc docker container error missing git (14fa1b8)

Features