Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

42 lines (33 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.0.0 - 2020-01-15

Added

  • Support for automatic package discovery in Laravel 5.5+.
  • New changelog.

Changed

  • Support Laravel 6.x by converting string helpers to use support classes.
  • Sort packages in composer.json file.
  • Update tests to work with all supported Laravel and PHP versions.
  • Update CI configs for increased test coverage.
  • Update readme with new version information.

1.0.1 - 2017-02-23

Added

  • Feature detection to help support multiple Laravel versions.
  • PHP code sniffer for code formatting.

Changed

  • Update database connection registration to support Laravel 5.4+.
  • Update travis and scrutinizer to use vendor phpunit.
  • Update phpunit to whitelist php files in src.
  • Update readme with supported versions.

Fixed

  • Fix code style violations found by new code sniffer.
  • Fix phpunit testcase parent to support PHP <= 5.6.

1.0.0 - 2016-01-15

Added

  • Initial release!