Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BehindTheMath committed Sep 22, 2019
1 parent 81b9f56 commit c989266
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# v0.3.0
### Breaking Changes:
* `KosherZmanim` is no longer an instantiable class, and the classes are no longer exported under `KosherZmanim.lib.*`.
Instead, everything is exported as named exports. See the Usage section in the [README](./README.md) for more details.
* 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kosher-zmanim",
"version": "0.2.4",
"description": "",
"version": "0.3.0",
"description": "A library for calculating zmanim, based on KosherJava.",
"author": "BehindTheMath",
"license": "LGPL-3.0",
"bugs": "BehindTheMath/KosherZmanim/issues",
Expand Down

0 comments on commit c989266

Please sign in to comment.