Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

42 lines (28 loc) · 1.03 KB

Changelog

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

[0.2.0] - 2025-01-16

Added

  • Added this changelog file for all releases.
  • Added ConvexValueExt trait to the convex::Value type.

Changed

  • Updated from convex version 0.8.1 to 0.9.0
  • Bumped oxc to version 0.46.0
  • Removed the use of .unwrap() in the codebase.

Fixed

  • Test generation scripts not deleting generated files.

[0.1.1] - 2024-11-14

Fixed

  • Cleaned unnecessary documentation comments.
  • Removed unused library's dependencies.

[0.1.0] - 2024-11-13

Added

  • Initial release of the project.