Skip to content

Latest commit

 

History

History
573 lines (315 loc) · 24.6 KB

CHANGELOG.md

File metadata and controls

573 lines (315 loc) · 24.6 KB

Changelog

v3.0.3 (2022-11-13)

v3.0.2 (2022-11-13)

v3.0.1 (2022-11-13)

v3.0.0 (2022-11-12)

  • fix: #288 via BigInt (a91934c), closes #288
  • fix: publish as ES2020 (4ea675a)
  • chore: update TS to 4.8.4 (17218e2)
  • Bump cached-path-relative from 1.0.2 to 1.1.0 (0f719fc)
  • Bump grunt from 1.4.1 to 1.5.2 (be73e0d)
  • Bump grunt from 1.5.2 to 1.5.3 (4ca7419)
  • Bump trim-off-newlines from 1.0.1 to 1.0.3 (b2e6f72)

Breaking Change

  • To support BigInt the compile target has changed to ES2020, therefore Internet Explorer is no longer supported.

v2.11.0 (2021-11-24)

  • fix: make pointer-events pass through chunk (e625bf7)
  • fix: TS linting (a9969da)
  • chore: add doc to chunk (8fa0c37)
  • chore: update package.lock (712f9f5)
  • test: add test-date with chunks (5972205)
  • build: fix file emission in folder (00ad338)
  • Support chunks in HTTP2 (aa47744)
  • Support chunks in HTTP2 - Type check (1b405ec)
  • Support chunks in HTTP2 - Update har-format types (1d8a925)

v2.10.3 (2021-08-25)

  • Catch when HAR ebtry is missing mime type. (fe67079)

v2.10.2 (2021-07-23)

  • Add misisng render blocking status. (59126ce)

v2.10.1 (2021-06-10)

  • Show render blocking (Chrome 92) and largest contentful paint. (#278) (0493bb9), closes #278

v2.10.0 (2021-06-10)

v2.9.0 (2021-04-20)

  • prep rename master to main (1a4e7d9)
  • feat: highlight HTTP status code 0 (or undefined) (717d974), closes #267

v2.8.1 (2021-04-10)

v2.8.0 (2021-03-27)

  • feat: add lookahead for marker (c36d82e), closes #272
  • chore: update dependencies (9b1407e)
  • Bump elliptic from 6.4.1 to 6.5.4 (be35543)
  • Bump handlebars from 4.1.2 to 4.5.3 (b4806ba)
  • Bump ini from 1.3.5 to 1.3.7 (49f9b06)

v2.7.0 (2019-10-07)

  • chore: fix typos (ddf511e)
  • chore(comment): fix copy-tab-data class comment (7671aef)
  • chore(#261): functionality working (60df175), closes #261
  • feature(#261): show copy on content tab (1823a56), closes #261
  • feature(#261): style button (e07da5f), closes #261

v2.6.3 (2019-09-11)

  • Adapt module for ES6 (44cb68a)
  • Add missing coma (534c940)
  • fix(security): update dev dependencies (640375a)

v2.6.2 (2019-06-29)

v2.6.1 (2019-05-28)

  • fix: fix wrapping in Raw Data and Content tabs (5572360)

v2.6.0 (2019-05-27)

  • Fix: Default to 1 line (7ab2074), closes #154
  • chore: wrap long lines in Raw Data & Content tabs (75f87ae), closes #154
  • feature: add tab for text-based content #154 (2dce61d), closes #154
  • add table of contents (de4c4ac)
  • fix invalid markdown links (1b89320)
  • improve docs on other parser support (e45a441), closes #246

v2.5.7 (2019-04-08)

  • #244 add check if startRelative is valid (#245) (2661428), closes #244 #245
  • chore: update dependencies (8d559a1)

v2.5.6 (2018-11-17)

  • security patch, also update some build tooling (adf21c7)
  • security-update: cached-path-relative (64be9b8)

v2.5.5 (2018-10-21)

  • Be extra careful when checking the size #238 (f7a217a), closes #238

v2.5.4 (2018-09-03)

v2.5.3 (2018-09-03)

v2.5.2 (2018-05-31)

  • Don’t warn about no https for initial redirect. (5c19ed9)

v2.5.1 (2018-05-27)

v2.5.0 (2018-04-09)

v2.4.1 (2018-04-01)

  • #228 h2 entries have no reqest.method attribute (65d4d10), closes #228

v2.4.0 (2018-04-01)

  • Also get the initiator type (9ea109c)

v2.3.1 (2018-03-31)

  • #207 - fix typo in leftColumnWidth & add depreciation warning (8a2e605)

v2.3.0 (2018-03-31)

  • #224 throw error if startedDateTime is missing in HAR (0757c2d), closes #224
  • added ts strict mode and fixed resulting issues (e2d0afc)
  • Hide fields with null values. (09117bf)
  • update dependnecies (b43e4de)
  • chore: update dependencies and fix new lint/compiler issues (e328799)

v2.2.3 (2018-02-18)

  • Fix missing General tab for rows with warnings. (53077f7)

v2.2.2 (2018-02-13)

v2.2.1 (2017-11-21)

  • npm main entry point fix (63de467)

v2.2.0 (2017-10-21)

  • Lock tslint to 5.4 for now, to avoid build issues. (95b8613)
  • make it wider on larger screens (d6c9474)
  • Only allow console.warn in a few selected places. (0d4c2cc)
  • Remove unused function. (966a12f)
  • Set fixedLengthMs from outside of PerfCascade (#211) (4401f26)
  • Typescript to 2.3 for now, to avoid build issues (05be814)

v2.1.1 (2017-06-26)

  • #208 Allow linebreaks in tab definition lists (950c367)

v2.1.0 (2017-06-09)

v2.0.2 (2017-06-07)

  • #203 add SVG/HTML Tooltip (aca9814)
  • improve focus styling (e4b0c6d)
  • safeSetStyle / safeSetAttribute helpers globalised (a5ebd5b)
  • update dependencies and fix lint issues (67bbbae)
  • #203 working accross browsers (c5388d2)

v2.0.1 (2017-05-19)

  • #122 add object-curly-spacing (289570a)
  • #204 add note to Connect time with TLS (b1301c1)
  • add object-literal-key-quotes rule and fix lint issues (ac46b5b)

v2.0.0 (2017-05-06)

  • #188 additional cleanup (bdb9510)
  • #188 basic outer tabing working (5b643bf)
  • #188 fix cross browser tabing (3669cb7)
  • #188 fix re-render bg bug (2bf411e)
  • #188 fix tooltip length and perf improvement (5722be5)
  • #188 remove re-query of rows and fix type (2871a43)
  • add find parentByClass helper (76488e2)
  • fix linting-issues found by nes version of tslint (35ee261)
  • implify class typing (79c1ae3)
  • optimize SVGs and imporve perf (7c635a5)
  • reorder row structure, tab mostly working (2567cc5)
  • reset shadow value for getNodeTextWidth (277468e)
  • simplify OverlayChangeEvent and generalize forEachNodeList (caf8f25)
  • Updated dependencies (b022923)

v1.4.0 (2017-04-06)

  • Include marks when calculating largest time for the waterfall graph (49ae356)

v1.3.0 (2017-04-02)

v1.2.2 (2017-03-26)

  • #153 XSS safty improvements (0a98ffb)
  • #156 add fallback for older browser (1d8f487)
  • #156 allow headers in overlay to occure multiple times. (5630516)

v1.2.1 (2017-03-25)

  • #167 fix marker lable in Safari and IE (76c6248)
  • #190 fix IE overlay (replace css transforms) (522df99)

v1.2.0 (2017-03-25)

  • #185 add overlay opening animation (923ea83)
  • Fix docs to reflect focus on HAR (24d41f8)
  • fix fetch polyfill for dev-page (b6a896c)

v1.1.0 (2017-03-24)

  • #184 add duration time to mark-name (f0241a3)
  • #184 add Marker click toggle (a81b0fa)
  • #184 add option to render userTiming Marker and durations (e2ff9fc)
  • #184 handel overlay changes (fdf8c93)
  • #184 impove docs and exported types (057e0c9)
  • #184 improve selection logic (0dc24d8)
  • #184 ui fixes (47a5669)
  • #184 update readme with new options (94b2302)
  • fix linting (440ae8f)
  • mark breaking changes (b0f7114)

v1.0.0 (2017-03-16)

Breaking changes in public api:

  • #128 export har typings via harFormat namespace (e70a236)
  • #128 reduce exported types and use @types/har-format (489ac54)
  • #128 remove fromPerfCascadeFormat and add onParsed callback (4b4aa44)
  • #180 remove console logs (50d4ef5)
  • #182 add style field to package.json (803ca88)
  • add line break (d849773)
  • make unzip-progress status available as callback (f6cf5f7)

v0.9.1 (2017-03-10)

  • #177 handle unresolved redirect chains (#179) (64f0399), closes #179
  • attach the HAR (a9c452f)
  • first version (9268f1a)
  • fix build for new node typings (a4c1a78)

v0.9.0 (2017-03-08)

  • #166 don't rely on fist entry being the first (c7c8402)
  • #172 round block lable (10406a4)
  • #172 round entry data during conversion (bced49c)
  • #173 fix gzip to zip (d1c0ec5)
  • #175 fix dubmicated time in mark (eaf4927)
  • #175 remove time marker from mark css class (1eabb34)

v0.8.1 (2017-03-04)

  • #160 fix rounding issue with some hars (324f80a)

v0.8.0 (2017-03-02)

  • #160 set timescale marker distance dynamically (92b61e5)

v0.7.0 (2017-03-01)

  • #166 filter out inline data (67036ad)
  • #168 add option to choose first rendered page (8f89997)
  • update dev-examples to include more options (5d39bd6)

v0.6.3 (2017-02-26)

  • #155 generalize helpers (c4097c3)
  • #162 add more test sample HARs (41df3ce)
  • #162 handle HARs with no page property (ed6b142)
  • Bytes as MB formatting were off by a factor 1024! (4ed8a52)
  • improve HAR type docs (11200f0)

v0.6.2 (2017-02-25)

  • fix TS 2.2 change that broke travis (1ecd5bd)

  • #155 refactor to remove rawRessource (faa269d)
  • build: remove console logs (612e940)

v0.6.1 (2017-02-22)

  • #155 handle non-string arguments (5f158c9)

v0.6.0 (2017-02-21)

  • #155 move tabs creation to parse-time. (#157) (6c294c3)

v0.5.1 (2017-02-19)

  • #149 escape html characters of raw-content (#152) (94fa52b)

v0.5.0 (2017-02-18)

v0.4.0 (2017-02-13)

  • #145 Add warnings and infos to general Tab and #129 show only the highest pritority icon (08f2cd2)
  • #146 Don’t format small sizes as kB. (4ba02a9)
  • #87 add new (unmodified) HARs to dev preview (bfceec4)
  • #87 add new sample HAR files (7d4c8ed)
  • #87 update example (c1d9cef)
  • Don’t warn about missing MIME for 204 responses. (0a5eb99)
  • ensure travis runs lint task (41ad42f)
  • Show long cache values as days/hours/minutes. (#144) (606eb0e)

v0.3.9 (2017-02-10)

  • #29 maintain the open tab while open or closing other overlays (fc803e6)
  • lint fix (ffe6235)

v0.3.8 (2017-02-10)

  • Don’t hide timings with value 0. (b37735a)
  • Extract parse and format helpers to separate file (da80c7a)
  • Fix incorrect time formatting for first request. (0e1b97a)
  • Fix inverted filter for empty overlay details. (edc5790)
  • Hide Content Size if it’s same as Content-Length. (1a3c082)
  • Hide content.size from response if it’s -1. (69f9556)
  • Hide empty Redirect URL and Comment properties. (7262da6)
  • Parse date headers using new parse helpers. (770f9da)
  • Parse function for positive numbers and formatter for bytes. (75b75da)
  • Refactor parsing of WPT HAR entry extensions. (fd06cd3)
  • Represent missing date headers as undefined. (66ac350)
  • Round milliseconds to at most 3 decimals. (75587cc)

v0.3.7 (2017-02-07)

  • #88 allow to close details-view by clicking on bar (#140) (a26f609), closes #140
  • fix dev-staging path (36d2d2d)
  • tooling: add seperate file-reader watch (6abc417)

v0.3.6 (2017-02-05)

  • #137 reverse changelog (8a97f5d)
  • #137 Write changelog Newest to oldest (f94f2f5)

v0.3.5 (2017-02-05)

  • #137 ensure CHANGELOG.md is committed (645e53f)
  • append missing v0.3.4 changelog (c794281)

v0.3.4 (2017-02-05)

v0.3.3 (2017-02-05)

  • #137 Fix changelog format and escaping (c1b10ea)
  • #137 automatic changelog creation added (6ced761)
  • #137 speed up release branch checkout (522ba06)
  • format fix (39acd2f)