Releases: JustinPealing/html-query-plan
v2.6.1
v2.6 - "The one with the icons"
v2.5.1 - "The one with the lines"
The bulk of changes in this release have been to the lines which now vary in thickness based on the number of rows, and are no longer overlapped:
Nodes are also aligned vertically to avoid "kinks" in arrows between nodes at the same level:
Other changes in this release:
- #71 - There is now an npm package
- Fix #74 - Estimated Operator Cost missing from tooltip
- Fix #73 - "Actual Number of Rows" missing from tooltip
(The version number is 2.5.1 because the wrong version got pushed to npm)
2.4
Highlights of this release:
Warnings
Warning icons are now shown on icons that have warnings, with the details available in the tooltips.
Parallel Icons
Icons are now shown on nodes that are parallel (#57).
The complete list of changes included in this release can be found in the 2.4 Milestone.
2.3
This release contains the following changes:
- #47 Add title for columnstore nodes
- #49 Fix: RID Lookup operator shown as Key Lookup (Clustered)
- #50 Add details for "Adaptive Joins" nodes
- #52 Add index kind to index scan nodes
- #53 Add "Missing Index"
Missing indexes are now shown in green below the header text:
- #54 Add icon for "Index Spool" node
2.2
This release includes the following changes:
- #39 Added "Number of Rows Read" / "Estimated Number of Rows to be Read" to tooltip
- #41 Added "Partitioning Type" to tooltip
- #46 Fix node text for "Stored Procedure" node
- #43 Added "Estimated Execution Mode" to tooltip
- #42 Added icon for "Window Aggregate" node
- #29 Better separation between statements in a plan
Statements now include the SQL text above the execution plan:
2.1
2.0.2
2.0.1
SVG Lines
Main focus of the 2.0 release is re-working lines to be drawn using SVG (#17, #25). SVG should have better browser support, however technically this is a breaking change and so this is a major release. Lines now look like this:
Other changes:
- #19, #26, JavaScript tooltips prevent tooltips from being clipped or appearing below the bottom of the window.
- #22, #23, #24 Support for StmtCond, StmtUseDb, StmtCursor and CursorPlan
- #4 Remove dependency on jQuery
- #18 Bug: Icons not shown for Table Valued Functions
- #20, Bug: "Key Lookup" shows up as "Clustered Index Seek"
Support for IE8 has been dropped in this release.