Releases: yosymfony/config-loader
Releases · yosymfony/config-loader
v2.0.0
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
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
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
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
What's new in this release?
- [New] Repository::union() is recursive. PR #3.
- [New] Support for importing configuration files. PR #2.
v1.1.0
What's new in this release?
- Requires updated to Symfony 2.6.