This website works better with JavaScript.
0abf1b9b16
fixed issues with php8-named-arguments
master
v3.15.2
n0nag0n
2025-03-14 23:22:55 -0600
62f31d7856
Merge pull request #638 from flightphp/duplicated-slash-in-groups-support
n0nag0n
2025-03-14 23:13:11 -0600
22570b9987
Merge pull request #548 from flightphp/php8-named-arguments-support
n0nag0n
2025-03-14 23:12:50 -0600
a2c74ddadd
added event cache check and tweaked middleware event
event-tweaks
n0nag0n
2025-03-14 23:08:12 -0600
92e5332525
silent deprecation test in php 8.4
#638
fadrian06
2025-03-13 09:20:38 -0400
7ff7344815
fix another windows end lines problem
fadrian06
2025-03-13 09:20:18 -0400
431a4e7a46
remove newlines and stuffs to fix render tests
fadrian06
2025-03-12 21:02:44 -0400
15ff651e77
support for duplicated slashes in nested groups
fadrian06
2025-03-12 21:02:03 -0400
5425955dd7
fix php 7.4 invalid syntax
#548
fadrian06
2025-03-12 20:30:06 -0400
72ac51e141
Merge branch 'master' into php8-named-arguments-support
fadrian06
2025-03-12 20:22:12 -0400
59c9c0330f
improve ::registerContainerHandler docblock
fadrian06
2025-03-12 20:18:02 -0400
8ccbd7ac9e
support for containers that resolve automatically dependencies without adding explicitly
fadrian06
2025-03-12 19:51:02 -0400
7292464d1c
Flight::path($path) -> ($dir) to match Engine::path($dir)
fadrian06
2025-03-12 19:50:01 -0400
5f84570d27
disabled phpstan for tests/named-arguments
fadrian06
2025-03-12 19:48:43 -0400
2638d1f37a
composer require flightphp/container --dev -W
fadrian06
2025-03-12 19:48:04 -0400
5068995d17
merge master
fadrian06
2025-03-12 18:49:22 -0400
12725eb337
Merge pull request #635 from flightphp/fix/view-tests-in-windows
n0nag0n
2025-03-10 08:52:52 -0600
a0a2b7cb79
Merge pull request #636 from flightphp/docs/allow-arrays-route-controllers-and-middlewares
n0nag0n
2025-03-10 08:51:12 -0600
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)
#636
fadrian06
2025-03-09 16:18:28 -0400
e5ce02e5bb
fix: corrected windows line endings in view tests
#635
fadrian06
2025-03-09 16:00:57 -0400
bc203944ac
corrected some event names
n0nag0n
2025-03-08 23:11:57 -0700
4508d887c4
Merge pull request #634 from flightphp/apm-enhancements
v3.15.1
n0nag0n
2025-03-08 22:51:18 -0700
dd2d23ec99
added more events, added apm changes
#634
n0nag0n
2025-03-08 22:44:51 -0700
cece196421
Update README.md
n0nag0n
2025-03-05 07:01:11 -0700
9bd17d9db5
Merge pull request #632 from flightphp/event-handler
v3.15.0
n0nag0n
2025-03-04 22:39:18 -0700
046a034455
prettified
#632
n0nag0n
2025-03-04 07:20:07 -0700
2e68ccb0d0
and added new unit tests
n0nag0n
2025-03-04 07:19:13 -0700
79efffc333
added stopPropagation logic
n0nag0n
2025-03-04 07:14:22 -0700
4b7cd68e24
added an event system
n0nag0n
2025-03-03 23:48:22 -0700
fe3e78a7d0
added benchmarks to readme
n0nag0n
2025-03-03 22:57:01 -0700
c1ffb8f71e
Update README.md
n0nag0n
2025-02-27 17:53:04 -0700
3c3dcb8b83
Update README.md
n0nag0n
2025-02-26 22:09:41 -0700
12843694d6
Update README.md
n0nag0n
2025-02-26 10:13:16 -0700
2762daf4f4
Merge pull request #630 from flightphp/remove-cache-headers
v3.14.0
n0nag0n
2025-02-21 10:42:57 -0700
b6ab088888
Merge pull request #622 from flightphp/new-request-object
n0nag0n
2025-02-21 10:42:36 -0700
7dd52c9ee6
Reset router to beginning
#622
n0nag0n
2025-02-20 19:31:36 -0700
2c9b02ec28
removed cache breaking behavior
#630
n0nag0n
2025-02-20 19:12:25 -0700
fd9a1736c7
Merge e4d003034c
into f4115927fb
#628
KnifeLemon
2025-02-20 11:36:27 +0200
f4115927fb
Merge pull request #627 from flightphp/json-charset
n0nag0n
2025-02-19 17:44:26 -0700
e4d003034c
Added multipart data process for PUT, PATCH, DELETE methods
#628
KnifeLemon
2025-02-18 11:28:29 +0900
2bb058e6b7
Merge pull request #623 from joanhey/patch-1
n0nag0n
2025-02-16 08:45:25 -0700
3a84a9aaf2
removed utf8 from json function, add default flags, and more unit tests
#627
n0nag0n
2025-02-16 08:21:52 -0700
db84fb61e0
Merge pull request #625 from kgathuru/patch-1
fadrian06
2025-02-16 09:39:17 -0400
27e6fe652f
Update README.md with correct version upgrading from v2 to v3
#625
Kenneth Gathuru
2025-02-16 13:19:00 +0300
78e3a5ed6a
Revert setEngine()
#623
Joan Miquel
2025-02-14 15:59:26 +0100
ca7b5b47b9
Simplify Flight and faster performance
Joan Miquel
2025-02-14 15:42:39 +0100
25250bf44e
Added ability to generate new requests/responses on duplicate start()
n0nag0n
2025-02-13 22:53:46 -0700
62bf542d12
Merge pull request #620 from KnifeLemon/patch-1
n0nag0n
2025-02-12 18:24:01 -0700
ce088c86dc
Fix Unit test errors, correct logic
#620
n0nag0n
2025-02-05 22:58:17 -0700
1b57f9eb2b
Added PUT, PATCH, DELETE methods for data
KnifeLemon
2025-02-03 23:08:24 +0900
da6540bbdd
Merge pull request #618 from flightphp/multiple-trailing-slashes
v3.13.1
n0nag0n
2025-01-13 22:58:50 -0700
f4f3c7a342
Fixed multiple trailing slashes issues. Also fixed server test for 405 and 404
#618
n0nag0n
2025-01-13 22:57:04 -0700
9d71303384
Merge pull request #615 from flightphp/windows-fixes
fadrian06
2025-01-01 19:22:10 -0400
882a956bd0
added some fixes to get this working in windows locally
#615
n0nag0n
2025-01-01 13:55:41 -0700
35b1a42b22
Merge pull request #614 from flightphp/fadrian06-fixed-badges
n0nag0n
2024-12-21 22:40:47 -0700
c003dd094f
Fixed README badges
#614
fadrian06
2024-12-22 00:03:35 -0400
7226be4bbe
Merge pull request #609 from lubiana/add-php-84-to-workflow
n0nag0n
2024-11-22 07:52:26 -0700
ab18073e28
add php 8.4 to workflow matrix
#609
lubiana
2024-11-21 17:24:47 +0100
1307e8a39d
Merge pull request #596 from flightphp/feat/route-compact-syntax
v3.13.0
n0nag0n
2024-10-30 13:52:23 -0600
cc1597a58a
fix bad resolve
#596
n0nag0n
2024-09-27 23:41:45 -0600
bc001b7104
Merge branch 'master' into feat/route-compact-syntax
n0nag0n
2024-09-27 23:35:23 -0600
a788c8a608
prettify
n0nag0n
2024-09-27 23:35:20 -0600
edcd1ad092
got unit tests up and running
n0nag0n
2024-09-27 23:26:49 -0600
128b6e392b
Merge pull request #607 from lubiana/reenable-controller-command-test
n0nag0n
2024-08-29 07:58:27 -0600
06fa9e5e51
allow newer runway version in composer.json
#607
lubiana
2024-08-29 15:56:30 +0200
4276c2baeb
reenable comtroller command test
lubiana
2024-08-29 15:39:01 +0200
0fdc300f33
updated runway dependency version
Austin Collier
2024-08-29 07:32:35 -0600
b76f6c37fd
Merge pull request #606 from lubiana/add-github-actions
n0nag0n
2024-08-28 08:29:26 -0600
111f8db184
Merge pull request #605 from lubiana/fix_tests_on_mac
n0nag0n
2024-08-28 07:53:13 -0600
6c365a00e9
remove unit tests on 8.4 (for now)
#606
lubiana
2024-08-27 21:37:49 +0200
2d36b79f32
fix tests on different php versions
lubiana
2024-08-27 21:31:11 +0200
720deac36e
add unit-test workflow
lubiana
2024-08-27 20:25:55 +0200
c5caa0d7e2
add case for Macos in ResponseTest::testResponseBodyCallbackGzip
#605
lubiana
2024-08-27 18:41:41 +0200
63fbf9b031
Merge pull request #602 from flightphp/file-upload-handler
v3.12.0
n0nag0n
2024-08-22 11:05:34 -0600
b6220f7dc8
Added ability to handle file uploads in a simple way
#602
Austin Collier
2024-08-21 09:00:30 -0600
c834f4cf0c
Merge pull request #601 from pierresh/master
n0nag0n
2024-07-27 14:46:07 -0600
f697e30afa
added unit and integration tests
#601
n0nag0n
2024-07-26 21:07:27 -0600
f08b9bcbfb
feat: method to download files easily
Pierre Clavequin
2024-07-27 00:02:36 +0800
7cfaca8f16
Merge pull request #599 from flightphp/cache-correction
v3.11.1
n0nag0n
2024-07-12 21:41:39 -0600
4a93c661a8
corrected the cache behavior in some areas
#599
n0nag0n
2024-07-12 21:40:58 -0600
8dd255c487
Merge pull request #598 from flightphp/cache-control
v3.11.0
n0nag0n
2024-07-04 09:07:47 -0600
ba80e047b1
prettified and added max-age=0
#598
Austin Collier
2024-06-29 16:14:08 -0600
f06febdb2d
changed default cache behavior
Austin Collier
2024-06-29 16:11:07 -0600
9f5457ea1f
Merge pull request #597 from Billtec/patch-1
n0nag0n
2024-06-07 09:40:52 -0600
af2891f568
fix: make the jsonHalt a static function as the user guide indicates
#597
Billtec
2024-06-07 22:46:14 +0800
a12d474006
beautify
n0nag0n
2024-06-03 20:03:02 -0600
7127c3ba17
Moved the function over and fleshed it out
n0nag0n
2024-06-03 20:02:13 -0600
3d2dccb72a
Started draft of route compact syntax
fadrian06
2024-06-03 13:09:21 -0400
d6854cb078
Merge branch 'master' into php8-named-arguments-support
fadrian06
2024-06-03 11:34:01 -0400
39ac87c54b
Merge pull request #581 from flightphp/fix/bug-with-multiple-view-renders
v3.10.1
fadrian06
2024-06-03 11:18:17 -0400
a68fc32204
Unnecessary explicitness :|
#581
fadrian06
2024-06-03 11:17:34 -0400
f3453cab17
Simplified fix thanks to @vlakoff (https://github.com/vlakoff )
fadrian06
2024-06-01 21:07:55 -0400
c8a1c88899
Merge pull request #594 from flightphp/maintain-headers
v3.10.0
n0nag0n
2024-05-30 07:40:44 -0600
5549e9106a
added some ui tests
#594
Austin Collier
2024-05-30 07:40:22 -0600
33676872ed
Maintains headers on redirect, error, and halt. Added jsonHalt
Austin Collier
2024-05-22 23:17:51 -0600
10165ebda3
Merge pull request #591 from flightphp/method-not-found
n0nag0n
2024-05-18 19:49:31 -0600
27718cfea7
added ability to throw a method not found instead of 404
#591
Austin Collier
2024-05-16 23:03:36 -0600
f6da4c4435
Merge pull request #588 from flightphp/simplified-version-constraint
n0nag0n
2024-05-09 08:23:37 -0600
508dca8cda
Simplified php version constraint
#588
fadrian06
2024-05-09 02:31:04 -0400
c3c5c29f7c
Merge pull request #585 from flightphp/middleware-use-container
v3.9.0
n0nag0n
2024-05-08 22:23:39 -0600