pray-calc
Version:
Accurate prayer times using custom algorithm for dynamic angles and nrel-spa for extreme precision
51 lines (32 loc) • 1.23 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.0] - 2023-11-11
- Initial release
## [1.1.0] - 2023-11-12
- Updated calculation behavior to be more accurate (major)
## [1.2.3] - 2023-11-12
- Moved timezone to main args and changed default behavior (major)
- Updated test cases and readme to reflect new usage (minor)
## [1.3.2] - 2023-11-13
- Major updates to getMoon with own functions
## [1.4.0] - 2023-11-14
- Renamed to "pray-calc" and removed old package
- Improved Synodic accuracy slightly and lastKnownMoon
### [1.4.1] = 2023-12-01
- Modified getMoonVisibility to use adjusted moon phase for end of cycle
## [1.6.0] = 2025-05-04
- Major fixes for core files and calculations
- Updated to use the new "nrel-spa" v1.3.0
### [1.6.1] - 2025-05-04
- Fixed missing modules and types definitions lost in last update
- Locked `suncalc` dependency to `^1.9.0`
- Clarified scripts: `build`, `test`, and `prepublishOnly` in `package.json`
### [1.6.2] - 2025-05-04
- Fixed Package issues
## [1.7.0] = 2025-05-04
- Major update to main algorithm
- Fixes to syntax and bugs
### [1.7.1] = 2025-05-14
- Update to package meta and location
### [1.7.2] = 2025-05-14
- Added tests