# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [2.0.0] - 2021-04-19 ### Added - `.authenticated` - `.ensureAuthenticated()` - `.repositories.getUserRepository()` - `.repositories.createUserRepository()` - Automatic authentication on calls if not authenticated - Add tests - API documentation ### Changed - Export named properties - Calls return axios response object - Change argument validation from `ow` to `joi` - Maintenance updates ## [1.2.0] - 2020-06-16 ### Added - Expose axios instance under `.axios` ## [1.1.0] - 2019-06-25 ### Added - Package manager ### Changed - Change HTTP client from `got`to `axios` - Maintenance updates ## [1.0.0] - 2019-03-14 ### Added - Basic API #### Authentication - `.authenticate()` #### Low-level calls - `.put()` - `.post()` - `.get()` - `.delete()` #### Information - `.user` [Unreleased]: https://github.com/absolunet/node-bitbucket-api/compare/2.0.0...HEAD [2.0.0]: https://github.com/absolunet/node-bitbucket-api/compare/1.2.0...2.0.0 [1.2.0]: https://github.com/absolunet/node-bitbucket-api/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/absolunet/node-bitbucket-api/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/absolunet/node-bitbucket-api/releases/tag/1.0.0