Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 1.2 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]

[1.2.0] - 2024-07-13

Changed

  • Raise an explict error when the audit category is not found (#56)
  • Print run warnings from Lighthouse (#55)

[1.1.0] - 2023-08-27

Changed

  • Only run audits for categories that are requested to improve performance (#28)
  • Include measured score in failure message (#26)

[1.0.3] - 2019-08-27

Added

  • chrome_flags option to allow the Chrome launch behaviour of the lighthouse command. (#8)

[1.0.2] - 2019-08-16

Changed

  • Refactored auditing into a service object (@CaraHill)

[1.0.1] - 2019-05-24

Changed

  • Apply bug fixes based on integration with a Ruby on Rails project

[1.0.0] - 2019-05-24

Added

  • Initial version release with minimal viable matcher