Skip to content

Releases: byjg/php-config

Release 5.0.1

17 Dec 16:08
737d421
Compare
Choose a tag to compare

What's Changed

  • Minor Refactor on EagerSingleton + added toDelayedInstance() by @byjg in #12

Full Changelog: 5.0.0...5.0.1

Release 5.0.0

29 Oct 21:12
2b13f99
Compare
Choose a tag to compare

What's Changed

  • Upgrade Library by @byjg in #11
  • Strict Types
  • Major Internal Refactor

Full Changelog: 4.9.2...5.0.0

Release 4.9.2

05 Jun 02:13
6b5f7fe
Compare
Choose a tag to compare

What's Changed

  • @byjg in #10
  • Fix !bool special type
  • Add !file and !unesc special type
  • Add Container::releaseSingletons()
  • Change signature (no breaking change) Definition::withOSEnvironment(array $vars)

Full Changelog: 4.9.1...4.9.2

Release 4.9.1

04 Jan 22:01
35f255d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.9.0...4.9.1

Release 4.9.0

21 May 21:11
86b8616
Compare
Choose a tag to compare

What's Changed

  • Bump PHP Version by @byjg in #6
  • Remove the word "Environment" and use "Config" instead
  • Fix Param Get on withMethodCall
  • Get env explicitly from the config
  • Add DI::use()
  • add withConstructorNoArgs
  • add Global .env

Full Changelog: 4.0.1...4.9.0

Release 4.0.1

03 Nov 22:45
e122723
Compare
Choose a tag to compare

Read from .env files.

Release 4.0.0

13 Jul 03:23
68af3a9
Compare
Choose a tag to compare
  • Added Dependency Injection

Release 3.0.2

11 Mar 16:59
Compare
Choose a tag to compare
  • Better Error Treatment and Messages

Release 3.0.1

09 Mar 02:48
Compare
Choose a tag to compare

Removed Backward compatibility PHPUnit

Release 3.0.0

23 Feb 14:58
d6381aa
Compare
Choose a tag to compare

getClosure was removed. Now the method get can identify if is a closure and get your result.

If you want the the clousure without run it there is a method "raw" instead.