New
v0.20: More STABLE Than v0.18, With More Features.
Change Log
v0.20
New Features
- Send/Receive Url Link message #1539
Message.find()to search message #1534room-inviteevent was added, bot canaccept()room invitation #1492ContactSelf.qrcode()Bot can get qrcode for itself #1301
Breaking Changes
Contact.aliaschanged from Sync to Async #1500
FULL CHANGELOG
v0.20.0 (2018-08-18)
Implemented enhancements:
- [RFC] Suggest to have more detailed error message when doing ContactSelf related operations #1549
- feat: add receive and send link #1539
- Feat: add
Message.findto search in cache. #1534 - Get Rid of the Dependences which requires build when
npm install#1529 - Puppet Padchat Not Supported Attachment File Type in Message. #1524
- BREAKING CHANGE: v0.20
Contact.aliaschanged from Sync to Async #1500 - Pre-install all official supported Puppets when build docker image #1493
- 【Proposal】New 'room-invite' event #1492
Fixed bugs:
- TypeError: Cannot read property 'type' of undefined at AnotherOriginalClass.type #1545
- contact alias not sync after call contact.alias(string) to set alias #1517
- Fix Puppet Memory Multiplex Problem with Multi-Instance Wechaty and Pre-Instanced Puppet #1516
- Question: How to pre-set puppet module to be used by wechaty with docker #1478
- JSDoc bugs #1475
- PuppetPadChat:Contact.avatar() Error #1473
- PuppetWeb loses event listeners when resetting #1470
- Check the puppet version to satisfy the Wechaty requirement #1453
- Split the
xxxIdListto chunks when map it to payload to prevent block the event loop
Closed issues:
- appear bug when logout use padchat #1559
- [RFC] Shall we clean up room information when we receive room events? #1552
- Want to create UrlLink with control on all properties #1541
- memory-card cannot save successfully #1537
- Error: Cannot find module 'babel-plugin-transform-runtime' from '/bot' #1536
- contact name not sync after call sync() or restart docker (RPC) #1531
- Why wechaty need express #1523
- calling await bot.stop() can't stop the bot #1519
- @ 人没提示 #1504
Merged pull requests:
- sync room when receive room events #1557 (windmemory)
- better error message for contact self operations #1550 (windmemory)
- add receive and send link prototype #1538 (windmemory)
- add ready in jsdoc #1533 (lijiarui)
- add check isMentionMe method #1532 (bitwater)