Releases: kevinptt0323/ptt-client
Releases · kevinptt0323/ptt-client
v0.9.0
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
- Fix can't get correct article content if search conditions are set. (@JosephT5566 in #7)
v0.8.0
- Support multi-search by invoking
setSearchCondition
multiple times (@JosephT5566 in #5) - Move
keyboard.js
tokeymap.js
- Fix bug in
substrWidth
v0.7.0
- Add config
preventIdleTimeout
- Add
init
- call this method if reconnection is needed
v0.6.1
- Fix
getFavorite
(Yukaii/vscode-ptt#11) - Fix
preventIdle
v0.6.0
- 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
tobig5
orutf8
- set config
- Upgrade eventemitter3 and ws
v0.5.1
v0.5.0
- 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.4.0
- Add
preventIdle
feature - Set communication encoding with UTF-8
- Add comma after username during log in
v0.3.0
0.3.0