All notable changes to this project will be documented in this file. This project is versioned under the Semantic Versioning guidelines.
- Add new html_entity_decode() function for alternative strtr() function
- Add .gitattributes, .editorconfig files
- Small improvements
- Move config folder outside src directory
- Change config name to config.php
- Service provider optimizations
- Move config folder
- Modify README, change installation directives
- Add laravel 5.3 support to composer.json
- Add keywords section to composer.json
- Fix wrong ServiceProvider name on README
- Add advanced usage section to README
- Fix README
- Modify README, remove comma from composer.json part
- Change require section on composer.json
- Change ServiceProvider file name (This is break previous installations)
- Add config file
- Some improvements
- Modify README
- Test on laravel 5.2 and add laravel 5.2 badge
- Change a bracelet to new line
- Installation instructions are simplified explanations
- Add usage section to README file
- Change string replace code
- Initial release