-------- - Replaces **requests** with **httpx** as a dependency - Requires **python 3.7+** from here on out
0.7.1
-------- - Updates documentation
0.7.0
-------- - Adds Poetry as the package installer/manager. - Removes CLI, API, CONFIG modules and features due to unstable dependencies and feature creep - Working to migrate documentation from the github wiki to readthedocs.
0.5.0
----- - Adds support for **WhatsApp** via the [Twilio-WhatsApp API](https://www.twilio.com/docs/sms/whatsapp) - Adds code formating with Black - Removes __setattr__ from Message Interface (ABC) and instead uses a property factory defined in _utils.py
0.4.4
----- - Changes CLI structure to break out each message type into its own subcommand - Changes each message interface to accept an **auth** param instead of naming each credential param separately. If a message requires more than one input for **auth**, then it will expect a tuple or a list. - Redesigns the **_config.py** module to be more readable and easier to interface with inside the message classes.
0.4.3
----- - Adds **--verbose**, **-V** option to the CLI to enable verbose output for each message invocation.