Releases: filipporomani/whatsapp-python
Releases · filipporomani/whatsapp-python
v2.4.3
- New Hook() class method (see the wiki for more details)
- Minor fixes
v2.3.2
- New create_message() method
- Code fixes and beautify
- Moved files to subfolders for better readability
v2.2.2 [BREAKING]
This is the first breaking release. After this version, heyoo
will be mostly incompatible with this library.
Updates:
- Message() object, refer to the wiki for more informations;
- Removed send_message(), reply_to_message() and mark_as_read() methods; they have been inserted into the Message() class.
- New message parser: messages are now parsed automatically by the Message() class
- New send/mark-as-read/reply method; refer to wiki
- Class splitted into multiple files
- Docs moved from README to Wiki
- Other minor fixes.
v1.1.2
Sorry for this release after only 13 hours, but many changes have been made.
- Version update: whatsapp-python now checks if a new version is available at every initialization. An error is logged if a new version is available;
- Logging disable: logging can now be disabled by passing the
logger=False
argument in the initialization; - Unbound variables: a lot of possibly unbound variables are now properly handled;
- v15 API instead of v14;
- Significant docs improvements;
- pep8 formatting;
- Removed tests.
v1.0.0
This is the first official release of this fork.
Some updates/removals done:
- Removed docker
- Removed tests
- Updated dependencies
- Removed unused methods
- Updated README
- Fixed setup.py description file
- Remove useless temp files
- Updated requirements
Many more coming soon!