Skip to content

Releases: DirectoryTree/Metrics

v1.6.2

Choose a tag to compare

@stevebauman stevebauman released this 17 Apr 17:41
07b94de

Fixed

  • Properly handle JSON additional attributes for recorded metrics - #24

v1.6.1

Choose a tag to compare

@stevebauman stevebauman released this 18 Mar 18:18
d784ca6

Added

  • Laravel 13 compatibility - #23
  • MetricBuilder Static Types by @JHWelch - #22

v1.6.0

Choose a tag to compare

@stevebauman stevebauman released this 02 Dec 03:52
9b32efd

Added

  • metrics:model command - #20

v1.5.0

Choose a tag to compare

@stevebauman stevebauman released this 15 Nov 20:08
82d285e

Added

  • metrics:table command to generate metric table migration - #19

v1.4.1

Choose a tag to compare

@stevebauman stevebauman released this 03 Nov 00:30
56fd72e

Fixed

  • Change return type from self to static in PendingMetric methods to support extension by @rhurling - #18

v1.4.0

Choose a tag to compare

@stevebauman stevebauman released this 26 Oct 19:33
13a838e

Added

  • Support for custom and additional metric models - #16

v1.3.0

Choose a tag to compare

@stevebauman stevebauman released this 23 Oct 03:30
ac97f21

Added

  • Ability to record hourly metrics - #11

v1.2.1

Choose a tag to compare

@stevebauman stevebauman released this 17 Oct 16:43
c1c04f1

Fixed

  • MetricFake::commit() clearing recorded metrics - #10

v1.2.0

Choose a tag to compare

@stevebauman stevebauman released this 16 Oct 03:26
9021a7f

Added

  • Support for extending/adding additional columns/attributes - #7

v1.1.0

Choose a tag to compare

@stevebauman stevebauman released this 15 Oct 03:18
33969b4

Added

  • Redis support to improve performance and reduce database queries - #5