Skip to content

Releases: astrojarred/sveltekit-python-vercel

v0.4.1

22 May 21:42
6509dd7
Compare
Choose a tag to compare

Updates:

  • Support group routes as outlined in #9 (PR #10)

v0.4.0

22 May 19:43
6971021
Compare
Choose a tag to compare

New features: (#6)

  • Hot reloading of python files during dev mode
  • Allow lower case python endpoints (e.g. def get() as well as def GET())

Other: (#6)

  • Simplified the endpoint creation code

Thanks for the great PR #6

v0.3.0

20 May 13:01
Compare
Choose a tag to compare
  • Add support for route parameters (#3)
  • Fix a typo in the readme

v0.2.0

18 May 11:45
Compare
Choose a tag to compare

Add first round of complete documentation

Initial release and publish.

18 May 11:07
12e0482
Compare
Choose a tag to compare
Pre-release

Initial release and publish.

Note that this is in beta and still needs further testing and documentation.