Releases: felix-schindler/Router
Releases · felix-schindler/Router
v2.1.0
v2.0.2
Fixed composer.lock
v2.0.1
New file structure, no new features.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Full Changelog: v1.1.0...v2.0.0
v2.0.0 beta 1
- Remove
IO::GET
,IO::POST
,IO::PUT
in favor of newIO::query
andIO::body
methods - Remove unused methods of Router
- "Fix" InsertQuery (might be completely removed soon)
PHP v1.1.0
-
Works an "all" operating systems (Linux, Mac, Windows)
-
Add Access-Control-Allow-Methods header
-
Add documentation comments
-
Add IO::PUT
-
Remove not needed things
-
Fix some things in Query class
-
Fix router sometimes routing to wrong controller
-
ErrorView renders as JSON when request path contains
/api/
PHP v1.0.0
First release 🥳
Featuring
- Automatic class loader
- Model-View-Controller design pattern
- SQL Query class
- Everything you need.
PHP, Svelte v1.0.0-beta
Same PHP Router from release v1.0.0 but with Svelte on the frontend (if you want to).