v1.2.0
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