Skip to content

Releases: callmeahmedr/sweet-url-handler

v1.2.0

26 Aug 17:05
aa5d342
Compare
Choose a tag to compare

Version 1.2.0

Release Date: August 26, 2024

Highlights:

  • Error Handling: Added proper HTTP 404 header in the handle404 function.
  • Simplified Route Handling: Made the root path and other routes easier work with.
  • Comments: Added comments to explain the purpose of each part of the code.
  • Exit Calls: Used exit after outputting content to prevent any further script execution.