Skip to content

Releases: yosymfony/config-loader

v2.0.0

02 Sep 15:43
Compare
Choose a tag to compare

What's new in this release?

  • The interface RepositoryOperationInterface has been removed. Its method has been moved to RepositoryInterface.
  • The dependency with package symfony/config is not necessary any more.
  • The import feature doesn't support wildcard in the path of a file.
  • The validation feature (it came from Symfony config) has been dropped.
  • Tests have been refactored.

v1.3.2

26 Oct 19:27
Compare
Choose a tag to compare

What's new in this release?

  • [New] Support for Symfony 3.0 and newer. See PR #7.
  • [Fixed] Replaced the undefined ParseException class by RuntimeException in YamlLoader class.
  • [Fixed] Fixed some mistakes of README file.
  • [Deleted] Support for PHP 5.3 was dropped.

V1.3.1

05 Dec 20:20
Compare
Choose a tag to compare

What's new in this release?

  • [Fixed] Fixed an issue with YAML loader: YAML parser no longer accepts a filename as argument.

v1.3.0

23 Jul 16:38
Compare
Choose a tag to compare

What's new in this release?

  • [New] Added PHP 7.0 for testing on Travis CI.
  • [Improved] Fixed Symfony components to 2.7.
  • [Improved] Minor fixed in README file.

v1.2.0

28 Jan 20:39
Compare
Choose a tag to compare

What's new in this release?

  • [New] Repository::union() is recursive. PR #3.
  • [New] Support for importing configuration files. PR #2.

v1.1.0

07 Jan 20:16
Compare
Choose a tag to compare

What's new in this release?

  • Requires updated to Symfony 2.6.

v1.0.0

19 Jul 19:27
Compare
Choose a tag to compare

Initial version.