waiz-0.0.2.0: changelog
0.0.2.0
* Upgrade responseStatus and responseHeaders from Getter to Lens' on
HasResponse, using mapResponseStatus / mapResponseHeaders for the setter
* Add getResponseStatus and getResponseHeaders getters to GetResponse
* Add applicationResponse :: Setter' Application Response, using
modifyResponse under the hood
0.0.1.0
* Initial release
* Classy optics (Get/Has/Review/As) for Request, Response, FilePart,
RequestBodyLength
* Field lenses for Request and FilePart
* Constructor prisms for Response and RequestBodyLength
* Constructor classy optics for Response and RequestBodyLength