Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 13:14
8e92839
  • add support for new API functions: get_absences, get_absence_types, create_absence, delete_absence, get_attendances (thanks philipflohr!)
  • add support for paginated API requests (required for attendances & absences)
  • make from_dict() and to_dict() behave consistently
  • meta: improve CI builds & tests, better pre-commit hooks
  • lots of mock tests & documentation