Skip to content

v0.1.0

Compare
Choose a tag to compare
@hochleitner hochleitner released this 16 Dec 00:13
· 53 commits to main since this release
v0.1.0
b635b75

0.1.0 - 2021-12-16

Added

  • Complete Router class with dynamic and static functionality.
  • Allowed setting routes for GET and POST protocols with patterns and invocable callbacks.
  • Defined a method for adding a 404 callback handler when no route matches.
  • Added a method for specifying a base path if the project is not in the server's root directory.
  • Added HandlerNotSetException class that is thrown when no 404 callback is defined.
  • Added an additional static routing method as an alternative and simpler way to approach the routing concept.
  • Set up composer.json for the use with Composer and Packagist.
  • Added phpstan for code analysis.
  • Added extensive README.md.
  • Added notes on Contributing.
  • Added this changelog.