Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 826 Bytes

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 826 Bytes

[Unreleased]

[0.1.7]

  • Bug fix: Require "json" on start if online_emit enabled

[0.1.6] - 2024-09-11

  • Feature: Add clear flag on first emit
  • Feature: Add trap_at_exit option to Akainaa.start method
  • Feature: Do not emit regularly if interval is 0 or nil

[0.1.5] - 2024-09-10

  • Bug fix: nested method call won't handled
  • Bug fix: Empty 302 response body on /akainaa/reset
  • Feature: Add ignore_glob_patterns option to Akainaa.start method
  • Feature: Add hide_not_executed_files option to Akainaa.start method
  • Feature: Add online_emit option to Akainaa.start method

[0.1.2] - 2024-05-06

  • Coloring all line of the method which located on multiple lines

[0.1.1] - 2024-04-28

  • Show the most executed file if path query isn't provided

[0.1.0] - 2024-03-09

  • Initial release