File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"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. " ,
5
5
"author" : " BehindTheMath" ,
6
6
"license" : " LGPL-3.0" ,
7
7
"bugs" : " BehindTheMath/KosherZmanim/issues" ,
You can’t perform that action at this time.
0 commit comments