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.
- Change endpoint for token retrievement
- Change User Agent and Api Version
- Request by adding User-Agent since PostNL seems to require that now
- Package that is enroute with unknown date
- Resolved an issue when there is no delivery date (yet).
- Fixed the test case for letters
- Created packages and letters classes
- Isoformat parsed datetime for delivery and planned dates
- Added properties for is_delivered and delivery_today
- Renamed methods to get_X with X: deliveries, distributions and letters
- Traceback when no deliveryDate is found in shipment
- Export custom exception
- Add custom exception
- Add date time parser for status messages
- Initial public release
- Better exception handling & less code duplication
- Basic test function
- Add function to retrieve letter status
- Add function to retrieve single letter
- Add function to retrieve single shipment
- Fixed the docstring notation
- Better exception handling & less code duplication
- Initial (private) release