Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 381 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 381 Bytes

0.2.0 / 2015-04-27

  • 优化 takePair

0.1.3 / 2015-04-26

  • Add peek method

0.1.1 / 2015-04-24

  • 支持 sscan('...', function(done) {}) 写法

    第二个参数中的函数会循环执行,直到调用了 done() 才会退出。

  • Update example code

0.1.0 / 2015-04-24

  • init