Docker Image

$ docker pull zixia/wechaty:0.5.9

NPM

$ npm install wechaty@0.5.9

Release Notes

New Feature

  1. Add Contact.remark(newRemark: string) support #34

Enhancement

  1. Use CI to publish wechaty@next NPM Module automatically. Now you can try nightly build by run npm install wechaty@next.
  2. Add unit tests for Wechaty Docker, by running both JavaScript and TypeScript bot files, ensure it is workable in both language.

Bug Fix

  1. Fix use obj.from instead of obj.id by @kyle-yu #68
  2. Fix a Singleton bug in Config.puppetInstance() by @JasLin #76
  3. Fix an undefined variable warning in Room.memberList() by @JasLin #78
  4. Ignore all emoji in room member names by @lijiarui #64

Misc

  1. Remove the WebDriverJS promise manager #72
  2. Remove all default exports in Wechaty Module #40
  3. Start to require Node.js v7, because Selenium WebDriver requires v6.9 (faint) ...
  4. Lots of code & doc clean.

项目简介

Conversational SDK for Chatbot Makers

发行版本 22

Wechaty 0.56 Released!

全部发行版

贡献者 37

全部贡献者

开发语言

  • TypeScript 92.2 %
  • Shell 5.0 %
  • JavaScript 1.7 %
  • Dockerfile 1.2 %