Skip to content

Commit 4a6ebeb

Browse files
committed
v0.4.0
1 parent 9e26e9b commit 4a6ebeb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v0.4.0
2+
### Breaking Changes:
3+
* The default calculator is now NOAA (af66119d).
4+
* Options for formatting years ending in מנצפ״ך (af66119d).
5+
The default is now using non-final form for years ending in מנצפ״ך,
6+
so that 5780 will be default format as תש״פ, while it can optionally
7+
be set to format it as תש״ף.
8+
* Removed `KosherZmanim.getZmanimXML()`.
9+
110
# v0.3.1
211
### Bug fixes
312
* Fixed the UMD bundle and example for the new API.
@@ -9,4 +18,3 @@ Instead, everything is exported as named exports. See the Usage section in the [
918
* Default exports have been converted to named exports.
1019
* `KosherZmanim.getZmanimXML()` and `ZmanimFormatter.toXML()` have been deprecated.
1120
* Fixes based on KosherJava updates may have breaking changes. For example, `ZmanimCalculator` was removed. See KosherJava for more details.
12-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kosher-zmanim",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A library for calculating zmanim, based on KosherJava.",
55
"author": "BehindTheMath",
66
"license": "LGPL-3.0",

0 commit comments

Comments
 (0)