mirror of
https://github.com/acamarata/qibla-dart.git
synced 2026-07-02 03:40:40 +00:00
* chore: surface-area parity audit vs qibla-js, bump to v1.0.1 Full gap analysis: qibla-dart already matches @acamarata/qibla on all five public functions (qiblaAngle, compassDir, compassName, qiblaGreatCircle, distanceKm) and three constants (kaabaLat, kaabaLng, earthRadiusKm). No runtime gaps found; 48/48 tests pass unchanged. Patch bump documents the audit and closes T-E10-01 (Mega Phase 1). * docs: add CHANGELOG.md for v1.0.1 release * chore: polish pubspec, add wiki docs
9 lines
259 B
Markdown
9 lines
259 B
Markdown
# Changelog
|
|
|
|
## [1.0.1] - 2026-05-25
|
|
|
|
### Added
|
|
- Initial public release of Dart Qibla direction library
|
|
- `calcQibla(lat, lng)` function returning bearing in degrees
|
|
- 48 tests passing across edge cases
|
|
- Pure Dart implementation with no native dependencies
|