Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

50 lines (27 loc) · 1.63 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]

[0.4.0] 2022-12-11

Added

  • New --detailed option to show failed/pass rules for each URLs (#11).
  • Support for PHP 8.2 (#17).

Fixed

  • No more warning about tests/Feature/Commands/LightshipRunTest.php not complying with PSR-4 autoloading standard (#10).

Breaked

  • lightship:run will not display failed/passed rules for each URLs by default (#11).

[0.3.1] 2022-05-05

Fixed

  • Failed URLs/routes will now be correctly counted as failed in the summary (#7).

[0.3.0] 2022-05-04

Added

  • Summary at the end of the command (#4).

Fixed

  • This package's service provider will now be auto-discovered automatically so that you do not need to specify the service provider in your config/app.php file (#3).

[0.2.0] 2022-05-02

Breaked

  • This package now requires Laravel 9 (#1).

[0.1.0] 2022-05-01

Added

  • First working version.