Skip to content

Latest commit

 

History

History
75 lines (39 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

75 lines (39 loc) · 2.14 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.3.3 (2024-05-09)

Removed

  • Stop exporting Temporal type from main module because it messed up docs. (1126424)

0.3.2 (2024-05-09)

Added

  • Export custom types and Temporal itself in main module. (6765b8d)

Changed

  • Move API docs to JSR.

Removed

  • Stop exporting the namespace duration from main module. You can still import functions from vremel/duration. (ffc4687)

0.3.1 (2024-05-08)

Changed

  • Update the type definition for Temporal API to latest spec. (373c2ce)

0.3.0 (2024-03-11)

Added

  • areIntervalsOverlapping, clamp, isWithinInterval functions

Changed

  • Stop converting calendar automatically in closestIndexTo and closestTo for consistency with other functions. (dcd1f37)

0.2.0 (2024-03-03)

Added

  • toTemporalFromClockTime, formatWithoutLocale functions

Changed

  • Change type signatures of functions, using generics instead of overload functions. (be7da06)

0.1.2 (2024-02-13)

Added

  • toDateFromClockTime, closestTo, closestIndexTo functions

Fixed

  • Fix a broken type definition.

0.1.1 (2024-02-12)

Fixed

  • Fix a bug that some functions are not exported from the package.

0.1.0 (2024-02-12)

Added

  • earliest, latest, isAfter, isBefore, compareAsc, compareDesc functions
  • isEqual, longest, shortest functions in vremel/duration