Releases: leosarra/openstud_driver
Releases · leosarra/openstud_driver
OpenStud Driver 0.11.6
- More tentative changes to Openstud's constructors
- Fix dependencies on Jitpack
OpenStud Driver 0.11.4
- Fix jitpack build
OpenStud Driver 0.11.3
- Add a default constructor
OpenStud Driver 0.11.2
- OpenStud constructor is now public
OpenStud Driver 0.11.1
- Add isPasswordExpired() to OpenstudInvalidCredentials to check if user's account has an expired password
OpenStud Driver 0.11
- Throw invalid credentials if password got changed after login
OpenStud Driver 0.10.3
- Fixed an unintended behavior in getPaidTaxes() and getUnpaidTaxes() (Thank you @lrusso96 ! )
OpenStud Driver 0.10.2
- First and last name are no longer upper case
OpenStud Driver 0.10
- Improved error handling
- Replaced OpenstudInvalidPasswordException with OpenstudInvalidCredentialsException
- Replaced Java 8 time library with Three Ten Backport
OpenStud Driver 0.9
- Reworked how dates are handled
- Resolved parsing bugs
- Updated OkHttp
- Fixed a race condition bug in refreshToken() and login()
- Added support for taxes (Paid/Unpaid)