All notable changes to Config
will be documented in this file
- Some code smells in
Config
- Updated README.md
- Various things relating to recent repo transfer
- Individual
FileParser
classes for each filetype, and aFileParserInterface
to type-hint methods with - Optional paths; you can now prefix a path with '?' and
Config
will skip the file if it doesn't exist
- Made the Symfony YAML component a suggested dependency
- Parent constructor was not being called from
Config
- Moved file logic into file-specific loaders
- Corrected class name in README.md
- Removed kludgy hack for YAML/YML
- Can now extend
AbstractConfig
to create simple subclasses without any file IO
- Moved file logic into file-specific loaders
- Cleaned up exception class constructors, PSR-2 compliance
- Moved file logic into file-specific loaders
- Created new classes
ConfigInterface
andAbstractConfig
to simplify code
- Array and directory support in constructor
- Corrected deprecated usage of
Symfony\Yaml
- Array and directory support in constructor
- Now can load .YAML and .YML files
- Uses PSR-4 for autoloading
- Supports YAML
- Now uses custom exceptions
- Tagged first release