Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Releases: jamesplease/moment-business

v3.0.1

16 Sep 22:46
Compare
Choose a tag to compare
  • Fix the name of the library in non-module loader browser environments.
    Previously, the library was attached as window.none. Now it is available
    under window.momentBusiness. Note that this issue does not affect users
    building with ES2015/CommonJS/AMD module bundlers.

v3.0.0

06 May 04:43
Compare
Choose a tag to compare
  • The functions in this library now accept moments as arguments rather than
    being attached to the Moment prototype.
  • The behavior is weekDays and weekendDays now aligns more closely with
    Moment.prototype.diff. If the endMoment passed in comes before
    startMoment, then the result will be negative.
  • Better docs!

v2.0.0

16 Feb 14:02
Compare
Choose a tag to compare
Merge pull request #26 from jmeas/v2.0.0

v2.0.0

v1.1.1

14 Feb 23:33
Compare
Choose a tag to compare
Merge pull request #23 from jmeas/v1.1.1

v1.1.1

v1.1.0

14 Feb 07:15
Compare
Choose a tag to compare
  • Add isWorkDay and isWeekendDay methods

v1.0.2

03 Feb 15:17
Compare
Choose a tag to compare
  • Build update: Slightly smaller files due to a new build system. This release is partly to ensure that the new build system works.

v1.0.1

31 Jan 21:25
Compare
Choose a tag to compare
v1.0.1

v1.0.0

31 Jan 20:21
Compare
Choose a tag to compare
v1.0.0