Skip to content

v3.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 22 Apr 07:50

Breaking:

  • Require Node.js 8 (#3) ba5f69c
  • Convert the arguments to an options-object 9887e07
    monthDays(1, 2016);monthDays({month: 1, year: 2016});

Enhancements:

v2.1.0...v3.0.0