Skip to content

Commit

Permalink
add a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed May 15, 2014
1 parent d80a2c8 commit b7df3dd
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,32 @@ Moon phase value should be interpreted like this:
| | Waning Gibbous |
| 0.75 | Last Quarter |
| | Waning Crescent |


## Changelog

#### 1.5.0 — May 16, 2014

- Exposed `SunCalc.times` property with defined daylight times.

#### 1.4.0 — Apr 10, 2014

- Added `phase` to `SunCalc.getMoonIllumination` results (moon phase).

#### 1.3.0 — Feb 21, 2014

- Added `SunCalc.getMoonIllumination` (in place of `getMoonFraction`) that returns an object with `fraction` and `angle`
(angle of illuminated limb of the moon).

#### 1.2.0 — Mar 07, 2013

- Added `SunCalc.getMoonFraction` function that returns illuminated fraction of the moon.

#### 1.1.0 — Mar 06, 2013

- Added `SunCalc.getMoonPosition` function.
- Added nadir (darkest time of the day, middle of the night).

#### 1.0.0 — Dec 07, 2011

First version release.

0 comments on commit b7df3dd

Please sign in to comment.