Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.22 KB

File metadata and controls

61 lines (38 loc) · 1.22 KB

Change log

All notable changes to this project will be documented in this file. This project is versioned under the Semantic Versioning guidelines.

v1.0.10

  • Add new html_entity_decode() function for alternative strtr() function
  • Add .gitattributes, .editorconfig files
  • Small improvements

v1.0.9

  • Move config folder outside src directory
  • Change config name to config.php
  • Service provider optimizations

v1.0.8

  • Move config folder

v1.0.7

  • Modify README, change installation directives
  • Add laravel 5.3 support to composer.json

v1.0.6

  • Add keywords section to composer.json
  • Fix wrong ServiceProvider name on README
  • Add advanced usage section to README

v1.0.5

  • Fix README
  • Modify README, remove comma from composer.json part

v1.0.4

  • Change require section on composer.json
  • Change ServiceProvider file name (This is break previous installations)
  • Add config file
  • Some improvements
  • Modify README

v1.0.3

  • Test on laravel 5.2 and add laravel 5.2 badge

v1.0.2

  • Change a bracelet to new line
  • Installation instructions are simplified explanations
  • Add usage section to README file

v1.0.1

  • Change string replace code

v1.0.0

  • Initial release