Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@trowski trowski released this 25 Aug 03:01
v2.0.0
6f16091

This release is compatible with amphp/http-server@^3.

  • Renamed BufferingParser and StreamingParser to FormParser and StreamingFormParser, respectively.
  • Removed the parseForm function in favor of the Form::fromRequest() static method.
  • Removed ParsingMiddleware. Use Form::fromRequest() instead.
  • Removed ParseException. Form parsing errors will throw an HttpErrorException from amphp/http-server instead, which do not need to be caught (the server will automatically return an error response).