Skip to content

v0.7.0

Choose a tag to compare

@garyb garyb released this 25 Jul 10:53
· 80 commits to master since this release
  • Fixed time values (Hours, Minutes, Seconds, Milliseconds) by changing the internal representation to Number. Previously Milliseconds would overflow when using functions like toEpochMilliseconds. (@nwolverson)