Releases: rougin/slytherin
Releases · rougin/slytherin
v0.7.0
v0.6.0
v0.5.0
v0.4.3
v0.4.2
Added
Fixed
- Issue on parsing a route of the same URI but different HTTP method
v0.4.1
v0.4.0
NOTE: This release will break your application if upgrading from v0.3.0
release.
Added
ComponentCollection::setContainer
for adding packages implemented onInterop\Container\ContainerInterface
Fixed
- Getting value of an argument from a callback route
Changed
ErrorHandler
toDebug
ComponentCollection
toComponents
- Renamed sample package implementations
Removed
ComponentCollection::setInjector
(useComponentCollection::setContainer
instead)Http
directory (will now require implementations in PSR-7)DependencyInjectorInterface
(will now require implementations inInterop\Container\ContainerInterface
)Http\ResponseInterface
dependency inDispatching\Dispatcher
- Dependency of nikic/fast-route in
Dispatching
(useDispatching\FastRoute
instead)
v0.3.0
NOTE: This release will break your application if upgrading from v0.2.0
release.
Added
- Interface-based package implementations
Changed
- Code and directory structure to a library type
- Implemented SOLID-based approach
Removed
- Almost everything, this release will be no longer an application skeleton