Skip to content

Commit c989266

Browse files
committed
v0.3.0
1 parent 81b9f56 commit c989266

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# v0.3.0
2+
### Breaking Changes:
3+
* `KosherZmanim` is no longer an instantiable class, and the classes are no longer exported under `KosherZmanim.lib.*`.
4+
Instead, everything is exported as named exports. See the Usage section in the [README](./README.md) for more details.
5+
* Default exports have been converted to named exports.
6+
* `KosherZmanim.getZmanimXML()` and `ZmanimFormatter.toXML()` have been deprecated.
7+
* Fixes based on KosherJava updates may have breaking changes. For example, `ZmanimCalculator` was removed. See KosherJava for more details.
8+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kosher-zmanim",
3-
"version": "0.2.4",
4-
"description": "",
3+
"version": "0.3.0",
4+
"description": "A library for calculating zmanim, based on KosherJava.",
55
"author": "BehindTheMath",
66
"license": "LGPL-3.0",
77
"bugs": "BehindTheMath/KosherZmanim/issues",

0 commit comments

Comments
 (0)