- [`2021-09-23`](https://github.com/ivanhrabcak/edupage-api/commit/189299b04f8af82f216bbe8c5f3dc83fe9310621) ❯ Enable iterations for `EduTimetable` - [`2021-09-23`](https://github.com/ivanhrabcak/edupage-api/commit/5997bd9df85c26d2df078e8098b57720668d8ef8) ❯ Format README and rewrite timetable examples - [`2021-09-23`](https://github.com/ivanhrabcak/edupage-api/commit/0e5c0a50074cc96525b6a2d06025474d8623460a) ❯ Update `get_students()` and `get_teachers()` example - [`2021-09-23`](https://github.com/ivanhrabcak/edupage-api/commit/a63efc6c37b3bd2a23d2079488f9038e5cb6156a) ❯ Fix "Upload file" example - [`2021-09-23`](https://github.com/ivanhrabcak/edupage-api/commit/2c74af18a2e0d4c350b44aaeb4f1da505546c6f7) ❯ Remove `name` parameter from `EduNotification` - [`2021-09-23`](https://github.com/ivanhrabcak/edupage-api/commit/0ecab6a1adb5f95354bb8872408b2dad25bd3f68) ❯ Remove unused `duration` parameter from `EduNotification` - [`2021-09-23`](https://github.com/ivanhrabcak/edupage-api/commit/bcd9836eef2466975e07afeb015fba73f5259e00) ❯ Add notifications example - [`2021-10-02`](https://github.com/ivanhrabcak/edupage-api/commit/0dadc70b6880c3b1306765a2d56b1cb0b88817cd) ❯ Fix `parse_login_data` (#33) - [`2021-10-25`](https://github.com/ivanhrabcak/edupage-api/commit/0f2faf3d710f7f3bb82a2726be6dc4278b424d58) ❯ Fix invalid `id` handling
0.9.85
- [`2021-09-23`](https://github.com/ivanhrabcak/edupage-api/commit/14ad30d26da1747227a62489719aad7e31f89855) ❯ Added requests[security] to requirements.txt, added debug logging
0.9.84
- [`2021-09-19`](https://github.com/ivanhrabcak/edupage-api/commit/db211fc37fb14cca8713de242bba5b7a1511caa7) ❯ Add an optional `timeout` parameter to `Edupage.__init__`
0.9.83
- [`2021-09-12`](https://github.com/ivanhrabcak/edupage-api/commit/dffae3886a958946a9de0c1a428fdd1a0ba622a2) ❯ Fix `text` for "homework notifications" - [`2021-09-18`](https://github.com/ivanhrabcak/edupage-api/commit/f3ed7aedc88caa354f99fbe17c609d2d70ff5899) ❯ Add a method for sending keepalive packets, increase timeout
0.9.82
- [`2021-06-29`](https://github.com/ivanhrabcak/edupage-api/commit/9fdafddb7aa9fe6a425e99c5b167c9c7ffa71e5a) ❯ Use `messageContent` for "Important messages" - [`2021-07-25`](https://github.com/ivanhrabcak/edupage-api/commit/45a3268d061e285aaedd322a649c25bba53720ff) ❯ Replace `==` and `!=` checks against None with `is` and `is not`
0.9.81
- [`2021-06-26`](https://github.com/ivanhrabcak/edupage-api/commit/a37e2dd6e84f46a9d7110ddd91fdeba648937a9a) ❯ Fix a bug in get_grades and make get_notifications blazing fast - [`2021-06-27`](https://github.com/ivanhrabcak/edupage-api/commit/df184e2f88f87a0a8a4f6f5fa0f017f5b05654e6) ❯ Fix `EduNotification.id`, add reactions support