Commit Graph

84 Commits (740524490f34ab290fc1b8fc18ff7767d065ae40)

Author SHA1 Message Date
fadrian06 740524490f extract Dispatcher::CALLABLE_STRING_OPERATORS
3 days ago
fadrian06 b0203d861c deprecate Dispatcher@runPreFilters, runEvent, runPostFilters and filter.
3 days ago
fadrian06 80705ec158 update Dispatcher@run, set, get, has, hook, clear and reset to use the namedFilteredCallable property
3 days ago
fadrian06 2d772f3642 update Dispatcher description
3 days ago
fadrian06 2673435197 update before and filters signature
3 days ago
fadrian06 5ea5d5b8ad add Dispatcher namedFilteredCallables property
3 days ago
fadrian06 bb6932e92e throw OutOfBoundsException instead of Exception when event name hasn't been set
3 days ago
fadrian06 bf3f86d619 reuse Dispatcher@get in Dispatcher@has
3 days ago
fadrian06 7379be00ac simplify Dispatcher events values typehint
3 days ago
fadrian06 318852b19b deprecate Dispatcher filters property
3 days ago
fadrian06 1ae2bafeee deprecate Dispatcher events property
3 days ago
fadrian06 7beabae36d improve Dispatcher description to reflect its responsibility for dispatching named callables
3 days ago
fadrian06 188f147c7d invert Dispatcher@setContainerHandler conditional and remove $containerFQCN
5 days ago
fadrian06 5c89341428 clarify Dispatcher@run parameters and allows to throw errors inside events or filters
5 days ago
fadrian06 988c64ed22 rename $containerInterfaceNS -> $containerFQCN and extract InvalidArgumentException $message argument
5 days ago
fadrian06 0b0737f533 remove $this of return type, it's incompatible with self return type
5 days ago
fadrian06 8a4818cf87 improve typehint of keys before and after inside all events in the Dispatcher $filters property
5 days ago
fadrian06 ae735c1845 remove Dispatcher properties redundants explanations
5 days ago
fadrian06 12607d9500 rename Psr\Container\ContainerInterface -> Container
5 days ago
fadrian06 6c5d9de3ca remove Engine @template
5 days ago
n0nag0n 98c9c89893 Align Runway generators with skeleton App\ layout and fix suite gates
2 weeks ago
fadrian06 b55540068e fix almost long lines phpcs warnings
5 months ago
fadrian06 29595ef9e1 composer exec phpcbf -- --standard=PSR2
5 months ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
11 months ago
n0nag0n 0abf1b9b16 fixed issues with php8-named-arguments
1 year ago
fadrian06 5425955dd7 fix php 7.4 invalid syntax
1 year ago
fadrian06 59c9c0330f improve ::registerContainerHandler docblock
1 year ago
fadrian06 8ccbd7ac9e support for containers that resolve automatically dependencies without adding explicitly
1 year ago
n0nag0n f8811e1d8b allowed for middlewares to be created with container
2 years ago
fadrian06 414f605f67 More abstraction to Dispatcher::containerException typehint
2 years ago
fadrian06 8f3f6b5c74 Make explicit comparisons
2 years ago
fadrian06 99a7d75440 Removed PSR/Container
2 years ago
fadrian06 389ebfd329 Add PSR/Container dependency for type hint and expose the API
2 years ago
fadrian06 43b689fa6c Add Short After Filter Syntax with one parameter
2 years ago
fadrian06 4616f521cd Dispatcher refactor
2 years ago
fadrian06 d931b41b46 Improved docblocks
2 years ago
fadrian06 e322135d9c Add symfony/polyfill-80
2 years ago
Austin Collier 54403bede8 One last test to make sure Dice maintains the same instance
2 years ago
Austin Collier 1b6c5b942b refactored some errors. UI Tests and cleanup.
2 years ago
Austin Collier dbf05ebf40 Lots more tests. Now will dynamically create object with engine instance.
2 years ago
Austin Collier f752073f7d more testing and catching things.
2 years ago
Austin Collier 3f887e305f Added more tests. Captured callable exception thrown
2 years ago
Austin Collier f610adfc14 lots more testing around containers
2 years ago
n0nag0n 6d41115e9a initial commit for containerization
2 years ago
Austin Collier 1d810b6c78 fixed leftover variable
3 years ago
Austin Collier 9c437d97c8 Merge branch 'master' into fix-dispatcher-error-message
3 years ago
Austin Collier fe46e25d0e removed notice on setting error messages
3 years ago
fadrian06 327d043709 Separated Dispatcher::run in runPreFilters(), runEvent() and runPostFilters()
3 years ago
fadrian06 b2d7164be0 Better Dispatcher documentation
3 years ago
fadrian06 6e29e663ee Added Exception for call instance methods when a Class constructor require parameters
3 years ago