Releases: felix-schindler/Router
Releases · felix-schindler/Router
v2.1.2
What's Changed
- Removed php-cs-fixer cache from repo by @felix-schindler in 8afceb5
- fix: pass
string: true
tobase64_decode
calls by @felix-schindler in 7bef100 - gh: rm --xdebug flag by @felix-schindler in b841155
- fix: pdo
fetchAll
doesn't returnfalse
anymore by @felix-schindler in a2bbd94
Dependencies
- Bump phpstan/phpstan from 1.12.7 to 2.0.2 by @dependabot in #99
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Added friendsofphp/php-cs-fixer to format code automatically by @felix-schindler in 4096e16
- Bump phpstan/phpstan from 1.10.15 to 1.12.7 by @dependabot in #95 and many more PRs
- Bump phpunit/phpunit from 10.1.3 to 11.4.3 by @dependabot in #96 and many more PRs
- Bump symfony/process from 7.1.3 to 7.1.7 by @dependabot in #97
Full Changelog: v2.1.0...v2.1.1
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).