Skip to content

Releases: laravie/predis-async

v0.4.1

30 May 03:05
Compare
Choose a tag to compare

Changes

  • Use GitHub Actions.

v0.4.0

02 Feb 13:31
01374fc
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changes

  • Bump minimum PHP to 7.2+.

v0.3.1

25 Jan 13:59
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Changes

  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v0.3.0

17 Feb 07:24
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changes

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v0.2.0

08 Nov 22:54
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

  • Update react/event-loop to 1.0+.

v0.1.0

13 Sep 07:29
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First draft release.