Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
vitestv5.xprerelease
4 releases

TL;DR

Vitest v5.0.0-beta.4 introduces significant changes to the benchmark API and browser mode, including a new trace view and improved stability, while also addressing several bug fixes related to test execution and reporting.

Breaking

  • The benchmark API has been completely rewritten.
  • toHaveTextContent now performs a strict match; use toMatchTextContent for partial matches.
  • Methods outside the top-level scope will now cause an error.
  • Browser mode now defaults to exact locator matching.

New

  • Browser Mode: A trace view is now available in the editor panel for debugging.
  • Reporting: HTML reports can now be output to a single file.

Fixes Worth Knowing

  • Browser mode now correctly handles source maps in watch mode.
  • Console interception is respected when running in browser mode.
  • Improved stability and accuracy of test parsing and execution.
  • Fixed an issue where typecheck warnings were printed repeatedly.
v5.0.0-beta.4v5.0.0-beta.4
Jun 1, 2026
v5.0.0-beta.3v5.0.0-beta.3
May 19, 2026
v5.0.0-beta.2v5.0.0-beta.2
May 5, 2026
v5.0.0-beta.1v5.0.0-beta.1
Apr 23, 2026
vitestv3.x
21 releases

TL;DR

Vitest now offers more granular control over API access (testing tools) with allowWrite and allowExec options, enhancing security when running tests.

New

  • Added allowWrite and allowExec options to the Vitest API, allowing you to restrict file system and process execution access during tests.

Fixes Worth Knowing

  • Fixed an issue where the browser client CDP (Chrome DevTools Protocol) API was accessible even when restricted by allowWrite/allowExec: false.
v3.2.5v3.2.5
Jun 1, 2026
v3.2.4v3.2.4
Jun 17, 2025
v3.2.3v3.2.3
Jun 9, 2025
v3.2.2v3.2.2
Jun 5, 2025
v3.2.1v3.2.1
Jun 3, 2025
v3.2.0v3.2.0
Jun 2, 2025
v3.1.4v3.1.4
May 19, 2025
v3.1.3v3.1.3
May 5, 2025
v3.1.2v3.1.2
Apr 21, 2025
v3.1.0v3.1.0
Mar 31, 2025
v3.1.1v3.1.1
Mar 31, 2025
v3.0.9v3.0.9
Mar 17, 2025
v3.0.8v3.0.8
Mar 6, 2025
v3.0.7v3.0.7
Feb 24, 2025
v3.0.6v3.0.6
Feb 18, 2025
v3.0.5v3.0.5
Feb 3, 2025
v3.0.4v3.0.4
Jan 23, 2025
v3.0.3v3.0.3
Jan 21, 2025
v3.0.2v3.0.2
Jan 17, 2025
v3.0.1v3.0.1
Jan 16, 2025
v3.0.0v3.0.0
Jan 16, 2025
vitestv4.x
27 releases

TL;DR

Vitest now disables certain browser features when restricted, improving security and resolving issues with module mocking in Playwright tests.

Fixes Worth Knowing

  • Fixed a security issue where client CDP (Chrome DevTools Protocol - browser debugging tool) access was allowed even when restricted.
  • Resolved an issue where multiple mocks of the same module in Playwright (testing framework) could cause orphaned routes and test failures.
v4.1.8v4.1.8
Jun 1, 2026
v4.1.6v4.1.6
May 11, 2026
v4.1.5v4.1.5
Apr 21, 2026
v4.1.4v4.1.4
Apr 9, 2026
v4.1.3v4.1.3
Apr 7, 2026
v4.1.2v4.1.2
Mar 26, 2026
v4.1.1v4.1.1
Mar 23, 2026
v4.1.0v4.1.0
Mar 12, 2026
v4.0.18v4.0.18
Jan 22, 2026
v4.0.17v4.0.17
Jan 12, 2026
v4.0.16v4.0.16
Dec 16, 2025
v4.0.15v4.0.15
Dec 2, 2025
v4.0.14v4.0.14
Nov 25, 2025
v4.0.13v4.0.13
Nov 21, 2025
v4.0.12v4.0.12
Nov 20, 2025
v4.0.11v4.0.11
Nov 20, 2025
v4.0.10v4.0.10
Nov 17, 2025
v4.0.9v4.0.9
Nov 14, 2025
v4.0.8v4.0.8
Nov 7, 2025
v4.0.7v4.0.7
Nov 4, 2025
v4.0.6v4.0.6
Oct 31, 2025
v4.0.5v4.0.5
Oct 29, 2025
v4.0.4v4.0.4
Oct 27, 2025
v4.0.3v4.0.3
Oct 24, 2025
v4.0.2v4.0.2
Oct 23, 2025
v4.0.1v4.0.1
Oct 22, 2025
v4.0.0v4.0.0
Oct 22, 2025
vitestv4.xprerelease
25 releases

TL;DR

Vitest now supports mocking functions to throw errors with mockThrow and mockThrowOnce, and includes improved browser testing with BlazeDiff for visual comparisons and enhanced element finding.

New

  • Mocking: Added mockThrow and mockThrowOnce for more control over mock behavior.
  • Browser Testing: Switched to BlazeDiff (image comparison tool) and added findElement for more robust browser tests.
  • Coverage: Added an option to only report coverage for changed files.

Fixes Worth Knowing

  • Fixed issues with stack traces in assertions and dynamic imports.
  • Improved handling of skipped tests when hideSkippedTests is enabled.
  • Corrected issues with module mocking and resolving external dependencies.
  • Fixed a bug where cancelling a test didn't immediately stop execution.

Before You Upgrade

If you are using browser testing, be aware that the visual comparison tool has changed to BlazeDiff. You may need to adjust your expectations for visual diff output.

v4.1.0-beta.6v4.1.0-beta.6
Mar 5, 2026
v4.1.0-beta.5v4.1.0-beta.5
Feb 26, 2026
v4.1.0-beta.4v4.1.0-beta.4
Feb 16, 2026
v4.1.0-beta.3v4.1.0-beta.3
Feb 2, 2026
v4.1.0-beta.2v4.1.0-beta.2
Jan 22, 2026
v4.1.0-beta.1v4.1.0-beta.1
Jan 14, 2026
v4.0.0-beta.19v4.0.0-beta.19
Oct 21, 2025
v4.0.0-beta.18v4.0.0-beta.18
Oct 15, 2025
v4.0.0-beta.17v4.0.0-beta.17
Oct 6, 2025
v4.0.0-beta.16v4.0.0-beta.16
Oct 3, 2025
v4.0.0-beta.15v4.0.0-beta.15
Oct 1, 2025
v4.0.0-beta.14v4.0.0-beta.14
Oct 1, 2025
v4.0.0-beta.13v4.0.0-beta.13
Sep 24, 2025
v4.0.0-beta.12v4.0.0-beta.12
Sep 22, 2025
v4.0.0-beta.11v4.0.0-beta.11
Sep 11, 2025
v4.0.0-beta.10v4.0.0-beta.10
Sep 1, 2025
v4.0.0-beta.9v4.0.0-beta.9
Aug 26, 2025
v4.0.0-beta.8v4.0.0-beta.8
Aug 12, 2025
v4.0.0-beta.7v4.0.0-beta.7
Aug 8, 2025
v4.0.0-beta.6v4.0.0-beta.6
Aug 4, 2025
v4.0.0-beta.5v4.0.0-beta.5
Jul 28, 2025
v4.0.0-beta.4v4.0.0-beta.4
Jul 22, 2025
v4.0.0-beta.3v4.0.0-beta.3
Jul 15, 2025
v4.0.0-beta.2v4.0.0-beta.2
Jun 24, 2025
v4.0.0-beta.1v4.0.0-beta.1
Jun 20, 2025
vitestv3.xprerelease
9 releases

TL;DR

Vitest now supports testing with Temporal objects, bringing it up to date with the latest JavaScript features.

New

  • Temporal Support: Added initial support for testing with Temporal objects (date/time API).
  • Vite 7 Support: Vitest is now compatible with Vite version 7 (build tool).
  • Custom Matchers: You can now define type-safe custom matchers (assertion helpers) for more readable tests.

Fixes Worth Knowing

  • Improved browser test stability by addressing race conditions and file resolution issues.
  • Fixed an issue where typechecking could fail to start.
  • Test results are now preserved between runs when using the cache.

Before You Upgrade

If you use WebdriverIO, be aware that iframe scaling has been disabled; Playwright and preview modes will continue to scale iframes.

v3.2.0-beta.3v3.2.0-beta.3
May 28, 2025
v3.2.0-beta.2v3.2.0-beta.2
May 19, 2025
v3.2.0-beta.1v3.2.0-beta.1
May 5, 2025
v3.1.0-beta.2v3.1.0-beta.2
Mar 21, 2025
v3.1.0-beta.1v3.1.0-beta.1
Mar 17, 2025
v3.0.0-beta.4v3.0.0-beta.4
Jan 8, 2025
v3.0.0-beta.3v3.0.0-beta.3
Dec 20, 2024
v3.0.0-beta.2v3.0.0-beta.2
Dec 10, 2024
v3.0.0-beta.1v3.0.0-beta.1
Dec 5, 2024
vitestv2.x
16 releases

TL;DR

Vitest now includes critical security patches, preventing arbitrary file access and remote code execution vulnerabilities when running tests.

Breaking

  • Browser mode now restricts file access (prevents serving arbitrary files).
  • Accessing malicious websites while the Vitest API server is running is now blocked (prevents remote code execution).

Fixes Worth Knowing

  • Fixed an issue where certain files were incorrectly served, improving security.

Before You Upgrade

Update your Vitest installation immediately to mitigate potential security risks.

v2.1.9v2.1.9
Feb 3, 2025
v2.1.8v2.1.8
Dec 2, 2024
v2.1.7v2.1.7
Dec 2, 2024
v2.1.6v2.1.6
Nov 26, 2024
v2.1.5v2.1.5
Nov 13, 2024
v2.1.4v2.1.4
Oct 28, 2024
v2.1.3v2.1.3
Oct 14, 2024
v2.1.2v2.1.2
Oct 2, 2024
v2.1.1v2.1.1
Sep 13, 2024
v2.1.0v2.1.0
Sep 12, 2024
v2.0.5v2.0.5
Jul 31, 2024
v2.0.4v2.0.4
Jul 22, 2024
v2.0.3v2.0.3
Jul 15, 2024
v2.0.2v2.0.2
Jul 10, 2024
v2.0.1v2.0.1
Jul 8, 2024
v2.0.0v2.0.0
Jul 8, 2024
vitestv1.x
21 releases

TL;DR

Vitest now includes critical security patches, addressing a remote code execution vulnerability when the API server is active.

Breaking

  • API Server Security (remote code execution) - A vulnerability allowing malicious websites to execute code via the Vitest API server has been resolved; update immediately.

Fixes Worth Knowing

  • Fixed an issue with mockResolvedValue in v1 (compatibility layer).

Before You Upgrade

  • Restart your Vitest development server after upgrading to ensure the security patches are active.
v1.6.1v1.6.1
Feb 3, 2025
v1.6.0v1.6.0
May 3, 2024
v1.5.3v1.5.3
Apr 30, 2024
v1.5.2v1.5.2
Apr 25, 2024
v1.5.1v1.5.1
Apr 24, 2024
v1.5.0v1.5.0
Apr 11, 2024
v1.4.0v1.4.0
Mar 15, 2024
v1.3.1v1.3.1
Feb 20, 2024
v1.3.0v1.3.0
Feb 16, 2024
v1.2.2v1.2.2
Jan 26, 2024
v1.2.1v1.2.1
Jan 17, 2024
v1.2.0v1.2.0
Jan 12, 2024
v1.1.3v1.1.3
Jan 5, 2024
v1.1.2v1.1.2
Jan 4, 2024
v1.1.1v1.1.1
Dec 31, 2023
v1.1.0v1.1.0
Dec 19, 2023
v1.0.4v1.0.4
Dec 9, 2023
v1.0.3v1.0.3
Dec 9, 2023
v1.0.2v1.0.2
Dec 7, 2023
v1.0.1v1.0.1
Dec 4, 2023
v1.0.0v1.0.0
Dec 4, 2023
vitestv2.xprerelease
21 releases

TL;DR

Vitest now allows running individual tests or suites directly from the UI, improving workflow for focused debugging and development.

New

  • UI Improvements: Run specific tests/suites from the Vitest UI.
  • Expect Matchers: Added toHaveBeenCalledExactlyOnceWith, toHaveBeenCalledAfter, and toHaveBeenCalledBefore for more precise mock assertions (mocking frameworks).
  • Test Context: Test contexts can now access values provided in the Vitest configuration.

Fixes Worth Knowing

  • Improved source map support when using vi.mock.
  • Correctly respects the cacheDir setting when the optimizer is enabled.
  • React 19 support added.

Before You Upgrade

No specific upgrade steps are required.

v2.2.0-beta.2v2.2.0-beta.2
Nov 18, 2024
v2.2.0-beta.1v2.2.0-beta.1
Nov 13, 2024
v2.1.0-beta.7v2.1.0-beta.7
Sep 9, 2024
v2.1.0-beta.6v2.1.0-beta.6
Aug 20, 2024
v2.1.0-beta.5v2.1.0-beta.5
Aug 12, 2024
v2.1.0-beta.4v2.1.0-beta.4
Aug 7, 2024
v2.1.0-beta.3v2.1.0-beta.3
Aug 7, 2024
v2.1.0-beta.2v2.1.0-beta.2
Aug 7, 2024
v2.1.0-beta.1v2.1.0-beta.1
Aug 7, 2024
v2.0.0-beta.13v2.0.0-beta.13
Jul 4, 2024
v2.0.0-beta.12v2.0.0-beta.12
Jun 25, 2024
v2.0.0-beta.11v2.0.0-beta.11
Jun 19, 2024
v2.0.0-beta.10v2.0.0-beta.10
Jun 12, 2024
v2.0.0-beta.9v2.0.0-beta.9
Jun 5, 2024
v2.0.0-beta.8v2.0.0-beta.8
Jun 4, 2024
v2.0.0-beta.7v2.0.0-beta.7
Jun 3, 2024
v2.0.0-beta.6v2.0.0-beta.6
Jun 2, 2024
v2.0.0-beta.5v2.0.0-beta.5
Jun 2, 2024
v2.0.0-beta.3v2.0.0-beta.3
May 14, 2024
v2.0.0-beta.2v2.0.0-beta.2
May 9, 2024
v2.0.0-beta.1v2.0.0-beta.1
May 9, 2024
vitestv1.xprerelease
7 releases

TL;DR

Vitest now supports specifying projects to run with the --project flag, allowing for more targeted testing in monorepos (multiple projects).

New

  • Project Selection: Use the --project flag to run tests within specific projects.
  • Coverage Hints: Coverage reports now respect /* v8 ignore... comments to exclude code from coverage analysis.

Fixes Worth Knowing

  • Corrected issues with file path filtering, ensuring tests are run as expected.
  • Improved handling of vi.waitUntil (assertion utility) to avoid type errors.
  • Fixed a bug where fixtures weren’t preserved with runif and skipif (test conditional execution).

Before You Upgrade

No specific upgrade steps are required.

v1.0.0-beta.6v1.0.0-beta.6
Nov 28, 2023
v1.0.0-beta.5v1.0.0-beta.5
Nov 18, 2023
v1.0.0-beta.4v1.0.0-beta.4
Nov 9, 2023
v1.0.0-beta.3v1.0.0-beta.3
Oct 27, 2023
v1.0.0-beta.2v1.0.0-beta.2
Oct 12, 2023
v1.0.0-beta.1v1.0.0-beta.1
Oct 3, 2023
v1.0.0-beta.0v1.0.0-beta.0
Oct 2, 2023
vitestv0.x
295 releases

TL;DR

Vitest now correctly handles custom test environments and global URL configurations, resolving issues with dependency loading and test fixture initialization.

Fixes Worth Knowing

  • Fixed an issue where custom test environments (isolated test contexts) weren’t resolving external dependencies.
  • Global URL configuration now respects environment variables.
  • test.extend fixtures (test setup functions) are initialized only once per test suite, improving performance.

Before You Upgrade

No specific action is needed; these changes are backwards compatible.

v0.34.6v0.34.6
Sep 29, 2023
v0.34.5v0.34.5
Sep 21, 2023
v0.34.4v0.34.4
Sep 8, 2023
v0.34.3v0.34.3
Aug 25, 2023
v0.34.2v0.34.2
Aug 17, 2023
v0.34.1v0.34.1
Aug 1, 2023
v0.34.0v0.34.0
Aug 1, 2023
v0.33.0v0.33.0
Jul 6, 2023
v0.32.4v0.32.4
Jul 3, 2023
v0.32.3v0.32.3
Jul 3, 2023
v0.32.2v0.32.2
Jun 16, 2023
v0.32.1v0.32.1
Jun 16, 2023
v0.32.0v0.32.0
Jun 6, 2023
v0.31.4v0.31.4
Jun 1, 2023
v0.31.3v0.31.3
May 31, 2023
v0.31.2v0.31.2
May 30, 2023
v0.31.1v0.31.1
May 17, 2023
v0.31.0v0.31.0
May 3, 2023
v0.30.1v0.30.1
Apr 11, 2023
v0.30.0v0.30.0
Apr 9, 2023
v0.29.8v0.29.8
Mar 28, 2023
v0.29.7v0.29.7
Mar 20, 2023
v0.29.6v0.29.6
Mar 20, 2023
v0.29.5v0.29.5
Mar 20, 2023
v0.29.4v0.29.4
Mar 20, 2023
v0.29.3v0.29.3
Mar 15, 2023
v0.29.2v0.29.2
Feb 28, 2023
v0.29.1v0.29.1
Feb 25, 2023
v0.29.0v0.29.0
Feb 25, 2023
v0.28.5v0.28.5
Feb 13, 2023
v0.28.4v0.28.4
Feb 3, 2023
v0.28.3v0.28.3
Jan 27, 2023
v0.28.2v0.28.2
Jan 25, 2023
v0.28.1v0.28.1
Jan 23, 2023
v0.28.0v0.28.0
Jan 23, 2023
v0.27.3v0.27.3
Jan 21, 2023
v0.27.2v0.27.2
Jan 17, 2023
v0.27.1v0.27.1
Jan 11, 2023
v0.27.0v0.27.0
Jan 9, 2023
v0.26.3v0.26.3
Jan 1, 2023
v0.26.2v0.26.2
Dec 21, 2022
v0.26.1v0.26.1
Dec 20, 2022
v0.26.0v0.26.0
Dec 19, 2022
v0.25.8v0.25.8
Dec 13, 2022
v0.25.7v0.25.7
Dec 10, 2022
v0.25.6v0.25.6
Dec 8, 2022
v0.25.5v0.25.5
Dec 6, 2022
v0.25.4v0.25.4
Dec 5, 2022
v0.25.3v0.25.3
Nov 22, 2022
v0.25.2v0.25.2
Nov 14, 2022
v0.25.1v0.25.1
Nov 8, 2022
v0.25.0v0.25.0
Nov 7, 2022
v0.24.5v0.24.5
Nov 1, 2022
v0.24.4v0.24.4
Oct 31, 2022
v0.24.3v0.24.3
Oct 14, 2022
v0.24.2v0.24.2
Oct 14, 2022
v0.24.1v0.24.1
Oct 10, 2022
v0.24.0v0.24.0
Oct 7, 2022
v0.23.4v0.23.4
Sep 18, 2022
v0.23.3v0.23.3
Sep 14, 2022
v0.23.2v0.23.2
Sep 10, 2022
v0.23.1v0.23.1
Sep 5, 2022
v0.23.0v0.23.0
Sep 4, 2022
v0.22.1v0.22.1
Aug 18, 2022
v0.22.0v0.22.0
Aug 15, 2022
v0.21.1v0.21.1
Aug 9, 2022
v0.21.0v0.21.0
Aug 5, 2022
v0.20.3v0.20.3
Aug 2, 2022
v0.20.2v0.20.2
Jul 31, 2022
v0.20.1v0.20.1
Jul 31, 2022
v0.20.0v0.20.0
Jul 31, 2022
v0.19.1v0.19.1
Jul 25, 2022
v0.19.0v0.19.0
Jul 24, 2022
v0.18.1v0.18.1
Jul 16, 2022
v0.18.0v0.18.0
Jul 9, 2022
v0.17.1v0.17.1
Jul 7, 2022
v0.17.0v0.17.0
Jul 3, 2022
v0.16.0v0.16.0
Jun 24, 2022
v0.15.2v0.15.2
Jun 21, 2022
v0.15.1v0.15.1
Jun 15, 2022
v0.15.0v0.15.0
Jun 14, 2022
v0.14.2v0.14.2
Jun 10, 2022
v0.14.1v0.14.1
Jun 6, 2022
v0.14.0v0.14.0
Jun 5, 2022
v0.13.1v0.13.1
Jun 1, 2022
v0.13.0v0.13.0
May 29, 2022
v0.12.10v0.12.10
May 29, 2022
v0.12.9v0.12.9
May 21, 2022
v0.12.8v0.12.8
May 21, 2022
v0.12.7v0.12.7
May 20, 2022
v0.12.6v0.12.6
May 13, 2022
v0.12.5v0.12.5
May 13, 2022
v0.12.4v0.12.4
May 10, 2022
v0.12.3v0.12.3
May 10, 2022
v0.12.2v0.12.2
May 9, 2022
v0.12.1v0.12.1
May 9, 2022
v0.12.0v0.12.0
May 8, 2022
v0.11.0v0.11.0
May 7, 2022
v0.10.5v0.10.5
May 6, 2022
v0.10.4v0.10.4
May 5, 2022
v0.10.3v0.10.3
May 5, 2022
v0.10.2v0.10.2
May 3, 2022
v0.10.1v0.10.1
May 2, 2022
v0.10.0v0.10.0
Apr 25, 2022
v0.9.4v0.9.4
Apr 21, 2022
v0.9.3v0.9.3
Apr 10, 2022
v0.9.2v0.9.2
Apr 7, 2022
v0.9.1v0.9.1
Apr 7, 2022
v0.9.0v0.9.0
Apr 6, 2022
v0.8.5v0.8.5
Apr 6, 2022
v0.8.4v0.8.4
Apr 3, 2022
v0.8.3v0.8.3
Apr 2, 2022
v0.8.2v0.8.2
Apr 1, 2022
v0.8.1v0.8.1
Mar 30, 2022
v0.8.0v0.8.0
Mar 29, 2022
v0.7.13v0.7.13
Mar 29, 2022
v0.7.12v0.7.12
Mar 27, 2022
v0.7.11v0.7.11
Mar 25, 2022
v0.7.10v0.7.10
Mar 23, 2022
v0.7.9v0.7.9
Mar 23, 2022
v0.7.8v0.7.8
Mar 23, 2022
v0.7.7v0.7.7
Mar 21, 2022
v0.7.6v0.7.6
Mar 19, 2022
v0.7.5v0.7.5
Mar 19, 2022
v0.7.4v0.7.4
Mar 17, 2022
v0.7.3v0.7.3
Mar 17, 2022
v0.7.2v0.7.2
Mar 17, 2022
v0.7.1v0.7.1
Mar 17, 2022
v0.7.0v0.7.0
Mar 17, 2022
v0.6.3v0.6.3
Mar 16, 2022
v0.6.2v0.6.2
Mar 15, 2022
v0.6.1v0.6.1
Mar 13, 2022
v0.6.0v0.6.0
Mar 7, 2022
v0.5.9v0.5.9
Mar 1, 2022
v0.5.8v0.5.8
Feb 27, 2022
v0.5.7v0.5.7
Feb 26, 2022
v0.5.6v0.5.6
Feb 26, 2022
v0.5.5v0.5.5
Feb 24, 2022
v0.5.4v0.5.4
Feb 23, 2022
v0.5.3v0.5.3
Feb 22, 2022
v0.5.2v0.5.2
Feb 22, 2022
v0.5.1v0.5.1
Feb 22, 2022
v0.5.0v0.5.0
Feb 21, 2022
v0.4.3v0.4.3
Feb 21, 2022
v0.4.2v0.4.2
Feb 19, 2022
v0.4.1v0.4.1
Feb 18, 2022
v0.4.0v0.4.0
Feb 18, 2022
v0.3.6v0.3.6
Feb 16, 2022
v0.3.5v0.3.5
Feb 14, 2022
v0.3.4v0.3.4
Feb 12, 2022
v0.3.3v0.3.3
Feb 12, 2022
v0.3.2v0.3.2
Feb 10, 2022
v0.3.1v0.3.1
Feb 10, 2022
v0.3.0v0.3.0
Feb 9, 2022
v0.2.8v0.2.8
Feb 8, 2022
v0.2.7v0.2.7
Feb 4, 2022
v0.2.6v0.2.6
Feb 3, 2022
v0.2.5v0.2.5
Jan 27, 2022
v0.2.4v0.2.4
Jan 27, 2022
v0.2.3v0.2.3
Jan 25, 2022
v0.2.2v0.2.2
Jan 25, 2022
v0.2.1v0.2.1
Jan 24, 2022
v0.2.0v0.2.0
Jan 23, 2022
v0.1.27v0.1.27
Jan 21, 2022
v0.1.26v0.1.26
Jan 21, 2022
v0.1.25v0.1.25
Jan 20, 2022
v0.1.24v0.1.24
Jan 19, 2022
v0.1.23v0.1.23
Jan 19, 2022
v0.1.22v0.1.22
Jan 19, 2022
v0.1.21v0.1.21
Jan 18, 2022
v0.1.20v0.1.20
Jan 18, 2022
v0.1.19v0.1.19
Jan 17, 2022
v0.1.18v0.1.18
Jan 17, 2022
v0.1.17v0.1.17
Jan 16, 2022
v0.1.16v0.1.16
Jan 15, 2022
v0.1.15v0.1.15
Jan 14, 2022
v0.1.14v0.1.14
Jan 14, 2022
v0.1.13v0.1.13
Jan 14, 2022
v0.1.12v0.1.12
Jan 13, 2022
v0.1.0v0.1.0
Jan 13, 2022
v0.0.142v0.0.142
Jan 12, 2022
v0.0.141v0.0.141
Jan 11, 2022
v0.0.140v0.0.140
Jan 10, 2022
v0.0.139v0.0.139
Jan 7, 2022
v0.0.138v0.0.138
Jan 7, 2022
v0.0.137v0.0.137
Jan 7, 2022
v0.0.136v0.0.136
Jan 6, 2022
v0.0.135v0.0.135
Jan 6, 2022
v0.0.134v0.0.134
Jan 5, 2022
v0.0.133v0.0.133
Jan 5, 2022
v0.0.132v0.0.132
Jan 4, 2022
v0.0.131v0.0.131
Jan 3, 2022
v0.0.130v0.0.130
Jan 3, 2022
v0.0.129v0.0.129
Jan 3, 2022
v0.0.128v0.0.128
Jan 3, 2022
v0.0.127v0.0.127
Jan 2, 2022
v0.0.126v0.0.126
Jan 2, 2022
v0.0.125v0.0.125
Dec 31, 2021
v0.0.124v0.0.124
Dec 30, 2021
v0.0.123v0.0.123
Dec 30, 2021
v0.0.122v0.0.122
Dec 29, 2021
v0.0.121v0.0.121
Dec 29, 2021
v0.0.120v0.0.120
Dec 29, 2021
v0.0.119v0.0.119
Dec 29, 2021
v0.0.118v0.0.118
Dec 27, 2021
v0.0.117v0.0.117
Dec 27, 2021
v0.0.116v0.0.116
Dec 27, 2021
v0.0.115v0.0.115
Dec 26, 2021
v0.0.114v0.0.114
Dec 26, 2021
v0.0.113v0.0.113
Dec 24, 2021
v0.0.112v0.0.112
Dec 24, 2021
v0.0.111v0.0.111
Dec 24, 2021
v0.0.110v0.0.110
Dec 24, 2021
v0.0.109v0.0.109
Dec 23, 2021
v0.0.108v0.0.108
Dec 22, 2021
v0.0.107v0.0.107
Dec 21, 2021
v0.0.106v0.0.106
Dec 21, 2021
v0.0.105v0.0.105
Dec 21, 2021
v0.0.104v0.0.104
Dec 21, 2021
v0.0.103v0.0.103
Dec 21, 2021
v0.0.102v0.0.102
Dec 20, 2021
v0.0.101v0.0.101
Dec 20, 2021
v0.0.100v0.0.100
Dec 20, 2021
v0.0.72v0.0.72
Dec 12, 2021
v0.0.71v0.0.71
Dec 12, 2021
v0.0.70v0.0.70
Dec 12, 2021
v0.0.69v0.0.69
Dec 12, 2021
v0.0.68v0.0.68
Dec 12, 2021
v0.0.67v0.0.67
Dec 12, 2021
v0.0.66v0.0.66
Dec 12, 2021
v0.0.65v0.0.65
Dec 12, 2021
v0.0.64v0.0.64
Dec 12, 2021
v0.0.63v0.0.63
Dec 12, 2021
v0.0.62v0.0.62
Dec 11, 2021
v0.0.61v0.0.61
Dec 11, 2021
v0.0.60v0.0.60
Dec 11, 2021
v0.0.59v0.0.59
Dec 11, 2021
v0.0.58v0.0.58
Dec 11, 2021
v0.0.57v0.0.57
Dec 10, 2021
v0.0.56v0.0.56
Dec 10, 2021
v0.0.55v0.0.55
Dec 10, 2021
v0.0.54v0.0.54
Dec 10, 2021
v0.0.53v0.0.53
Dec 10, 2021
v0.0.52v0.0.52
Dec 10, 2021
v0.0.51v0.0.51
Dec 10, 2021
v0.0.50v0.0.50
Dec 10, 2021
v0.0.49v0.0.49
Dec 10, 2021
v0.0.48v0.0.48
Dec 9, 2021
v0.0.47v0.0.47
Dec 9, 2021
v0.0.46v0.0.46
Dec 9, 2021
v0.0.45v0.0.45
Dec 9, 2021
v0.0.44v0.0.44
Dec 9, 2021
v0.0.43v0.0.43
Dec 9, 2021
v0.0.42v0.0.42
Dec 9, 2021
v0.0.41v0.0.41
Dec 9, 2021
v0.0.40v0.0.40
Dec 9, 2021
v0.0.39v0.0.39
Dec 8, 2021
v0.0.38v0.0.38
Dec 8, 2021
v0.0.37v0.0.37
Dec 8, 2021
v0.0.36v0.0.36
Dec 8, 2021
v0.0.35v0.0.35
Dec 8, 2021
v0.0.34v0.0.34
Dec 8, 2021
v0.0.33v0.0.33
Dec 7, 2021
v0.0.32v0.0.32
Dec 7, 2021
v0.0.31v0.0.31
Dec 7, 2021
v0.0.30v0.0.30
Dec 7, 2021
v0.0.29v0.0.29
Dec 7, 2021
v0.0.28v0.0.28
Dec 6, 2021
v0.0.27v0.0.27
Dec 6, 2021
v0.0.26v0.0.26
Dec 6, 2021
v0.0.25v0.0.25
Dec 6, 2021
v0.0.24v0.0.24
Dec 6, 2021
v0.0.23v0.0.23
Dec 5, 2021
v0.0.22v0.0.22
Dec 5, 2021
v0.0.21v0.0.21
Dec 5, 2021
v0.0.20v0.0.20
Dec 5, 2021
v0.0.19v0.0.19
Dec 5, 2021
v0.0.18v0.0.18
Dec 5, 2021
v0.0.17v0.0.17
Dec 5, 2021
v0.0.16v0.0.16
Dec 5, 2021
v0.0.15v0.0.15
Dec 5, 2021
v0.0.14v0.0.14
Dec 5, 2021
v0.0.13v0.0.13
Dec 5, 2021
v0.0.12v0.0.12
Dec 4, 2021
v0.0.11v0.0.11
Dec 4, 2021
v0.0.10v0.0.10
Dec 4, 2021
v0.0.9v0.0.9
Dec 4, 2021
v0.0.8v0.0.8
Dec 4, 2021
v0.0.7v0.0.7
Dec 3, 2021
v0.0.6v0.0.6
Dec 3, 2021
v0.0.5v0.0.5
Dec 3, 2021
v0.0.4v0.0.4
Dec 3, 2021
v0.0.3v0.0.3
Dec 3, 2021
v0.0.2v0.0.2
Dec 3, 2021
v0.0.1v0.0.1
Dec 3, 2021