v0.5.1
版本发布时间: 2016-11-03 19:13:58
wechaty/wechaty最新发布版本:v0.56(2021-01-25 16:29:30)
Changelog
- Converted to Typescript #40
- Dockerize Wechaty for easy start #66
- BREAKING CHANGE: global event
scan
listener arguments changed from 1 to 2: now isfunction(this: Sayable, url: string, code: number)
instead offunction({url, code})
before. - Sayablization: Make Wechaty/Contact/Room
Sayable
, and allthis
inside wechaty event listeners areSayable
too. #41 - add test with Node.js v7.0 in CI
- add
npm run doctor
to diagnose wechaty and output useful debug information
Known ISSUE
-
FriendRequest
class can not be instanced by hand #70