# Changelog

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.

### [5.2.2](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v5.2.1...v5.2.2) (2020-07-04)


### Bug Fixes

* Retry images without streams ([4c33903](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/4c33903caf1962bdfd4198a37fbb750b7d81b5f5))

### [5.2.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v5.2.0...v5.2.1) (2020-05-23)


### Bug Fixes

* Upgrade all dependencies ([5c11546](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/5c1154671c8e586ae1b162d0fa56666f3ed15055))

## [5.2.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v5.1.0...v5.2.0) (2020-05-12)


### Features

* Retry images create requests ([119e99f](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/119e99f2ce3eb721e31518d6d43c778e171b9ced))

## [5.1.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v5.0.0...v5.1.0) (2020-03-21)


### Features

* Upload images concurrently ([85eaa27](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/85eaa2726a108396cd8b6ebb5bea579770a868ef))


### Bug Fixes

* Upgrade all dependencies ([90ee878](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/90ee878913a31245d63445a3925597e96c4f147a))

## [5.0.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v4.0.0...v5.0.0) (2020-02-04)

### ⚠ BREAKING CHANGES

- Drop support for node 8
- Images in folders start using `/` as the folder
  separator. Previously this was replaced with `__`.

### Features

- Allow folder separators inside image names ([e008663](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/e0086635561c48e4eb8454473d92f749adb68c38))

### Bug Fixes

- Upgrade all dependencies ([ce4dcea](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/ce4dcea4517823753564fdf2296e41788eb69261))

## [4.0.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v3.0.0...v4.0.0) (2019-09-09)

### ⚠ BREAKING CHANGES

- The CLI has been moved to its own package: https://github.com/viswiz-io/viswiz-cli

- Remove CLI :truck: ([f46cca7](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/f46cca7))

## [3.0.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v2.1.0...v3.0.0) (2019-09-09)

### ⚠ BREAKING CHANGES

- Image names are different compared to previous versions under Windows.

### Bug Fixes

- Paths under Windows get properly their prefix removed :bug: ([54f13b3](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/54f13b3))

## [2.1.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v2.0.1...v2.1.0) (2019-09-09)

### Bug Fixes

- CLI wait for result uses the project threshold for comparison ([169a2d5](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/169a2d5))

### Features

- New SDK method: getProject ([19d0709](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/19d0709))

## [2.0.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v2.0.0...v2.0.1) (2019-09-08)

### Bug Fixes

- Move babel-jest to devDependencies :bug: ([29b9e46](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/29b9e46))

## [2.0.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.5.1...v2.0.0) (2019-09-06)

### ⚠ BREAKING CHANGES

- Image names might be different compared to previous
  versions, which were not correctly removing the folder prefix.

### Bug Fixes

- Build operation removes folder prefix from image names :bug: ([fbebda8](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/fbebda8))
- Progress bar displays correctly :bug: ([b01cb5a](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/b01cb5a))

### Features

- CLI build with wait for results flag ([b2434c8](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/b2434c8))

## [1.5.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.5.0...v1.5.1) (2019-09-02)

### Bug Fixes

- Upgrade dependencies :arrow_up: ([54f0674](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/54f0674))
- Use all CLI options :bug: ([1d2a9ad](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/1d2a9ad))

## [1.5.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.4.0...v1.5.0) (2018-10-07)

### Bug Fixes

- Catch and output errors in CLI commands ([8de7c23](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/8de7c23))
- ES version uses real ES sources ([7864576](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/7864576))
- Upgrade dependencies :arrow_up: ([c4b957d](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/c4b957d))

### Features

- Progress indicator for build CLI command :tada: ([7868350](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/7868350)), closes [#1](https://github.com/viswiz-io/viswiz-nodejs-sdk/issues/1)

## [1.4.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.3.3...v1.4.0) (2018-10-06)

### Features

- Image directory is scanned recursively for images :sparkles: ([23a3399](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/23a3399))

## [1.3.3](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.3.2...v1.3.3) (2018-03-15)

## [1.3.2](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.3.1...v1.3.2) (2018-03-02)

### Bug Fixes

- CLI build outputs the correct report URL when finished :bug: ([25d66cd](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/25d66cd))

## [1.3.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.3.0...v1.3.1) (2018-03-01)

### Bug Fixes

- Setup bin link on install ([386c076](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/386c076))

## [1.3.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.2.0...v1.3.0) (2018-03-01)

### Features

- New CLI tool :rocket: ([9b0ff0f](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/9b0ff0f))

## [1.2.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.1.2...v1.2.0) (2018-02-22)

### Features

- Fallback to use API key from environment variable ([4cbba7e](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/4cbba7e))
- New method for simpler usage: buildWithImages ([f742055](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/f742055))

## [1.1.2](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.1.1...v1.1.2) (2018-02-08)

### Bug Fixes

- Package main and module exports :bug: ([da5bd85](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/da5bd85))

## [1.1.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.1.0...v1.1.1) (2018-01-22)

### Bug Fixes

- Export both CommonJS and ES module :bug: ([0a6b1ef](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/0a6b1ef))

## [1.1.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.4...v1.1.0) (2018-01-16)

### Bug Fixes

- Add finishBuild to usage examples docs :memo: ([304a435](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/304a435))

### Features

- Project notifications :tada: ([caad9b6](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/caad9b6))

## [1.0.4](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.3...v1.0.4) (2017-12-12)

### Bug Fixes

- Docs using ESDoc ([b4d2e88](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/b4d2e88))

## [1.0.3](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.2...v1.0.3) (2017-12-08)

### Bug Fixes

- Update readme links and format ([c1fa8cf](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/c1fa8cf))

## [1.0.2](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.1...v1.0.2) (2017-12-07)

### Bug Fixes

- Correct github URL :bug: ([e97ea83](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/e97ea83))

## [1.0.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.0...v1.0.1) (2017-12-07)

### Bug Fixes

- Updated docs with string IDs :twisted_rightwards_arrows: ([453eec0](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/453eec0))

## 1.0.0 (2017-12-04)

### Features

- Initial commit ([88c1af7](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/88c1af7))
