UNPKG

8.02 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5### [5.2.2](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v5.2.1...v5.2.2) (2020-07-04)
6
7
8### Bug Fixes
9
10* Retry images without streams ([4c33903](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/4c33903caf1962bdfd4198a37fbb750b7d81b5f5))
11
12### [5.2.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v5.2.0...v5.2.1) (2020-05-23)
13
14
15### Bug Fixes
16
17* Upgrade all dependencies ([5c11546](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/5c1154671c8e586ae1b162d0fa56666f3ed15055))
18
19## [5.2.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v5.1.0...v5.2.0) (2020-05-12)
20
21
22### Features
23
24* Retry images create requests ([119e99f](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/119e99f2ce3eb721e31518d6d43c778e171b9ced))
25
26## [5.1.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v5.0.0...v5.1.0) (2020-03-21)
27
28
29### Features
30
31* Upload images concurrently ([85eaa27](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/85eaa2726a108396cd8b6ebb5bea579770a868ef))
32
33
34### Bug Fixes
35
36* Upgrade all dependencies ([90ee878](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/90ee878913a31245d63445a3925597e96c4f147a))
37
38## [5.0.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v4.0.0...v5.0.0) (2020-02-04)
39
40### ⚠ BREAKING CHANGES
41
42- Drop support for node 8
43- Images in folders start using `/` as the folder
44 separator. Previously this was replaced with `__`.
45
46### Features
47
48- Allow folder separators inside image names ([e008663](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/e0086635561c48e4eb8454473d92f749adb68c38))
49
50### Bug Fixes
51
52- Upgrade all dependencies ([ce4dcea](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/ce4dcea4517823753564fdf2296e41788eb69261))
53
54## [4.0.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v3.0.0...v4.0.0) (2019-09-09)
55
56### ⚠ BREAKING CHANGES
57
58- The CLI has been moved to its own package: https://github.com/viswiz-io/viswiz-cli
59
60- Remove CLI :truck: ([f46cca7](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/f46cca7))
61
62## [3.0.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v2.1.0...v3.0.0) (2019-09-09)
63
64### ⚠ BREAKING CHANGES
65
66- Image names are different compared to previous versions under Windows.
67
68### Bug Fixes
69
70- Paths under Windows get properly their prefix removed :bug: ([54f13b3](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/54f13b3))
71
72## [2.1.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v2.0.1...v2.1.0) (2019-09-09)
73
74### Bug Fixes
75
76- CLI wait for result uses the project threshold for comparison ([169a2d5](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/169a2d5))
77
78### Features
79
80- New SDK method: getProject ([19d0709](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/19d0709))
81
82## [2.0.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v2.0.0...v2.0.1) (2019-09-08)
83
84### Bug Fixes
85
86- Move babel-jest to devDependencies :bug: ([29b9e46](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/29b9e46))
87
88## [2.0.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.5.1...v2.0.0) (2019-09-06)
89
90### ⚠ BREAKING CHANGES
91
92- Image names might be different compared to previous
93 versions, which were not correctly removing the folder prefix.
94
95### Bug Fixes
96
97- Build operation removes folder prefix from image names :bug: ([fbebda8](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/fbebda8))
98- Progress bar displays correctly :bug: ([b01cb5a](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/b01cb5a))
99
100### Features
101
102- CLI build with wait for results flag ([b2434c8](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/b2434c8))
103
104## [1.5.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.5.0...v1.5.1) (2019-09-02)
105
106### Bug Fixes
107
108- Upgrade dependencies :arrow_up: ([54f0674](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/54f0674))
109- Use all CLI options :bug: ([1d2a9ad](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/1d2a9ad))
110
111## [1.5.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.4.0...v1.5.0) (2018-10-07)
112
113### Bug Fixes
114
115- Catch and output errors in CLI commands ([8de7c23](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/8de7c23))
116- ES version uses real ES sources ([7864576](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/7864576))
117- Upgrade dependencies :arrow_up: ([c4b957d](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/c4b957d))
118
119### Features
120
121- 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)
122
123## [1.4.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.3.3...v1.4.0) (2018-10-06)
124
125### Features
126
127- Image directory is scanned recursively for images :sparkles: ([23a3399](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/23a3399))
128
129## [1.3.3](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.3.2...v1.3.3) (2018-03-15)
130
131## [1.3.2](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.3.1...v1.3.2) (2018-03-02)
132
133### Bug Fixes
134
135- CLI build outputs the correct report URL when finished :bug: ([25d66cd](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/25d66cd))
136
137## [1.3.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.3.0...v1.3.1) (2018-03-01)
138
139### Bug Fixes
140
141- Setup bin link on install ([386c076](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/386c076))
142
143## [1.3.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.2.0...v1.3.0) (2018-03-01)
144
145### Features
146
147- New CLI tool :rocket: ([9b0ff0f](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/9b0ff0f))
148
149## [1.2.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.1.2...v1.2.0) (2018-02-22)
150
151### Features
152
153- Fallback to use API key from environment variable ([4cbba7e](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/4cbba7e))
154- New method for simpler usage: buildWithImages ([f742055](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/f742055))
155
156## [1.1.2](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.1.1...v1.1.2) (2018-02-08)
157
158### Bug Fixes
159
160- Package main and module exports :bug: ([da5bd85](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/da5bd85))
161
162## [1.1.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.1.0...v1.1.1) (2018-01-22)
163
164### Bug Fixes
165
166- Export both CommonJS and ES module :bug: ([0a6b1ef](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/0a6b1ef))
167
168## [1.1.0](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.4...v1.1.0) (2018-01-16)
169
170### Bug Fixes
171
172- Add finishBuild to usage examples docs :memo: ([304a435](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/304a435))
173
174### Features
175
176- Project notifications :tada: ([caad9b6](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/caad9b6))
177
178## [1.0.4](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.3...v1.0.4) (2017-12-12)
179
180### Bug Fixes
181
182- Docs using ESDoc ([b4d2e88](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/b4d2e88))
183
184## [1.0.3](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.2...v1.0.3) (2017-12-08)
185
186### Bug Fixes
187
188- Update readme links and format ([c1fa8cf](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/c1fa8cf))
189
190## [1.0.2](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.1...v1.0.2) (2017-12-07)
191
192### Bug Fixes
193
194- Correct github URL :bug: ([e97ea83](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/e97ea83))
195
196## [1.0.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.0...v1.0.1) (2017-12-07)
197
198### Bug Fixes
199
200- Updated docs with string IDs :twisted_rightwards_arrows: ([453eec0](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/453eec0))
201
202## 1.0.0 (2017-12-04)
203
204### Features
205
206- Initial commit ([88c1af7](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/88c1af7))