Skip to content

v1.2.0

Choose a tag to compare

@na2axl na2axl released this 15 May 11:59
· 54 commits to master since this release

This release fixes a lot of issues and add new features to WaterPipe:

  • Some errors has been fixedin the README
  • You can now configure how WaterPipe manage errors through the WaterPipeConfig class. You can choose if errors and exceptions must be thrown normally or must be catched and writed in the stderr PHP stream (see 0ebb45b)
  • Now you can create and send your own Request objects through WaterPipe, and get a Response object as result.
  • The Router has been optimized and can now parse request with JSON, XML and raw bodies