diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3725c8f --- /dev/null +++ b/CHANGELOG.md @@ -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. + diff --git a/package.json b/package.json index d9dc0df..69727dc 100644 --- a/package.json +++ b/package.json @@ -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",