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
|
# Changelog
|
||||||
|
|
||||||
## [1.0.1] - 2026-05-25
|
## 1.0.1
|
||||||
|
|
||||||
### Added
|
- Surface-area parity audit with qibla-js counterpart.
|
||||||
- Initial public release of Dart Qibla direction library
|
- Repository structure and documentation alignment.
|
||||||
- `calcQibla(lat, lng)` function returning bearing in degrees
|
|
||||||
- 48 tests passing across edge cases
|
## 1.0.0
|
||||||
- Pure Dart implementation with no native dependencies
|
|
||||||
|
- 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
|
homepage: https://github.com/acamarata/qibla-dart
|
||||||
repository: https://github.com/acamarata/qibla-dart
|
repository: https://github.com/acamarata/qibla-dart
|
||||||
issue_tracker: https://github.com/acamarata/qibla-dart/issues
|
issue_tracker: https://github.com/acamarata/qibla-dart/issues
|
||||||
publisher: ariccamarata.com
|
|
||||||
topics:
|
topics:
|
||||||
- qibla
|
- qibla
|
||||||
- islamic
|
- islamic
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue