Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Releases: mpyw/cowitter

v1.0.5

16 May 13:44
f77bfa1
Compare
Choose a tag to compare

PR #20: Fix response in HTTP/2 response by @kb10uy

v1.0.4

05 Dec 09:36
447346f
Compare
Choose a tag to compare
  • Added post as json, put and delete methods (by @mpyw ).
  • Replaced some php functions and remove unused ResponseBodyNormalizer

v1.0.3

01 Jan 14:31
6865c59
Compare
Choose a tag to compare

Support for complex callable

Conventionally supported:

  • Function name string
  • Closure instance

Newly supported:

  • Static method name string
  • Array of instance and instance method name string
  • Array of class name string and static method name string
  • Invokable instance (implements __invoke)

v1.0.2

13 Sep 03:11
0b491f6
Compare
Choose a tag to compare
PR #10: Fix curl POST fails with 400 by @ysr227

v1.0.1

28 Aug 21:02
85519e5
Compare
Choose a tag to compare
v1.0.1

v1.0.0

27 Aug 13:12
1668ef4
Compare
Choose a tag to compare
v1.0.0