Commit Graph

695 Commits (8c6678830029733079f148c79e58bd63b4eeddc1)
 

Author SHA1 Message Date
Pierre 8c66788300
Merge 8af8c53959 into aaf9f62ecc
7 months ago
n0nag0n aaf9f62ecc
Merge pull request #644 from pierresh/phpunit-watcher
7 months ago
Pierre Clavequin 863282a3c8 test: re-run tests automatically with phpunit-watcher
8 months ago
n0nag0n d6d3382e61
Merge pull request #645 from pierresh/return-type-in-test
8 months ago
Pierre Clavequin 840833e7d7 test: add missing return types in tests
8 months ago
Pierre Clavequin 8af8c53959 fix: can send Json even if Flight is not started yet
8 months ago
n0nag0n 0abf1b9b16 fixed issues with php8-named-arguments
9 months ago
n0nag0n 62f31d7856
Merge pull request #638 from flightphp/duplicated-slash-in-groups-support
9 months ago
n0nag0n 22570b9987
Merge pull request #548 from flightphp/php8-named-arguments-support
9 months ago
n0nag0n a2c74ddadd added event cache check and tweaked middleware event
9 months ago
fadrian06 92e5332525 silent deprecation test in php 8.4
9 months ago
fadrian06 7ff7344815 fix another windows end lines problem
9 months ago
fadrian06 431a4e7a46 remove newlines and stuffs to fix render tests
9 months ago
fadrian06 15ff651e77 support for duplicated slashes in nested groups
9 months ago
fadrian06 5425955dd7 fix php 7.4 invalid syntax
9 months ago
fadrian06 72ac51e141
Merge branch 'master' into php8-named-arguments-support
9 months ago
fadrian06 59c9c0330f improve ::registerContainerHandler docblock
9 months ago
fadrian06 8ccbd7ac9e support for containers that resolve automatically dependencies without adding explicitly
9 months ago
fadrian06 7292464d1c Flight::path($path) -> ($dir) to match Engine::path($dir)
9 months ago
fadrian06 5f84570d27 disabled phpstan for tests/named-arguments
9 months ago
fadrian06 2638d1f37a composer require flightphp/container --dev -W
9 months ago
fadrian06 5068995d17 merge master
9 months ago
n0nag0n 12725eb337
Merge pull request #635 from flightphp/fix/view-tests-in-windows
9 months ago
n0nag0n a0a2b7cb79
Merge pull request #636 from flightphp/docs/allow-arrays-route-controllers-and-middlewares
9 months ago
fadrian06 e86bb59297 docs: add array{0: class-string, 1: method} to support phpstan level 6 in any project that uses [MyController::class, 'myInstanceMethod'] (phpstan marks that as an invalid callable)
9 months ago
fadrian06 e5ce02e5bb fix: corrected windows line endings in view tests
9 months ago
n0nag0n bc203944ac corrected some event names
9 months ago
n0nag0n 4508d887c4
Merge pull request #634 from flightphp/apm-enhancements
9 months ago
n0nag0n dd2d23ec99 added more events, added apm changes
9 months ago
n0nag0n cece196421
Update README.md
9 months ago
n0nag0n 9bd17d9db5
Merge pull request #632 from flightphp/event-handler
9 months ago
n0nag0n 046a034455 prettified
9 months ago
n0nag0n 2e68ccb0d0 and added new unit tests
9 months ago
n0nag0n 79efffc333 added stopPropagation logic
9 months ago
n0nag0n 4b7cd68e24 added an event system
9 months ago
n0nag0n fe3e78a7d0 added benchmarks to readme
9 months ago
n0nag0n c1ffb8f71e
Update README.md
10 months ago
n0nag0n 3c3dcb8b83
Update README.md
10 months ago
n0nag0n 12843694d6
Update README.md
10 months ago
n0nag0n 2762daf4f4
Merge pull request #630 from flightphp/remove-cache-headers
10 months ago
n0nag0n b6ab088888
Merge pull request #622 from flightphp/new-request-object
10 months ago
n0nag0n 7dd52c9ee6 Reset router to beginning
10 months ago
n0nag0n 2c9b02ec28 removed cache breaking behavior
10 months ago
n0nag0n f4115927fb
Merge pull request #627 from flightphp/json-charset
10 months ago
n0nag0n 2bb058e6b7
Merge pull request #623 from joanhey/patch-1
10 months ago
n0nag0n 3a84a9aaf2 removed utf8 from json function, add default flags, and more unit tests
10 months ago
fadrian06 db84fb61e0
Merge pull request #625 from kgathuru/patch-1
10 months ago
Kenneth Gathuru 27e6fe652f
Update README.md with correct version upgrading from v2 to v3
10 months ago
Joan Miquel 78e3a5ed6a
Revert setEngine()
10 months ago
Joan Miquel ca7b5b47b9
Simplify Flight and faster performance
10 months ago