Releases: smhg/date-frequency-js
Releases · smhg/date-frequency-js
3.1.0
- (re-)add week of epoch scope (enables sequential week numbers)
3.0.0
- Breaking: limited support to latest LTS node and latest node.
- Added day of year scope.
2.0.0
- Breaking: week of epoch (W/E) scope removed.
- week of year (ISO) added.
1.0.1
- New "first full week of the month" example in tests.
0.5.2
- Bugfix for frequencies with filter functions.
0.5.0
- Critical fix for frequencies with filter functions.
0.4.6
- Removed lodash.first dependency
0.4.5
- lodash version 3's breaking changes require pinning to 2 for now.
0.4.0
- Support for filter functions (e.g.
F(leap)Y1M1DT0H0M0S
= January, 1st at midnight on leap years)
Todo: update Readme with examples (see tests for now)