diff --git a/CHANGELOG.md b/CHANGELOG.md index e0905a6..9795d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -## [1.0.1] - 2026-05-25 +## 1.0.1 -### 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 +- Surface-area parity audit with qibla-js counterpart. +- Repository structure and documentation alignment. + +## 1.0.0 + +- Initial release: Qibla direction, great-circle distance, and haversine math for Dart and Flutter. +- Zero dependencies. +- Exports: `qiblaAngle`, `compassDir`, `distanceKm`, `kaabaLat`, `kaabaLng`. diff --git a/pubspec.yaml b/pubspec.yaml index a8fe07a..7b3d22d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,6 @@ version: 1.0.1 homepage: https://github.com/acamarata/qibla-dart repository: https://github.com/acamarata/qibla-dart issue_tracker: https://github.com/acamarata/qibla-dart/issues -publisher: ariccamarata.com topics: - qibla - islamic