这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@HitkoDev
Copy link
Contributor

Closes #936

@HitkoDev HitkoDev force-pushed the master branch 2 times, most recently from 7aebdc1 to 7123d8b Compare March 31, 2017 13:44
@HitkoDev HitkoDev closed this Mar 31, 2017
@HitkoDev HitkoDev reopened this Mar 31, 2017
@HitkoDev
Copy link
Contributor Author

HitkoDev commented Mar 31, 2017

EDIT:

Changed some tests because they didn't properly handle the last day of the month, i.e.:

var playdate = new Date(2017, 2, 31)
playdate.setMonth(playdate.getMonth() - 1)

equals to:

var playdate = new Date(2017, 1, 31)      // 31 - 28 = 3, same as new Date(2017, 2, 3)

@DanielRuf DanielRuf added the bug label Feb 18, 2018
@DanielRuf
Copy link
Contributor

Please revert the change of the version number.

@DanielRuf
Copy link
Contributor

Bump.

This reverts commit 62e54f9.
@DanielRuf DanielRuf merged commit 1ab822a into amsul:master Mar 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants