All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- add support for new API functions:
get_absences
,get_attendances
- add support for paginated API requests (required for attendances & absences)
- make
from_dict()
andto_dict()
behave consistently - meta: improve CI builds & tests, better pre-commit hooks
0.1.1 - 2020-08-19
- This is the first release of the Personio API client library
- Created Python module
personio_py
- Documentation using Sphinx (on GitHub Pages)