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.
2.0.0 - 2021-04-19
.authenticated
.ensureAuthenticated()
.repositories.getUserRepository()
.repositories.createUserRepository()
- Automatic authentication on calls if not authenticated
- Add tests
- API documentation
- Export named properties
- Calls return axios response object
- Change argument validation from
ow
tojoi
- Maintenance updates
1.2.0 - 2020-06-16
- Expose axios instance under
.axios
1.1.0 - 2019-06-25
- Package manager
- Change HTTP client from
got
toaxios
- Maintenance updates
1.0.0 - 2019-03-14
- Basic API
.authenticate()
.put()
.post()
.get()
.delete()
.user