Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.55 KB

File metadata and controls

33 lines (26 loc) · 1.55 KB

Release Notes: KZDev.PrimeTime

Conventions

  • Version heading format: ## Version <major>.<minor>.<patch>.
  • Each version section must include these categories in this order:
    • ### Added
    • ### Changed
    • ### Fixed
    • ### Notes
    • ### Package
  • Use - None. for categories without entries.
  • In ### Package, inline Markdown (bold, code) is allowed; NuGet pack strips it to plain text for the nuspec releaseNotes field. GitHub release bodies and DocFX keep full Markdown from these files.

Version 1.0.0

Added

  • First public release of the NodaTime superset production package: injectable IPrimeClock / PrimeClock with BCL and NodaTime APIs (Instant, Duration, LocalTime, zoned projections).
  • Interval and time-of-day timers with explicit daylight-saving policy.
  • Schedule-zone conversion extensions, persistence helpers, and NodaTime/BCL interop utilities (LocalScheduleDateTimeZone, PrimeTimeScheduleZoneExtensions, and related conversion types).
  • Multi-target binaries: net10.0, net8.0, and netstandard2.0.

Changed

  • None.

Fixed

  • None.

Notes

Package

  • KZDev.PrimeTime v1.0.0 — testable clocks and timers with full NodaTime support.