All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Changelog format
- Version upper bound in composer.json
- Add licence to composer.json
- Add .gitignore
- Update to symfony/yaml@3 #17 (thanks to @Under-Warz)
- illuminate/foundation do not exists anymore #15 (thanks to @178inaba)
- Add badges #15 (thanks to @178inaba)
- Support to Laravel 5.1
- Fix API changes #12
- mkdir fails to create nested directories #9 (thanks to @unitedworx)
- Give ability to use php functions #10, #11
- Cache directory
- Support to Laravel 5.1 #8
- Create cache directory if doesn't exists #6 (thanks to @unitedworx)
- Support for Laravel 5 #5 (thanks to @unitedworx)
- Add changelog
- Cache parsed yaml files #3 (thanks to @unitedworx)
- Checkstyle
- Fix YamlFileLoader #2 (thanks to @unitedworx)
- Checkstyle
- Add paths helpers support
- Check if yaml file is empty
- Initial commit