Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@k911 k911 released this 20 Oct 13:14
· 311 commits to develop since this release

Bug Fixes

  • command: Graceful shutdown (7e6c9a4)

Code Refactoring

  • di: Simplify registering configurators (#14) (a34d59c)

Features

  • hmr: Implement HMR with Inotify (97e88bb)

BREAKING CHANGES

  • Server\HttpServerFactory should not be instantiated anymore, due to
    removed hard coupling with Server\Configurator\ConfiguratorInterface, and make() 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 by Server\Configurator\GeneratedChainConfigurator