Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 1.93 KB

1.5

  • added support for resizing requests table columns
  • added tooltips to requests table showing cell values
  • added errors and warnings counts to the requests table
  • changed incoming requests behavior, incoming requests are no longer automatically shown when other then last request was manually selected, selecting last request or clearing requests resets the default behaviour
  • changed toolbar implementation to a custom one to save some vertical space
  • changed timeline and log tabs to not be shown when there are no records to show
  • fixed requests table not scrolling to new requests properly

1.4.3

  • fixed compatibility with web server sending lowercase headers (thanks EvanDarwin)

1.4.2

  • added connection column to database tab when there are queries from multiple connections in request data

1.4.1

  • fixed a bug where numeric values were displayed as empty objects

1.4

  • added views and emails tabs
  • empty tabs are no longer shown
  • improved compatibility when incomplete data is received

1.3.1

  • log level is now specified as string by client, allowing any level names
  • added support for custom headers on metadata requests specified by client via X-Clockwork-Header-NAME headers
  • fixed non-string and object values not being pretty-printed correctly

1.2

  • updated design for the new flatter dev tools look comming in Chrome 32
  • json values in request data, logs, session and cookies now displayed as interactive elements similar to Chrome javascript console
  • fixed compatibility with some older versions of the Clockwork php library
  • fixed wrong order of the timeline events

1.1

  • added support for custom Clockwork data uri (used for apps running in subdirs for example)

1.0

0.9.1

  • added application routes tab