Skip to content

Releases: sciactive/hookphp

2.1.0

28 Dec 21:25
Compare
Choose a tag to compare

Add JSON serialization hooking features.

2.0.2

25 Oct 04:47
Compare
Choose a tag to compare

Fixed a name collision bug. Unless someone else is starting their variables with HOOK, we shouldn't have any more name collisions.

2.0.1

25 Oct 02:35
Compare
Choose a tag to compare

Minor changes.

2.0.0

17 Jun 22:02
Compare
Choose a tag to compare

Added support for variadic functions. Now requires PHP7.

1.2.2

10 Apr 22:45
Compare
Choose a tag to compare

HookPHP works in HHVM!

1.2.1

09 Apr 03:52
Compare
Choose a tag to compare

Fixed a returning by reference error.

1.2.0

09 Apr 02:47
Compare
Choose a tag to compare

Some minor improvements, and real tests.

1.1.0

19 Feb 08:37
Compare
Choose a tag to compare

When you update, you'll have to refactor your calls from H:: to Hook::.

1.0.0

20 Dec 05:48
Compare
Choose a tag to compare

First release!