Skip to content

Releases: sgrastar/HARlytics

v0.5.0

30 May 03:50
5193c34

Choose a tag to compare

  • Added "priority" column to the list view. It displays when the HAR file contains priority information (such as Chromium-based browsers).
  • Enhanced sequence diagram creation with additional options for scheme, fetch time, size, and other information
  • Improved error handling when loading files

Added "Priority" column

image

Enhanced sequence diagram creation with additional options

image

✨️Try it!

v0.4.0

03 May 22:24
ec00731

Choose a tag to compare

  • Add Dark mode

New Features "Dark mode"

Whether you're a fan of Venetian squid ink pasta or not, chances are you're among the many who crave that sleek, dark aesthetic. The wait is over, folks – Dark Mode has finally arrived!

image

image

Want to toggle between the light and dark side? Just look for the moon or sun icon in the top right corner of your screen. One click, and you're swimming in digital ink.
image

We'd love to hear your thoughts on the color scheme or anything else you notice. Your feedback helps us fine-tune this inky masterpiece.

✨ Go ahead, give it a whirl!

v0.3.2

06 Apr 23:26
52c7f21

Choose a tag to compare

  • Add link to release note
  • Update node package

Dependency Updates

Major Updates

  • @vitest/coverage-v8: ^2.1.9 -> ^3.1.1
  • mermaid: ^10.9.3 -> ^11.6.0
  • jsdom: ^25.0.1 -> ^26.0.0
  • postcss: ^8.4.49 -> ^8.5.3
  • vitest: ^2.1.9 -> ^3.1.1

Minor Updates

  • @sveltejs/kit: ^2.5.10 -> ^2.20.2
  • @testing-library/svelte: ^5.2.5 -> ^5.2.7
  • autoprefixer: ^10.4.20 -> ^10.4.21
  • flowbite: ^2.3.0 -> ^2.5.2
  • flowbite-svelte: ^0.46.1 -> ^0.46.23
  • tailwindcss: ^3.4.15 -> ^3.4.17
  • vite: ^5.4.14 -> ^5.4.16

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

03 Apr 09:16

Choose a tag to compare

  • Fixed issue where download content was incorrect in Cache/CDN screen

v0.3.0

03 Apr 09:16

Choose a tag to compare

  • Added Cache/CDN-specific views

New Features "Cache/CDN" tab

We're introduce the new "Cache/CDN" tab, designed to help you easily verify browser cache and check CDN status efficiently.

Cache/CDN Tab Overview

The Cache/CDN tab includes three powerful Display Modes:

1. Cache Status

Cache Status Mode

This view provides detailed information about cached resources, showing the status of each asset. You can quickly identify which resources are cached, stale, or need revalidation. The table displays important metrics like status codes, response times, and file sizes to help troubleshoot caching issues.

2. CDN Delivery Status

CDN Delivery Status

Monitor how your CDN is performing with this comprehensive view. Track HTTP protocol versions, cache hit/miss rates, and content delivery optimization. This mode shows detailed information about resource delivery paths, allowing you to ensure your CDN configuration is working as expected.

3. Resource Validation

Resource Validation

Validate your resources with this detailed view that displays ETags, Last-Modified timestamps, and age information. This mode helps you understand the validation mechanisms in place for your assets and troubleshoot any caching policy issues.

"Export Data to CSV" option to facilitate further analysis and reporting.

✨Try it!

v0.2.0

03 Apr 09:15

Choose a tag to compare

  • Added unit tests for filtering functionality

New Features "Message Filter"

We've added a powerful "Message Filter" feature that allows you to filter communications by their specific purpose.

Message Filter

This feature streamlines your debugging workflow by enabling you to focus only on the types of requests and responses that matter for your current task. Simply toggle the categories you need to instantly clean up your view and focus on what's important.

Filter Categories:

Authorization
Displays requests containing Authorization headers. Essential for debugging authentication issues, API token validation, and security testing.

PostData
Shows requests that contain POST data. Ideal for analyzing form submissions, API payloads, and data uploads.

QueryParameter
Filters for requests that include query parameters. Perfect for debugging search functionality, pagination, and URL parameter handling.

Set-Cookie
Highlights responses that include cookies (where Set-Cookie headers are present). Useful for tracking session management, authentication flows, and tracking implementations.

Plain
Displays requests that don't fall into any of the categories above. Helps identify basic content requests and simple GETs.

The numbers in parentheses indicate how many requests of each type are present in your current session, allowing you to quickly gauge traffic composition.

🔍Try it!

v0.1.6

03 Apr 09:15

Choose a tag to compare

  • Added unit tests for sequence diagram creation feature

v0.1.5

03 Apr 09:14

Choose a tag to compare

  • Adjusted escape strings in sequence diagram creation feature

v0.1.4

03 Apr 09:14

Choose a tag to compare

  • Fixed hover behavior in Filter button

v0.1.3

03 Apr 09:14

Choose a tag to compare

  • Bug fixes
  • Added Github Action