Skip to content

Commit d3ee3ee

Browse files
author
Behind The Math
committed
v0.9.0
1 parent 4e349ce commit d3ee3ee

File tree

4 files changed

+4728
-3088
lines changed

4 files changed

+4728
-3088
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v0.9.0
2+
### Breaking changes:
3+
* `Daf.masechtosBavliTransliterated`: The order of `Makkos` and `Sanhedrin` have been switched.
4+
* `Daf`: All methods with `Yerushlmi` have been renamed to `Yerushalmi`.
5+
* `ComplexZmanimCalendar`: All methods with `BainHasmashos` has been renamed to `BainHashmashos`.
6+
* `ComplexZmanimCalendar.getSofZmanAchilasChametz*()` methods return `null` if it's not Erev Pesach.
7+
### Deprecated
8+
* `ComplexZmanimCalendar.getSofZmanTfilahAteretTorah()`: A new method spelled `ComplexZmanimCalendar.getSofZmanTfilaAteretTorah()` has been added.
9+
* A number of methods have been deprecated for various reasons. See the corresponding JSDocs.
10+
111
# v0.8.0
212
KosherZmanim should now be up to date with KosherJava v2.1.0.
313
### Breaking Changes:

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This demo uses the unminified version, so that it's easier to step through using the debugger.
88
In production, you should use the minified build: `kosher-zmanim.min.js`
99
-->
10-
<script src="https://unpkg.com/kosher-zmanim@0.8.2/dist/kosher-zmanim.js"></script>
10+
<script src="https://unpkg.com/kosher-zmanim@0.9.0/dist/kosher-zmanim.js"></script>
1111
</head>
1212
<body>
1313
<h2>KosherZmanim demo</h2>

0 commit comments

Comments
 (0)