All notable changes to this project will be documented in this file. This project is versioned under the Semantic Versioning guidelines.
- Add CLI control to ServiceProvider
- Auto register Facade on ServiceProvider
- Add extra control to "Convert to array"
- Remove blade facede, use "blade.compiler" service container
- Add .gitattributes, .editorconfig files
- Small improvements
- Move config folder outside src directory
- Change config name to config.php
- Service provider optimizations
- Change $this->currentRoute to $this->currentRouteName
- Remove compareDotArrays() completely and use laravel str_is()
- Change function param $route to $routePattern
- Move active class css name to a config file
- Add custom blade directive @ifActiveRoute
- Modify README, change installation directives
- Add laravel 5.3 support to composer.json
- Modify README, remove comma from composer.json part
- Fix wrong ServiceProvider name on README
- Modify README
- Fix description on composer.json
- Change require section on composer.json
- Change method sequence on ServiceProvider file
- Add custom class name to helper function
- Modify README, add real life usage
- Test on laravel 5.2 and add laravel 5.2 badge
- Change helper function active_class() to active_route()
- Modify README
- Initial release