Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BehindTheMath committed Oct 6, 2019
1 parent 9e26e9b commit 4a6ebeb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.4.0
### Breaking Changes:
* The default calculator is now NOAA (af66119d).
* Options for formatting years ending in מנצפ״ך (af66119d).
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.
Expand All @@ -9,4 +18,3 @@ Instead, everything is exported as named exports. See the Usage section in the [
* 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kosher-zmanim",
"version": "0.3.1",
"version": "0.4.0",
"description": "A library for calculating zmanim, based on KosherJava.",
"author": "BehindTheMath",
"license": "LGPL-3.0",
Expand Down

0 comments on commit 4a6ebeb

Please sign in to comment.