Commit graph

17 commits

Author SHA1 Message Date
Aric Camarata
de3f9c8c67 style: apply dart format 2026-06-13 11:57:58 -04:00
Aric Camarata
b8923f49a6 chore: release v1.0.1 2026-06-13 11:53:32 -04:00
Aric Camarata
178e990cbc fix: normalize date to UTC calendar day so prayer times are host-timezone-independent
getTimes now constructs civDate = DateTime.utc(date.year, date.month, date.day, 12, 0, 0)
at entry and passes it to both getSpa and getAngles. Previously a local DateTime in a
positive-UTC-offset zone (e.g. UTC+12) would reach getSpa.toUtc() as the previous UTC
calendar day, shifting all prayer times by ~24 h. Regression tests added for UTC/local
DateTime consistency across UTC, EDT, and Auckland host timezones (27 tests, all pass).
2026-06-13 10:37:32 -04:00
Aric Camarata
fc01b129f4 docs: update README, add wiki docs, and document types (P1) 2026-05-30 20:16:21 -04:00
Aric Camarata
882c586e2f fix: remove invalid publisher field from pubspec
The publisher field is not recognized by pub and caused dart pub publish
--dry-run to exit 65. Publisher is configured on pub.dev, not in pubspec.
2026-05-29 15:53:39 -04:00
Aric Camarata
988c60a7e9 chore: polish pubspec, add wiki docs and CHANGELOG 2026-05-29 06:34:20 -04:00
Aric Camarata
acc6f32c71 chore(config): add AGENTS.md for dual-harness parity 2026-05-25 15:51:19 -04:00
Aric Camarata
2cf43bde8e chore: align repository structure with portfolio documentation standards 2026-05-15 15:27:24 -04:00
Aric Camarata
2f6d13dcd6 Add GitHub Sponsors funding config 2026-03-28 18:18:56 -04:00
Aric Camarata
4fd7de4020 style: replace em dashes with colons; add .editorconfig 2026-03-08 17:28:08 -04:00
Aric Camarata
6217aefd61 docs: add wiki pages and wiki-sync workflow 2026-03-08 17:14:29 -04:00
Aric Camarata
00d37d3d63 docs: add Architecture section; ci: add --fatal-infos to dart analyze 2026-03-08 17:10:50 -04:00
Aric Camarata
e41b4c96b1 ci: run dart pub get before format check 2026-03-08 15:44:01 -04:00
Aric Camarata
0c152c4860 Use hosted nrel_spa ^1.0.0 instead of path dependency 2026-03-08 13:17:59 -04:00
Aric Camarata
971022734e Refactor: use nrel_spa package instead of bundled SPA
Replace the 1280-line bundled SPA implementation with a dependency on
the nrel_spa package. SpaResult and SpaAnglesResult are now re-exported
from nrel_spa for backwards compatibility. All 24 tests pass unchanged.
2026-03-08 13:10:16 -04:00
Aric Camarata
9167d86c7b Initial release: pray_calc_dart v1.0.0 2026-03-08 12:48:40 -04:00
Aric Camarata
b1e74d36e7
Initial commit 2026-03-08 12:37:39 -04:00