Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BehindTheMath committed Nov 18, 2019
1 parent 38f9f83 commit 2b9b17b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.5.0
### Breaking Changes:
* The spelling has changed from `Parshah` to `Parsha`.
* `JewishCalendar.getParshahIndex()` has been renamed to `JewishCalendar.getParsha()`.
* The signatures for `HebrewDateFormatter.getTransliteratedParshiosList()` and `HebrewDateFormatter.getTransliteratedParshiosList()` have changed.

# v0.4.0
### Breaking Changes:
* The default calculator is now NOAA (af66119d).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For UMD, a global `KosherZmanim` object is exposed.

#### Library Usage:
The KosherJava library has been ported to JS, following the original API as close as possible.
The classes are exposed as named exports. You can instatiate or extend those classes as necessary, the same way you would in Java.
The classes are exposed as named exports. You can instantiate or extend those classes as necessary, the same way you would in Java.

```javascript
const zmanimCalendar = new KosherZmanim.ZmanimCalendar();
Expand Down
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.4.0",
"version": "0.5.0",
"description": "A library for calculating zmanim, based on KosherJava.",
"author": "BehindTheMath",
"license": "LGPL-3.0",
Expand Down

0 comments on commit 2b9b17b

Please sign in to comment.