Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 866 Bytes

CHANGELOG.md

File metadata and controls

18 lines (12 loc) · 866 Bytes

Changelog

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() and to_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)