Releases: DeepskyLog/laravel-astronomy-library
Releases · DeepskyLog/laravel-astronomy-library
Version 6.2.2
Version 6.2.2
Fixed:
- Fixed problem calculating planet coordinates
- Added example to calculate the coordinates of Venus
Full Changelog: v6.2.1...v6.2.2
Version 6.2.1
Version 6.2.1
Fixed:
- AstronomyLibrary crashed when using decimal seconds (for example when running Carbon::now())
- Updated to the newest version of the needed libraries
Full Changelog: V6.2...v6.2.1
Version 6.2
Version 6.1.2
Changed
- Added delta t value for 2023
- Update to work in laravel 10
Version 6.1.1
Changed
- Added delta t value for 2023
- Update to work in laravel 10
Version 6.1
Changed
- Added delta t value for 2022
- Update to work in laravel 9
Version 6.0
Added
- Methods and classes to download the orbital elements of comets and asteroids.
Changed
- Renamed the console command
php artisan deltat:update
to
php artisan astronomy:updateDeltat
Version 5.6
Added
- Methods to calculate the diameter of the Sun, Moon and planets.
Changed
- Corrected calculation of coordinates of Mercury.
Version 5.5
- Calculate next moon phases
Version 5.4.3
Fix problems in the calculation of the illumination of the moon.