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.
0.5.0 - 2021-04-18
- projects endpoint
- using init to create urlrequest and not building it
0.4.0 - 2021-04-12
- public profile of the authenticated user endpoint
0.3.0 - 2021-04-11
- public api for response objects
0.2.0 - 2021-04-05
- response object access modified
- OauthTokenResponse tests
- Oauth token refresh request body
- token signing no longer done in this module
- tidyd package file
0.1.2 - 2021-03-29
- made single Model scope
- made rest of models public
0.1.1 - 2021-03-29
- moved models to Models scope instead of being in JiraAPI or JiraAPI.Auth
- made urls and requests, models public
0.1.0 - 2021-03-28
- added changelog
- added urls and requests for loggin in
- set up readme with initial version