- Added JewishCalendar.isTaanisBechoros()
- Updated Javadocs - document sources for getFixedLocalChatzos() and clarify Yerushamli Yomi Start Date
- Added six variants of the Yereim's bain hashmashos zmanim.
- AstronomicalCalculator.getRefraction() and .getSolarRadius() now have public access.
- Deprecate the GeoLocationUtils class. All of its functionality is in the GeoLocation class.
- Updated JavaDocs (no more errors or warnings).
- Added Lag Ba'omer.
- Added Shushan Purim Katan.
- Added Daf.setMasechtaTransliterated(String[] masechtosBavliTransliterated) and Daf.setYerushlmiMasechtaTransliterated(String[] masechtosYerushalmiTransliterated).
- Simplify and reduce code duplication in ZmanimCalendar generic zmanim calculations.
- Fix AstronomicalCalendar getSunriseSolarDipFromOffset() and getSunsetSolarDipFromOffset (they are still inefficient) to properly allow claculations before and after sun rise/set.
- Change some Hebrew lists that are not expected to change to be final.
- Semver change (just a versioning change).
- Fix JavaDoc references to new package structure.
- Fix #160 isShabbosMevorchim should return false for the month of Tishrei.
- Fix #161 a mistake in Zman.toString().
- Fix java 6 compilation issues.
- Changed package structure to com.kosherjava.zmanim from net.sourceforge.zmanim.
- Added Maven and Gradle support.
- Use DST for TimeZone display name (#150).
- Convert formatMolad() to static.
- Convert getTimeOffset() to static.
- Pass alos and tzais parameters for TchilasZmanKidushLevana3Days.
- Historical daf yomi dates should be final.
- Add Birkas Hachama, update documentation.
- Update formatter class for Enums in JewishCalendar.
See GitHub Commits for more.