Skip to content

v0.6.0

Compare
Choose a tag to compare
@kevinptt0323 kevinptt0323 released this 08 Aug 19:17
· 43 commits to master since this release
  • Support searching articles in board using setSearchCondition(type, condition) (@JosephT5566 in #2)
    • type: 'push' | 'author' | 'title'
    • condition: string
  • Support communication with encoding Big5 and UTF-8 (#4)
    • set config charset to big5 or utf8
  • Upgrade eventemitter3 and ws