mirror of
https://github.com/acamarata/qibla.git
synced 2026-06-30 19:04:28 +00:00
827 B
827 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
Changed
- Add TSDoc comments with examples and wiki links to all exported functions
- Add non-null assertions with explanatory comments for array index access
- Formatting cleanup (inline multi-line function signatures)
[1.1.1] - 2026-05-28
Changed
- Flatten exports map to ADR-015 standard (import/require/types at top level)
- Add "./package.json" export condition
- Add coverage script (c8 --reporter=lcov)
- Migrate CI from pnpm/action-setup to corepack enable
[1.0.0] - 2026-05-28
Added
- Initial release