Skip to content

2.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 30 Apr 16:34
v2.0.0-beta.1

Initial release compatible with AMPHP v3.

As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionType.

  • StreamingParser::parseForm now returns a Amp\Pipeline\ConcurrentIterator instead of an Amp\Iterator
  • File has been renamed to BufferedFile
  • BufferedFile and StreamedField now expose all headers associated with the field instead of select headers.