From 044bbbd62330e54f1a933268df3062d1c94b8fd2 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sun, 8 Mar 2026 16:46:30 -0400 Subject: [PATCH] docs: add Compatibility and Acknowledgments sections to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e8d767d..c580728 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,17 @@ Full API reference, architecture notes, and calendar system comparisons are on t - [pray-calc](https://github.com/acamarata/pray-calc): Islamic prayer time calculation - [nrel-spa](https://github.com/acamarata/nrel-spa): NREL Solar Position Algorithm in pure JavaScript +## Compatibility + +- Node.js 20, 22, 24 +- Day.js 1.x (peer dependency) +- ESM and CJS builds included +- TypeScript definitions bundled + +## Acknowledgments + +Calendar data and algorithms provided by [hijri-core](https://github.com/acamarata/hijri-core). The Umm al-Qura table is derived from data published by the King Abdulaziz City for Science and Technology (KACST). FCNA new moon calculations follow Jean Meeus, "Astronomical Algorithms," 2nd ed., Chapter 49. + ## License MIT. Copyright (c) 2026 Aric Camarata.