Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Releases: usox/hackmock

1.4.1 Bugfix Release

Choose a tag to compare

@usox usox released this 21 Jan 07:32

Update hhvm compatibility

1.4.0 Permit usage of type-assert v4

Choose a tag to compare

@usox usox released this 05 Jun 09:12
v1.4.0

Permit use with type-assert v4

HHVM Compatibility release

Choose a tag to compare

@usox usox released this 05 Dec 10:09

Ensure hhvm 4.34 Compatibility

HHVM Compatibility release

Choose a tag to compare

@usox usox released this 11 Sep 20:58

Support recent hhvm versions

HHVM 4.1 Compatibility release

Choose a tag to compare

@usox usox released this 11 Apr 08:41
54d8c70
Ensure compatibility with hhvm 4.1

- usage of `func_get_args` has been removed
- Mocking `isDestructor` is no longer supported

HHVM 4.0 Compatibilty release

Choose a tag to compare

@usox usox released this 13 Feb 10:01
c52fc17
  • Update dependencies for hhvm 4.0
  • Add linter run to travis tests

HHVM 3.30 compatibility release

Choose a tag to compare

@usox usox released this 08 Jan 08:50

Changes

  • Support hhvm >=3.30 by upgrading the codegenerator dependency

1.0.2 Bugfix Release

Choose a tag to compare

@usox usox released this 24 Oct 05:34

Bugs:

  • Mocking objects/interfaces with methods which have optional boolean parameters did not work (looks like a hhvm bug (#3)

1.0.1 Bugfix Release

Choose a tag to compare

@usox usox released this 22 Oct 17:36

Changes:

  • Remove unnecessary nullable flag when mocking untyped classes (#1)

1.0.0 Initial stable release

Choose a tag to compare

@usox usox released this 25 Sep 14:59

Initial stable release

  • Mock interfaces or concrete classes, create expectations
  • Support for hhvm 3.28+
  • HackTest integration