Skip to content
This repository was archived by the owner on Apr 21, 2020. It is now read-only.

v0.0.4

Choose a tag to compare

@gluons gluons released this 05 Dec 11:03
· 12 commits to master since this release
v0.0.4
e9c2d36
  • Add Date randomization methods:
    • Date.prototype.randomHours()
    • Date.prototype.randomMinutes()
    • Date.prototype.randomSeconds()
    • Date.prototype.randomMilliseconds()
    • Date.prototype.randomDate()
    • Date.prototype.randomMonth()
    • Date.prototype.randomYear()
    • Date.prototype.random([...targets])
  • [Testing] Switch back to Mocha.