Key changes since 1.0.0
Added
- Support Python 3.13 by @elliot-100 in #156
Spond.get_messages
: addmax_chats
parameter (default 100) and populateSpond.messages
by @elliot-100 in #146- Type hint additions and improvements by @elliot-100 in #140, #151
Changed
- BREAKING CHANGE: raise
KeyError
instead ofIndexError
for all failed lookup methods by @elliot-100 in #135 - Sanitize filenames and handle member issues in
attendance.py
example script by @alsp80 in #155
Removed
- Support for Python 3.8 by @elliot-100 in #156
Fixed
- Spond.update_events(uid...) will modify or overwrite another event, if no event matching uid exists by @elliot-100 in #161
attendance.py
example script exits with error if--from
or--to
params are used by @elliot-100 in #158- Documentation and type hints where functions may return
None
by @elliot-100 in #148
New Contributors
Full Changelog: 1.0.0...1.1.0