Skip to content
This repository has been archived by the owner on Jan 1, 2018. It is now read-only.

Releases: mrtnzlml-archive/compiler-extension

v2.1.0

01 Feb 08:42
Compare
Choose a tag to compare

Added GroupedNeonAdapter. Read more about this feature in README.

This is experimental feature. If you want to enable experimental features you have to register this extension differently:

$configurator->defaultExtensions['extensions'] = [\Adeira\ConfigurableExtensionsExtension::class, [TRUE]]; // Become superhero!

v2.0.0

17 Dec 15:24
Compare
Choose a tag to compare

Please read README.md - there is big BC break. You basically have to use Adeira\ConfigurableExtensionsExtension instead of default ExtensionsExtension like this (bootstrap.php):

$configurator->defaultExtensions['extensions'] = \Adeira\ConfigurableExtensionsExtension::class;