Skip to content

Latest commit

 

History

History
94 lines (49 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

94 lines (49 loc) · 1.5 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.

Unreleased - YYYY-MM-DD

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Nothing

1.0.1 - 2019-11-23

Changed

  • Move stubs folder to resources/stubs

Fixed

  • Fixed extra.laravel.providers in composer.json

1.0.0 - 2019-11-19

Added

  • Add support Laravel/Lumen 6.0+

Changed

  • Change vendor:publish tag
  • Refactor some test classes
  • Update coding style to PSR-12

0.2.0 - 2019-01-26

Added

  • Support Lumen
  • Add more tests

Changed

  • Refactor some classes

0.1.2 - 2018-11-23

Removed

  • Remove register routes in provider

0.1.1 - 2018-10-23

Changed

  • Update stub file and TravisCI config

0.1.0 - 2018-10-23

First release