Releases: shred/commons-suncalc
Releases · shred/commons-suncalc
v2.6
v2.5
v2.4
v2.3
v2.2
v2.1
fullCycle()
mode gave bad results under rare circumstances, fixed.getNoon()
andgetNadir()
now always give a result, even if the object stays below/above the horizon.getNoon()
,getNadir()
,ìsAlwaysUp()
andisAlwaysDown()
now ignorefullCycle()
mode, to give more meaningful results.
v2.0: suncalc reloaded
This is a complete rewrite of SunCalc. It uses a new (and hopefully more accurate) set of formulae, and is tested more thoroughly.
There's a new API. See the migration guide for how to migrate your old code.
It took me a lot of time to read about astronomy calculations, and to rewrite this library. I hope you like the result.
v1.1
First release
First release of the SunCalc Java port.