Skip to content

Version 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 23 Jun 22:54
· 51 commits to master since this release
v0.4.0
  • We've introduced a generic adapter, and separated the convenience methods (create*()) into their own interface.
  • You no longer need an adapter if you're only passing PSR-7 compliant objects that implement RequestInterface or ResponseInterface to the appropriate methods; it defaults to the generic adapter.