Skip to content

Releases: nazg-hack/glue

Release for HHVM ^4.64

02 Jul 23:36
Compare
Choose a tag to compare

Release for HHVM ^4.62

26 Jun 06:05
Compare
Choose a tag to compare
1.5.0

added allowed_fixme_codes_strict

Release for HHVM^4.35

12 Feb 15:45
Compare
Choose a tag to compare
1.4.0

updated

Release for HHVM4.25

05 Nov 14:39
544f802
Compare
Choose a tag to compare
Feature/patch for hhvm4.25 (#14)

* changed inout

* Update .travis.yml

Release for HHVM4.14

09 Aug 13:38
8723f28
Compare
Choose a tag to compare
fixed tests (#13)

* fixed tests

* Update .travis.yml

* Update composer.json

Release for HHVM4.2

28 Apr 17:42
8e716c1
Compare
Choose a tag to compare
1.1.2

Update .gitattributes

added apc cache

27 Apr 17:56
d8eec02
Compare
Choose a tag to compare
1.1.0

added apc cache (#11)

Release for HHVM4.1

10 Apr 15:02
783ea01
Compare
Choose a tag to compare
1.0.1

changed method (#9)

pre release

21 Mar 16:34
8568251
Compare
Choose a tag to compare
pre release Pre-release
Pre-release

New Interface

B.C

use type Nazg\Glue\Container;
use type Nazg\Glue\Scope;

$container = new Container();
$container->bind(AnyInterface::class)
  ->to(Mock::class)
  ->in(Scope::PROTOTYPE);
\HH\Asio\join($container->lockAsync());

Binding Serialization Cache

use type Nazg\Glue\ContainerBuilder;

$builder = new ContainerBuilder(true, __DIR__ . '/your/serialized.filename');
// return a \Nazg\Glue\CachedContainer Instance
$container = $builder->make();

release

05 Mar 07:48
e2a0352
Compare
Choose a tag to compare
release Pre-release
Pre-release
Supported HHVM 4.0 (#3) (#4)

* wip

* added

* changed to travis ci

* Update .travis.sh

* Update .travis.yml

* rename