Bug Fixes
- command: Graceful shutdown (7e6c9a4)
Code Refactoring
Features
- hmr: Implement HMR with Inotify (97e88bb)
BREAKING CHANGES
Server\HttpServerFactory
should not be instantiated anymore, due to
removed hard coupling withServer\Configurator\ConfiguratorInterface
, andmake()
method
becomig static. Now use directly:Server\HttpServerFactory::make()
- Configuring server (using object implementing
Server\Configurator\ConfiguratorInterface
)
now happens in execute method of AbstractServerStartCommand Server\Configurator\ChainConfigurator
is now replaced byServer\Configurator\GeneratedChainConfigurator