Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 1.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.4 - 2025-02-01

Fixes

  • remove peerDependencies from package.json

0.1.3 - 2024-12-21

Fixes

  • use ReturnType<typeof setInterval> instead of NodeJS.Timeout in BarChartRace.svelte

0.1.2 - 2023-12-17

Fixes

  • fix NodeJS.Timer type in BarChartRace.svelte
  • update package.json#exports to include mappings for ./*.svelte files

0.1.1 - 2023-06-10

Performance

  • Save reference when reducing valuesByKey in BarChartRace

0.1.0 - 2022-03-02

  • Initial release