Skip to content
This repository was archived by the owner on Mar 28, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 903 Bytes

File metadata and controls

40 lines (25 loc) · 903 Bytes

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.6

  • Add .gitattributes, .editorconfig files
  • Small improvements

v1.0.5

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

v1.0.4

  • Change vendor keyword to package keyword. [May break application, need re-publish config or manual change]
  • Change array test method, "not null" to "recursive count"
  • Move config folder

v1.0.3

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

v1.0.2

  • Add production env feature
  • Add a config sample to README
  • Modify README, remove comma from composer.json part

v1.0.1

  • Fix README file

v1.0.0

  • Initial release