Skip to content

Releases: DeepskyLog/laravel-astronomy-library

Version 6.2.2

22 Nov 10:23
Compare
Choose a tag to compare

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

21 Nov 11:17
Compare
Choose a tag to compare

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

29 Feb 15:17
86ef446
Compare
Choose a tag to compare

What's Changed

  • Fixes for equation of time in #91

Full Changelog: v6.1.2...V6.2

Version 6.1.2

06 Feb 13:26
e4b57a1
Compare
Choose a tag to compare

Changed

  • Added delta t value for 2023
  • Update to work in laravel 10

Version 6.1.1

07 Feb 15:31
edf28c1
Compare
Choose a tag to compare

Changed

  • Added delta t value for 2023
  • Update to work in laravel 10

Version 6.1

03 Feb 19:07
9065e91
Compare
Choose a tag to compare

Changed

  • Added delta t value for 2022
  • Update to work in laravel 9

Version 6.0

29 Mar 19:08
d660853
Compare
Choose a tag to compare

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

22 Mar 11:50
2de6196
Compare
Choose a tag to compare

Added

  • Methods to calculate the diameter of the Sun, Moon and planets.

Changed

  • Corrected calculation of coordinates of Mercury.

Version 5.5

15 Mar 11:04
9a375fb
Compare
Choose a tag to compare
  • Calculate next moon phases

Version 5.4.3

11 Mar 14:25
b553d95
Compare
Choose a tag to compare

Fix problems in the calculation of the illumination of the moon.