Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Releases: daleal/symmetric

3.4.3

30 Oct 04:17
394b211
Compare
Choose a tag to compare

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

29 Mar 21:55
61e11ab
Compare
Choose a tag to compare

Added

  • Added a landing page to the website
  • Added a deprecation warning to markdown documentation generator

Changed

  • Change "slogan"

Fixed

  • Fixed mobile navbar to include a 5th element

3.4.1

29 Mar 21:54
9c53239
Compare
Choose a tag to compare

Added

  • Added a --version (-v) flag to the CLI to get symmetric's version
  • Added a Change Log to the documentation
  • Added some assets to the project

Changed

  • Change documentation's navbar

3.4.0

29 Mar 21:53
bcdca19
Compare
Choose a tag to compare

Added

Changed

  • Changed README.md file to include only necessary documentation

3.3.0

29 Mar 21:52
b73ce70
Compare
Choose a tag to compare

Added

  • Added methods to change the default authentication token names

Changed

  • Now the Symmetric class is named _Symmetric and it's a singleton class

3.2.0

29 Mar 21:52
e6fe88d
Compare
Choose a tag to compare

Changed

  • Change function handling to allow normal underlying module usage (that includes calling and testing functions)
  • Modularized CLI code

Fixed

  • Fixed function testing capabilities (see the Changed section of this release)

3.1.0

29 Mar 21:51
986df4a
Compare
Choose a tag to compare

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

29 Mar 21:50
ec5799d
Compare
Choose a tag to compare

Added

Changed

  • Change default HTTP method from GET to POST to allow OpenAPI documentation out of the box, making it incompatible with previous symmetric versions

2.1.1

29 Mar 21:49
265ec0c
Compare
Choose a tag to compare

Changed

  • Changed badges style
  • Changed badge positions
  • Change workflow name

2.1.0

29 Mar 21:49
bb6f2b1
Compare
Choose a tag to compare

Changed

  • Changed every URL occurance to route
  • Move logging config to its own file
  • Change CLI utilities to its own file