mirror of
https://github.com/acamarata/qibla-dart.git
synced 2026-06-30 19:04:27 +00:00
fix: remove invalid publisher field, add CHANGELOG, untrack agent config
This commit is contained in:
parent
cc3c227d2d
commit
b5a3b8f8ef
2 changed files with 9 additions and 7 deletions
15
CHANGELOG.md
15
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`.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue