Skip to content

Releases: onface/timer

0.3.0

Choose a tag to compare

@nimoc nimoc released this 18 Oct 05:35

0.1.0

Choose a tag to compare

@nimoc nimoc released this 16 Sep 14:26
  • NEW 增加 time.free 判断是否未在计时
  • NEW 增加 time.watch 判断是否未在计时
  • NEW 增加 time.cacheSec() 获取缓存秒数
  • CHANGED 删除 time.call() time.end() 通过 time.watch({sec: 0~无限大}) 替代 call ,并通过 sec 判断是否结束 (sec 为 0 则为结束)。
  • CHANGED 计时时间的设置改为通过 time.start(sec),以前是通过 new Timer({second:10})

0.0.3

Choose a tag to compare

@nimoc nimoc released this 14 Sep 07:03
moment