Skip to content

Releases: smhg/date-period

4.0.0

Choose a tag to compare

@smhg smhg released this 22 Sep 08:28
  • package is exposed as ES module
  • drops support for node <12

3.0.0

Choose a tag to compare

@smhg smhg released this 20 Nov 14:55

Breaking changes

  • return value is a plain Array instead of an iterable object
  • .toArray() was removed (as result is already an array)
  • .toString() was removed (might be added as a separate export in a future release)

2.4.0

Choose a tag to compare

@smhg smhg released this 20 Feb 14:40
  • add debug to facilitate debugging in dependent projects

2.3.0

Choose a tag to compare

@smhg smhg released this 19 Feb 11:01
  • compile with Babel 7

2.2.1

Choose a tag to compare

@smhg smhg released this 24 Feb 07:10
  • Update dependencies

2.1.0

Choose a tag to compare

@smhg smhg released this 03 Aug 17:11
  • Include polyfills in build

2.0.2

Choose a tag to compare

@smhg smhg released this 19 Jan 11:03
  • Use semistandard coding style
  • Remove code coverage

2.0.0

Choose a tag to compare

@smhg smhg released this 06 Jul 21:12
  • dependency & test update to enable DST insensitive date manipulations (see date-duration 1.0.0)

1.1.0

Choose a tag to compare

@smhg smhg released this 01 Dec 15:18
  • Uses Babel 6. This requires you to also install babel-polyfill whenever you use date-period.

1.0.0

Choose a tag to compare

@smhg smhg released this 11 Aug 12:09
  • API based on generator function