Comparing version 0.6.0 to 0.7.0
# Changelog | ||
## v0.7.0 (8 Oct 2014) | ||
* Additions: | ||
- `isSameWeek` | ||
## v0.6.0 (7 Oct 2014) | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "date-fns", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"author": "Sasha Koss <kossnocorp@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Date helpers", |
@@ -17,8 +17,9 @@ # date-fns | ||
* [`endOfMonth`](./src/end_of_month.js) - returns end of a month for passed date | ||
* [`eachDay`](./src/each_day) - returns array of dates within specified range | ||
* [`addDays`](./src/add_days) - add specified number of days to passed date | ||
* [`subDays`](./src/sub_days) - substract specified number of days from passed date | ||
* [`isSameMonth`](./src/is_same_month) - returns true if passed dates has same month (and year) | ||
* [`isFirstDayOfMonth`](./src/is_first_day_of_month) - return true if passed date is first day of month | ||
* [`isLastDayOfMonth`](./src/is_last_day_of_month) - return true if passed date is last day of month | ||
* [`eachDay`](./src/each_day.js) - returns array of dates within specified range | ||
* [`addDays`](./src/add_days.js) - add specified number of days to passed date | ||
* [`subDays`](./src/sub_days.js) - substract specified number of days from passed date | ||
* [`isSameWeek`](./src/is_same_week.js) - returns true if passed dates belongs to the same week | ||
* [`isSameMonth`](./src/is_same_month.js) - returns true if passed dates has same month (and year) | ||
* [`isFirstDayOfMonth`](./src/is_first_day_of_month.js) - return true if passed date is first day of month | ||
* [`isLastDayOfMonth`](./src/is_last_day_of_month.js) - return true if passed date is last day of month | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24577
38
620
25