# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.3"></a>

## [0.2.3](https://github.com/charjac/peertube-client/compare/v0.2.2...v0.2.3) (2019-02-17)

### Bug Fixes

- **auth:** improve http helpers, make auth works again ([cf93293](https://github.com/charjac/peertube-client/commit/cf93293))

<a name="0.2.2"></a>

## [0.2.2](https://github.com/charjac/peertube-client/compare/v0.2.1...v0.2.2) (2019-02-15)

### Bug Fixes

- **ajax:** fix fetch issue ([2761c93](https://github.com/charjac/peertube-client/commit/2761c93))

<a name="0.2.1"></a>

## [0.2.1](https://github.com/charjac/peertube-client/compare/v0.2.0...v0.2.1) (2019-02-15)

### Bug Fixes

- **dep:** remove dependencies ([09b9d0e](https://github.com/charjac/peertube-client/commit/09b9d0e))

<a name="0.2.0"></a>

# [0.2.0](https://github.com/charjac/peertube-client/compare/v0.1.2...v0.2.0) (2019-02-15)

### Bug Fixes

- **typings:** improve typings ([efece7e](https://github.com/charjac/peertube-client/commit/efece7e))

### Features

- **auth:** auto authent if not already done ([d01f70f](https://github.com/charjac/peertube-client/commit/d01f70f))

<a name="0.1.2"></a>

## [0.1.2](https://github.com/charjac/peertube-client/compare/v0.1.1...v0.1.2) (2019-01-15)

### Bug Fixes

- **helpers:** add missing import for node (isomorphic fetch) ([f86a897](https://github.com/charjac/peertube-client/commit/f86a897))

<a name="0.1.1"></a>

## [0.1.1](https://github.com/charjac/peertube-client/compare/v0.1.0...v0.1.1) (2019-01-13)

### Bug Fixes

- **typings:** add missings typings ([b366807](https://github.com/charjac/peertube-client/commit/b366807))
- **typings:** change list return type ([c04dedd](https://github.com/charjac/peertube-client/commit/c04dedd))

<a name="0.1.0"></a>

# 0.1.0 (2019-01-08)

### Features

- **auth:** implement authentication ([4fd42e6](https://github.com/charjac/peertube-client/commit/4fd42e6))
- **channel:** implements channels ([bcf816c](https://github.com/charjac/peertube-client/commit/bcf816c))
- **user:** implements accounts and users methods ([e792c6b](https://github.com/charjac/peertube-client/commit/e792c6b))
- **video:** simple video implementation ([d166208](https://github.com/charjac/peertube-client/commit/d166208))
- add missings methods (config, server ...) ([bde5467](https://github.com/charjac/peertube-client/commit/bde5467))
