Ptt Client Versions Save

A Node.js/Browser client for fetching data from ptt.cc

v0.9.0

4 years ago

Many breaking changes in this version 😃 :

  • Migrate to Typescript (#6)
  • Add typeorm-liked API (#8)
  • Add tslint (@jubeatWwW in #9)
  • Fix connection issue (Yukaii/vscode-ptt#16)

v0.8.1

4 years ago
  • Fix can't get correct article content if search conditions are set. (@JosephT5566 in #7)

v0.8.0

4 years ago
  • Support multi-search by invoking setSearchCondition multiple times (@JosephT5566 in #5)
  • Move keyboard.js to keymap.js
  • Fix bug in substrWidth

v0.4.0

4 years ago
  • Add preventIdle feature
  • Set communication encoding with UTF-8
    • Add comma after username during log in

v0.7.0

4 years ago
  • Add config preventIdleTimeout
  • Add init
    • call this method if reconnection is needed

v0.6.1

4 years ago
  • Fix getFavorite (Yukaii/vscode-ptt#11)
  • Fix preventIdle

v0.6.0

4 years ago
  • 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

v0.5.1

5 years ago
  • Add option whether kick other login sessions or not. (Default: true) (8eac251)

v0.5.0

5 years ago
  • Add logout
  • Add getMails, getMail
  • getFavorite supports multi-layer loading
  • Add connect in the state
  • Fix error when connection is closed

Note: these functions don't have unit test yet.

v0.3.0

6 years ago