Skip to content

Releases: contributte/bootstrap

v0.7.0

29 Dec 16:51
0c6e85f

Choose a tag to compare

Bumped! 🚀

Diff: v0.6.0...v0.7.0

Changes:

Maintenance:

v0.6.0

24 Apr 20:27

Choose a tag to compare

Bumped! 🔂

Diff: v0.5.0...v0.6.0

Changes:

Maintenance:

v0.5.0

13 Dec 19:08
55c2358

Choose a tag to compare

Bumped! 🤗

Diff: v0.4.1...v0.5.0

Changes:

  • PHP 8
  • Travis -> Github Actions
  • Upgrade minimal dependencies
  • Readme modernizing

v0.4.1

05 Jan 18:31

Choose a tag to compare

Bumped! 🦅

Diff: v0.4.0...v0.4.1

Changes:

  • Allows nette/utils ~3.1.0 ede13bd

v0.4.0

17 Jun 22:20

Choose a tag to compare

Bumped! 👜

Diff: v0.3.1...v0.4.0

Changes:

  • Requires PHP 7.2
  • Nette 3 2e34ab3
  • ExtraConfigurator: Environment parameters parsing is configurable a4e4cbc and 925d394

v0.3.1

25 Jun 21:45
4aae766

Choose a tag to compare

Bump! 🔡

Diff: v0.3...v0.3.1

Changes:

  • Bugfix detecting appDir

v0.3

14 Jun 09:18

Choose a tag to compare

Bump! 🔡

Diff: v0.2.1...v0.3

Changes:

  • pluggable configurator [#2]
  • ability to detect debug mode by file [#4]
  • PHP 5.6 -> PHP 7.1 [#5] [#6]

BC break:

You have to enable ENV parsing explicit.

Before:

$configurator = new ExtraConfigurator();

After

$configurator = new ExtraConfigurator();
$configurator->setEnvDebugMode();

v0.2.1

25 May 08:22
v0.2.1
0ecaf58

Choose a tag to compare

Bumped! 🚯

Diff: v0.2...v0.2.1

Changes:

  • wrap calls setDebugMode immediately

v0.2

24 May 16:46
v0.2
716e81a

Choose a tag to compare

Bumped! 🥑

Diff: v0.1.2...v0.2

Changes:

  • rename Configurator to ExtraConfigurator
  • implement more methods:
    • ExtraConfigurator::setup
    • ExtraConfigurator::wrap
    • ExtraConfigurator::parseEnvironmentParameters
    • ExtraConfigurator::parseAllEnvironmentParameters
  • rename setAutoDebugMode to setEnvDebugMode
  • wrap parsing env variables to getenv method (safety 👊 )

v0.1.2

24 May 16:44
v0.1.2
a8d473f

Choose a tag to compare

Bumped! 🇹🇬

Diff: v0.1.1...v0.1.2

Changes:

  • repair debug tracing