Releases: BehindTheMath/KosherZmanim
Releases · BehindTheMath/KosherZmanim
v0.8.0
KosherZmanim should now be up to date with KosherJava v2.1.0.
Breaking Changes:
- The class name strings have been changed to match the new package path of KosherJava (
com.kosherjava.zmanim.*
). - The
GeoLocationUtils
class has been marked as deprecated, and will be removed in a future version.
Features:
- Add the Yereim's bain hashmashos.
- Allow changing transliterated masechtos' names.
v0.7.0
Breaking Changes:
- Some of the names and types of members of the
Zman
class have been changed.
v0.6.0
v0.5.0
Breaking Changes:
- The spelling has changed from
Parshah
toParsha
. JewishCalendar.getParshahIndex()
has been renamed toJewishCalendar.getParsha()
.- The signatures for
HebrewDateFormatter.getTransliteratedParshiosList()
andHebrewDateFormatter.getTransliteratedParshiosList()
have changed.
v0.4.0
Breaking Changes:
- The default calculator is now NOAA (af66119).
- Options for formatting years ending in מנצפ״ך (af66119).
The default is now using non-final form for years ending in מנצפ״ך,
so that 5780 will be default format as תש״פ, while it can optionally
be set to format it as תש״ף. - Removed
KosherZmanim.getZmanimXML()
.
v0.3.1
Bug fixes
- Fixed the UMD bundle and example for the new API.
v0.3.0
Breaking Changes:
KosherZmanim
is no longer an instantiable class, and the classes are no longer exported underKosherZmanim.lib.*
.
Instead, everything is exported as named exports. See the Usage section in the README for more details.- Default exports have been converted to named exports.
KosherZmanim.getZmanimXML()
andZmanimFormatter.toXML()
have been deprecated.- Fixes based on KosherJava updates may have breaking changes. For example,
ZmanimCalculator
was removed. See KosherJava for more details.