This repository has been archived by the owner on Feb 21, 2021. It is now read-only.
Releases: daleal/symmetric
Releases · daleal/symmetric
3.4.3
End of life
symmetric
has reached its end of life! 💀 But don't worry! You can use its spiritual successor, asymmetric
. Its API is almost identical! You can learn more on the README.md
file!
Changed
- Changed a bunch of stuff for the documentation
- Added a disclaimer section to warn about the project's status
Fixed
- Fixed documentation bug that happened when no default parameters existed on a decorated function.
3.4.2
3.4.1
3.4.0
Added
- Complete docs can now be located at a dedicated webpage
Changed
- Changed
README.md
file to include only necessary documentation
3.3.0
3.2.0
3.1.0
Added
- Added a
/docs
endpoint to enter through the browser and access auto-generated interactive ReDoc documentation
Changed
- API token is now received inside the request header instead of the request body
- The auto-generated OpenAPI compliant documentation now includes the API token requirement
- Refactor OpenAPI spec generator
3.0.0
Added
- Added OpenAPI specification compliant auto-documentation feature
Changed
- Change default
HTTP
method fromGET
toPOST
to allow OpenAPI documentation out of the box, making it incompatible with previoussymmetric
versions