Skip to content

Commit 2b9b17b

Browse files
committed
v0.5.0
1 parent 38f9f83 commit 2b9b17b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.5.0
2+
### Breaking Changes:
3+
* The spelling has changed from `Parshah` to `Parsha`.
4+
* `JewishCalendar.getParshahIndex()` has been renamed to `JewishCalendar.getParsha()`.
5+
* The signatures for `HebrewDateFormatter.getTransliteratedParshiosList()` and `HebrewDateFormatter.getTransliteratedParshiosList()` have changed.
6+
17
# v0.4.0
28
### Breaking Changes:
39
* The default calculator is now NOAA (af66119d).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For UMD, a global `KosherZmanim` object is exposed.
4242

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

4747
```javascript
4848
const zmanimCalendar = new KosherZmanim.ZmanimCalendar();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kosher-zmanim",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A library for calculating zmanim, based on KosherJava.",
55
"author": "BehindTheMath",
66
"license": "LGPL-3.0",

0 commit comments

Comments
 (0)