mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +00:00
910 B
910 B
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.
[Unreleased]
[1.1.2] - 2026-05-30
Fixed
- Strict TypeScript null checks in spk, math, and visibility modules.
Changed
- Flat
exportsmap shape per ADR-015;d.mtscopy retained on disk. - CI: corepack before setup-node, prettier scoped to
src/. - Adopted shared
@acamarata/tsconfigand@acamarata/eslint-configpackages.
[1.1.1] - 2026-05-29
Fixed
- Emit
dist/index.d.mtsso ESM consumers get proper type resolution. - Use format-specific
typesentries in theexportsmap (importcondition points toindex.d.mts,requirecondition points toindex.d.ts).
[1.1.0] - 2026-05-28
Added
- Initial release