Skip to content

Releases: m1/Vars

1.1.2

18 May 12:36
@m1 m1
Compare
Choose a tag to compare

Altered

  • Support symfony/filesystem 3.x

1.1.1

17 Feb 17:18
@m1 m1
Compare
Choose a tag to compare

Fixes

  • _globals are now cached

1.1.0

05 Feb 14:24
@m1 m1
Compare
Choose a tag to compare

Added

  • Support for _globals
  • Support to merge globals into $app for Silex

1.0.0

19 Jan 19:46
@m1 m1
Compare
Choose a tag to compare

Added

  • Added support for in-file variables

Altered

  • Syntax for all of the different variables for use in vars

Removed

  • Support for $app['vars.key'] retrieval of keys

0.6.0

09 Jan 11:05
@m1 m1
Compare
Choose a tag to compare

Added

  • Added dot notation access to $app for the Silex service provider

0.5.0

09 Jan 11:05
@m1 m1
Compare
Choose a tag to compare

Altered

  • Bumped package versions
  • Moved over EnvLoader to use new api of m1/env
  • Update README to remove typos

0.4.0

21 Dec 17:38
@m1 m1
Compare
Choose a tag to compare

Altered

  • Made it so a folder is created inside the cache path for the cache file to be stored

0.3.2

21 Dec 13:40
@m1 m1
Compare
Choose a tag to compare

Fixed

  • Fixed composer.json

0.3.1

21 Dec 11:46
@m1 m1
Compare
Choose a tag to compare

Altered

  • Changed it so you need to use if else import flags in quotes

0.3.0

19 Dec 13:00
@m1 m1
Compare
Choose a tag to compare

Added

  • Add recursive dir toggle flag
  • Add suppression flag
  • Add if else flag
  • Add path trait

Altered

  • Moved path logic to path trait

Fixed

  • README format