Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 1.34 KB

Changelog

All notable changes to laravel-server-timing will be documented in this file

2.0.0 - 2021-06-17

Added

  • Added addMessage as synonym for addMetric #3
  • Added the possibility to disable timing in the configuration #21

Changed

  • Replace Travis CI with Github Actions #1
  • Drop PHP 7.2 support #2
  • Drop Laravel 5.8 support #2
  • Drop Laravel 7.x support #2
  • Update dependencies #2

1.3.0 - 2021-06-17

Added

  • Added support PHP 8 #17

1.2.0 - 2020-02-11

Added

  • Support Laravel 8.x #12

1.1.0 - 2020-02-11

Added

  • Support PHP 7.2 #1
  • Add possibility to enable and disable timing #3

1.0.0 - 2020-02-03

  • Initial release