Skip to content

Releases: BehindTheMath/KosherZmanim

v0.8.0

03 Dec 03:38
b522502
Compare
Choose a tag to compare

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

03 Dec 03:39
e20bcfd
Compare
Choose a tag to compare

Breaking Changes:

  • Some of the names and types of members of the Zman class have been changed.

v0.6.0

03 Dec 03:39
b2d6162
Compare
Choose a tag to compare

Breaking Changes:

  • Moment and Moment Timezone have been replaced with Luxon.
    Any methods that previously took Moment instances as arguments now take Luxon class instances.
  • AstronomicalCalendar.getTimeOffset() has been changed to a static method.

v0.5.0

03 Dec 03:39
2b9b17b
Compare
Choose a tag to compare

Breaking Changes:

  • The spelling has changed from Parshah to Parsha.
  • JewishCalendar.getParshahIndex() has been renamed to JewishCalendar.getParsha().
  • The signatures for HebrewDateFormatter.getTransliteratedParshiosList() and HebrewDateFormatter.getTransliteratedParshiosList() have changed.

v0.4.0

03 Dec 03:40
4a6ebeb
Compare
Choose a tag to compare

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

03 Dec 03:40
a733397
Compare
Choose a tag to compare

Bug fixes

  • Fixed the UMD bundle and example for the new API.

v0.3.0

03 Dec 03:40
c989266
Compare
Choose a tag to compare

Breaking Changes:

  • KosherZmanim is no longer an instantiable class, and the classes are no longer exported under KosherZmanim.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() and ZmanimFormatter.toXML() have been deprecated.
  • Fixes based on KosherJava updates may have breaking changes. For example, ZmanimCalculator was removed. See KosherJava for more details.