sb-mig 2.9.0 → 2.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -20
- package/lib/api/componentPresets.d.ts +1 -1
- package/lib/api/componentPresets.js +6 -9
- package/lib/api/components.js +25 -20
- package/lib/api/datasources.js +53 -46
- package/lib/api/migrate.d.ts +2 -2
- package/lib/api/migrate.js +69 -64
- package/lib/api/mutateComponents.js +10 -8
- package/lib/api/presets.js +11 -7
- package/lib/api/resolvePresets.js +7 -7
- package/lib/api/roles.d.ts +1 -1
- package/lib/api/roles.js +39 -32
- package/lib/api/spaces.js +8 -6
- package/lib/commands/backup.d.ts +1 -1
- package/lib/commands/backup.js +75 -75
- package/lib/commands/debug.js +10 -3
- package/lib/commands/sync.js +43 -43
- package/lib/config/StoryblokComponentsConfig.js +44 -44
- package/lib/config/config.js +16 -16
- package/lib/core.js +5 -5
- package/lib/index.js +1 -0
- package/lib/utils/discover.d.ts +1 -1
- package/lib/utils/discover.js +46 -44
- package/lib/utils/discover2.js +100 -91
- package/lib/utils/files.js +21 -15
- package/lib/utils/logger.js +5 -5
- package/lib/utils/others.js +2 -1
- package/oclif.manifest.json +1 -1
- package/package.json +18 -30
- package/CHANGELOG.md +0 -968
package/CHANGELOG.md
DELETED
|
@@ -1,968 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## 2.9.0 (2020-11-09)
|
|
7
|
-
|
|
8
|
-
* docs(sync roles): add roadmap point for syncing roles ([1fc89af](https://github.com/sb-mig/sb-mig/commit/1fc89af))
|
|
9
|
-
* feat(backup roles): add backup all and one role to backup command ([d285513](https://github.com/sb-mig/sb-mig/commit/d285513))
|
|
10
|
-
* feat(discover roles): add normalizDiscover and discovering rols files in local and node_modules ([ff15daf](https://github.com/sb-mig/sb-mig/commit/ff15daf))
|
|
11
|
-
* feat(roles): add config entries for roles.sb.js files ([20b4d65](https://github.com/sb-mig/sb-mig/commit/20b4d65))
|
|
12
|
-
* feat(sync roles): finalize sync roles: sync provided roles, sync all roles, updating and creating ([2a2dda4](https://github.com/sb-mig/sb-mig/commit/2a2dda4))
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
## <small>2.8.6 (2020-11-05)</small>
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package sb-mig
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## <small>2.8.5 (2020-11-05)</small>
|
|
27
|
-
|
|
28
|
-
* fix(storyblokcomponentsconfig): wrong locationPath ([f361a2b](https://github.com/sb-mig/sb-mig/commit/f361a2b))
|
|
29
|
-
* fix(sync): not syncing node_modules, when there is only 1 scope node_modules folder in component dir ([7631160](https://github.com/sb-mig/sb-mig/commit/7631160))
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
## <small>2.8.4 (2020-11-02)</small>
|
|
36
|
-
|
|
37
|
-
* fix(discover): not getting external files, only looking for local ones ([a2297a3](https://github.com/sb-mig/sb-mig/commit/a2297a3))
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## <small>2.8.3 (2020-11-02)</small>
|
|
44
|
-
|
|
45
|
-
* fix(sync): change filePattern to look for schema files (by mistake it was for datasources) ([818d8cc](https://github.com/sb-mig/sb-mig/commit/818d8cc))
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
## <small>2.8.2 (2020-10-30)</small>
|
|
52
|
-
|
|
53
|
-
* fix(contents): add link to contents list ([e59d4b2](https://github.com/sb-mig/sb-mig/commit/e59d4b2))
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
## <small>2.8.1 (2020-10-30)</small>
|
|
60
|
-
|
|
61
|
-
* docs(adding components and overwriting schemas): add very rough docs about adding and overwriting ([0c8ec2f](https://github.com/sb-mig/sb-mig/commit/0c8ec2f))
|
|
62
|
-
* fix(auto styles import): auto import styles from sb components, to not import not existing styles ([4eb4870](https://github.com/sb-mig/sb-mig/commit/4eb4870))
|
|
63
|
-
* fix(docs): update readme ([915b380](https://github.com/sb-mig/sb-mig/commit/915b380))
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
## 2.8.0 (2020-10-29)
|
|
70
|
-
|
|
71
|
-
* fix(comments): remove not needed comments and console.logs ([865bbb8](https://github.com/sb-mig/sb-mig/commit/865bbb8))
|
|
72
|
-
* fix(storyblokcomponentsconfig): remove not needed isInstalled prop from config ([33fac47](https://github.com/sb-mig/sb-mig/commit/33fac47))
|
|
73
|
-
* fix(types safety): decide on not using unknown for now (lot of refactor needed) ([8138f90](https://github.com/sb-mig/sb-mig/commit/8138f90))
|
|
74
|
-
* fix(wip): wIP ([2b7f718](https://github.com/sb-mig/sb-mig/commit/2b7f718))
|
|
75
|
-
* feat(adding and tracking): adding components rewrite, change tracking method for importing files ([1f2bd05](https://github.com/sb-mig/sb-mig/commit/1f2bd05))
|
|
76
|
-
* feat(import styles): add discoverManyStyles function ([4b189f1](https://github.com/sb-mig/sb-mig/commit/4b189f1))
|
|
77
|
-
* Merge branch 'master' of github.com:sb-mig/sb-mig into improve-tracking-components-feature ([20cd491](https://github.com/sb-mig/sb-mig/commit/20cd491))
|
|
78
|
-
* Merge branch 'master' of github.com:sb-mig/sb-mig into improve-tracking-components-feature ([65c2423](https://github.com/sb-mig/sb-mig/commit/65c2423))
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## 2.7.0 (2020-10-21)
|
|
85
|
-
|
|
86
|
-
* fix(hotfix): fix problems with nanmed imports from datasources to core ([a7cf988](https://github.com/sb-mig/sb-mig/commit/a7cf988))
|
|
87
|
-
* fix(hotfix): object is of type unknown ([66dbb8f](https://github.com/sb-mig/sb-mig/commit/66dbb8f))
|
|
88
|
-
* feat(sync datasources): add feature of syncing datasources ([88e61d9](https://github.com/sb-mig/sb-mig/commit/88e61d9))
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
## 2.6.0 (2020-10-19)
|
|
95
|
-
|
|
96
|
-
* feat(auto styles import): add match file config option ([775a081](https://github.com/sb-mig/sb-mig/commit/775a081))
|
|
97
|
-
* feat(discover): rewrite whole discovering feature +++ ([f0d2b44](https://github.com/sb-mig/sb-mig/commit/f0d2b44))
|
|
98
|
-
* feat(sync with lock file): syncing with lock file ([f3cdf0b](https://github.com/sb-mig/sb-mig/commit/f3cdf0b))
|
|
99
|
-
* fix(core backup): add indentation to sb-mig backup components files ([36ea9a8](https://github.com/sb-mig/sb-mig/commit/36ea9a8))
|
|
100
|
-
* fix(core config): remove not used npmScopeForComponents and reactComponentsDirectory ([2fd7627](https://github.com/sb-mig/sb-mig/commit/2fd7627))
|
|
101
|
-
* fix(sb lock file): remove not needed duplicated file ([6c037db](https://github.com/sb-mig/sb-mig/commit/6c037db))
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
## <small>2.5.1 (2020-10-07)</small>
|
|
108
|
-
|
|
109
|
-
* fix(not needed files): remove lib folder from github ([326de8c](https://github.com/sb-mig/sb-mig/commit/326de8c))
|
|
110
|
-
* chore(release): beta -> 2.5.0 ([325d862](https://github.com/sb-mig/sb-mig/commit/325d862))
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
## 2.4.0-beta.2 (2020-10-07)
|
|
117
|
-
|
|
118
|
-
**Note:** Version bump only for package sb-mig
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## 2.4.0-beta.1 (2020-10-07)
|
|
125
|
-
|
|
126
|
-
* fix(not needed files): remove not needed storyblok.config.js file ([47ba3b6](https://github.com/sb-mig/sb-mig/commit/47ba3b6))
|
|
127
|
-
* chore(release): publish ([e152a63](https://github.com/sb-mig/sb-mig/commit/e152a63))
|
|
128
|
-
* feat(setup): move to monorepo part 1 ([d0a4069](https://github.com/sb-mig/sb-mig/commit/d0a4069))
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
## 2.4.0-beta.0 (2020-10-07)
|
|
135
|
-
|
|
136
|
-
* feat(setup): move to monorepo part 1 ([d0a4069](https://github.com/sb-mig/sb-mig/commit/d0a4069))
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
# [2.4.0-beta.0](https://github.com/sb-mig/sb-mig/compare/v2.3.4...v2.4.0-beta.0) (2020-10-07)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
### fix
|
|
146
|
-
|
|
147
|
-
* change filenames in backup module to support Windows filenames ([09dd077](https://github.com/sb-mig/sb-mig/commit/09dd0778840f8f18f2e03cab826beaf73c1eacb3))
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## [2.3.6-beta.0](https://github.com/sb-mig/sb-mig/compare/v2.3.6...v2.3.6-beta.0) (2020-10-07)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
## [2.3.6](https://github.com/sb-mig/sb-mig/compare/v2.3.5...v2.3.6) (2020-09-08)
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
## [2.3.5](https://github.com/sb-mig/sb-mig/compare/v2.3.4...v2.3.5) (2020-08-03)
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
### fix
|
|
165
|
-
|
|
166
|
-
* change filenames in backup module to support Windows filenames ([09dd077](https://github.com/sb-mig/sb-mig/commit/09dd0778840f8f18f2e03cab826beaf73c1eacb3))
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
## [2.3.4](https://github.com/sb-mig/sb-mig/compare/v2.3.3...v2.3.4) (2020-07-08)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
### development
|
|
174
|
-
|
|
175
|
-
* add build command for developing locally ([0d02096](https://github.com/sb-mig/sb-mig/commit/0d02096d7c7b431bc19e43de579112e4761a8a0a))
|
|
176
|
-
|
|
177
|
-
### fix
|
|
178
|
-
|
|
179
|
-
* StoryblokComponentsConfig class fail, when there is no lock file ([f0e4428](https://github.com/sb-mig/sb-mig/commit/f0e442888e75ada5761b933089b91c069f6921fc))
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
## [2.3.3](https://github.com/sb-mig/sb-mig/compare/v2.3.2...v2.3.3) (2020-07-06)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
### fix
|
|
187
|
-
|
|
188
|
-
* remove test build on pr - deprecated a lot ([05f8951](https://github.com/sb-mig/sb-mig/commit/05f8951cc5d28faa6a9d148310937ae0f490bba5))
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
## [2.3.2](https://github.com/sb-mig/sb-mig/compare/v2.3.1...v2.3.2) (2020-07-06)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
### fix
|
|
196
|
-
|
|
197
|
-
* not available file ([41abf19](https://github.com/sb-mig/sb-mig/commit/41abf194366ff6e644b989d45a81e9e2d51c6303))
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
## [2.3.1](https://github.com/sb-mig/sb-mig/compare/v2.3.0...v2.3.1) (2020-07-06)
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
### fix
|
|
205
|
-
|
|
206
|
-
* storyblok components config export default constructur ([9fd77b2](https://github.com/sb-mig/sb-mig/commit/9fd77b2603e54805dc3f0f7cb20e03fa94416758))
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
# [2.3.0](https://github.com/sb-mig/sb-mig/compare/v2.2.1...v2.3.0) (2020-07-06)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### feat
|
|
214
|
-
|
|
215
|
-
* add a components tracking storyblok.components.config.js file ([23ddd5d](https://github.com/sb-mig/sb-mig/commit/23ddd5d3be4d8cfc9f34803f8b4f8b1d47fd259d))
|
|
216
|
-
* remove old tracking solution, add storyblok.components.lock.js file and class for handling all stuff regards tracking components ([a8885c2](https://github.com/sb-mig/sb-mig/commit/a8885c27d61d44452bc6918cd2c7f14249682c23))
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
## [2.2.1](https://github.com/sb-mig/sb-mig/compare/v2.2.0...v2.2.1) (2020-06-30)
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
### fix
|
|
224
|
-
|
|
225
|
-
* fix tslint flat() not working in production ([87600cf](https://github.com/sb-mig/sb-mig/commit/87600cf3437c4dfc88e0db18cf24bb1e320079ce))
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
# [2.2.0](https://github.com/sb-mig/sb-mig/compare/v2.1.12...v2.2.0) (2020-06-30)
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
### feat
|
|
233
|
-
|
|
234
|
-
* syncing is now possible with package name. Example: sb-mig sync components @storyblok-components/simple-text-block --ext --packageName ([bfa8c49](https://github.com/sb-mig/sb-mig/commit/bfa8c490c0e87248a3c7d09e94d2c0a5547ac511))
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
## [2.1.12](https://github.com/sb-mig/sb-mig/compare/v2.1.11...v2.1.12) (2020-06-29)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
### config
|
|
242
|
-
|
|
243
|
-
* allow also nextjs env schema for preview token ([d0a56b6](https://github.com/sb-mig/sb-mig/commit/d0a56b6e4f0e3bc95c4f6a4e0d66642410760a0e))
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
## [2.1.11](https://github.com/sb-mig/sb-mig/compare/v2.1.10...v2.1.11) (2020-06-29)
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
### config
|
|
251
|
-
|
|
252
|
-
* add config variable for path of matching component between react and storyblok ([217bd13](https://github.com/sb-mig/sb-mig/commit/217bd13f9c07ff5c01bf8aa83b0ae08f97ef29bc))
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
## [2.1.10](https://github.com/sb-mig/sb-mig/compare/v2.1.9...v2.1.10) (2020-06-27)
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
### docs
|
|
260
|
-
|
|
261
|
-
* remove in progress label from plugin-generate-project ([27303a4](https://github.com/sb-mig/sb-mig/commit/27303a40f6a5074986084349a3f95ac50205e257))
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
## [2.1.9](https://github.com/sb-mig/sb-mig/compare/v2.1.8...v2.1.9) (2020-06-27)
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
### fix
|
|
269
|
-
|
|
270
|
-
* change default storyblok-boilerplate repository ([8986df8](https://github.com/sb-mig/sb-mig/commit/8986df8a00112a4645df0dfd29ba8356b771f912))
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
## [2.1.8](https://github.com/sb-mig/sb-mig/compare/v2.1.7...v2.1.8) (2020-06-23)
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
### fix
|
|
278
|
-
|
|
279
|
-
* follow symlinks while syncing components ([4169096](https://github.com/sb-mig/sb-mig/commit/41690960b2f6025cd50217e5887ef8f936a06268))
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
## [2.1.7](https://github.com/sb-mig/sb-mig/compare/v2.1.6...v2.1.7) (2020-06-16)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### fix
|
|
287
|
-
|
|
288
|
-
* fix deploy with actions ([db50669](https://github.com/sb-mig/sb-mig/commit/db50669b6e6ec01f919c596cf7fcfbb06ba46512))
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
## [2.1.6](https://github.com/sb-mig/sb-mig/compare/v2.1.5...v2.1.6) (2020-06-16)
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
### packages
|
|
296
|
-
|
|
297
|
-
* update oclif command ([a5e5569](https://github.com/sb-mig/sb-mig/commit/a5e5569903449cad567fa0d63451f704a7520c5c))
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
## [2.1.5](https://github.com/sb-mig/sb-mig/compare/v2.1.4...v2.1.5) (2020-06-16)
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
### packages
|
|
305
|
-
|
|
306
|
-
* update ora ([2e3ecb7](https://github.com/sb-mig/sb-mig/commit/2e3ecb752031207fcc2c7a2d80d5dcd1af55945a))
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
## [2.1.4](https://github.com/sb-mig/sb-mig/compare/v2.1.3...v2.1.4) (2020-06-16)
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
### docs
|
|
314
|
-
|
|
315
|
-
* Add plugins section with available plugins ([f59460d](https://github.com/sb-mig/sb-mig/commit/f59460d3f908429283699a5d15323236866edd9f))
|
|
316
|
-
|
|
317
|
-
### packages
|
|
318
|
-
|
|
319
|
-
* update oclif plugins plugin ([21c41a9](https://github.com/sb-mig/sb-mig/commit/21c41a962ca066dae69fc72fe519d63d586cd162))
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
## [2.1.3](https://github.com/sb-mig/sb-mig/compare/v2.1.2...v2.1.3) (2020-05-06)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
### docs
|
|
327
|
-
|
|
328
|
-
* add generate project section to readme ([7537994](https://github.com/sb-mig/sb-mig/commit/7537994f9123dfe7641799ce65b09720f7f26e14))
|
|
329
|
-
* add link to npm list of @storyblok-components ([b0bd4ab](https://github.com/sb-mig/sb-mig/commit/b0bd4ab643caebb7245cdb83b001ed91752b13a0))
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
## [2.1.2](https://github.com/sb-mig/sb-mig/compare/v2.1.1...v2.1.2) (2020-04-30)
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
### fix
|
|
337
|
-
|
|
338
|
-
* debug not displaying values ([6a26c0f](https://github.com/sb-mig/sb-mig/commit/6a26c0f94b9ef40d9c4f4e9958a1906f587d65f7))
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
## [2.1.1](https://github.com/sb-mig/sb-mig/compare/v2.0.1...v2.1.1) (2020-04-30)
|
|
343
|
-
|
|
344
|
-
### hotfix
|
|
345
|
-
|
|
346
|
-
* copy types from storyblok and modify, causing problems ([a70466b](https://github.com/sb-mig/sb-mig/commit/a70466bc090fb0c5604d37009f767a4f943c5d71))
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
# [2.1.0](https://github.com/sb-mig/sb-mig/compare/v2.0.1...v2.1.0) (2020-04-30)
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
### chore
|
|
354
|
-
|
|
355
|
-
* add warn if cli is outdated ([be9fe3e](https://github.com/sb-mig/sb-mig/commit/be9fe3e163d763c2ed17a2bb1cf6f79e7750d3df))
|
|
356
|
-
|
|
357
|
-
### feat
|
|
358
|
-
|
|
359
|
-
* add helper and api method to base class ([7bcae6c](https://github.com/sb-mig/sb-mig/commit/7bcae6c7b038e3d7706f27a9e38597d84c412ff8))
|
|
360
|
-
* expose some methods from api and from utils files in custom base class ([e698076](https://github.com/sb-mig/sb-mig/commit/e69807660d99ea024d41f45214e417c53bca7971))
|
|
361
|
-
* Rewrite api to typescript, update storyblok-js-client, create core custom base class ([12a737f](https://github.com/sb-mig/sb-mig/commit/12a737fd84eaf14d2bb0e2466259306aadd41af2))
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
## [2.0.1](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.14...v2.0.1) (2020-04-24)
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
# [2.0.0](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.14...v2.0.0) (2020-04-24)
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
# [2.0.0-beta.14](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2020-04-24)
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
### docs
|
|
379
|
-
|
|
380
|
-
* modify contents links in readme ([27b637e](https://github.com/sb-mig/sb-mig/commit/27b637ec07792ba06bf6aeff10180deec3f1794b))
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
# [2.0.0-beta.13](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2020-04-24)
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
### docs
|
|
388
|
-
|
|
389
|
-
* add migration guide for backing up ([3f77d11](https://github.com/sb-mig/sb-mig/commit/3f77d1110ee2d474f3bd5b0a25c181a9deb92356))
|
|
390
|
-
* add migration guide for datasources ([5003aaf](https://github.com/sb-mig/sb-mig/commit/5003aaf5c47c879a8c4bb0b3f6ee401e0599e7b4))
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
# [2.0.0-beta.12](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2020-04-24)
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
### docs
|
|
398
|
-
|
|
399
|
-
* add information about release ([a5a2998](https://github.com/sb-mig/sb-mig/commit/a5a2998647fecece3ef0561cdd1f451bc2957d13))
|
|
400
|
-
* add plugins command to contents ([02a8c3a](https://github.com/sb-mig/sb-mig/commit/02a8c3a1ebb01eb856da0fb9de3d4ec40920c2b8))
|
|
401
|
-
* update readme ([376d5db](https://github.com/sb-mig/sb-mig/commit/376d5db7e5ddd5da3cc47eb4330baaf558462911))
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
# [2.0.0-beta.11](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2020-04-23)
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
### fix
|
|
409
|
-
|
|
410
|
-
* fix sb-mig scope for oclif plugins ([7bf48f3](https://github.com/sb-mig/sb-mig/commit/7bf48f3dbe77bc3407e5f00627aedbca2fcb6efb))
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
# [2.0.0-beta.10](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2020-04-23)
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
### plugins
|
|
418
|
-
|
|
419
|
-
* add ability to install plugins runtime by user ([fccd9b0](https://github.com/sb-mig/sb-mig/commit/fccd9b0539573f83f38e0283af4ad95b2da201c7))
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
# [2.0.0-beta.9](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2020-04-23)
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
### migrating
|
|
427
|
-
|
|
428
|
-
* fix sync groupName issue ([6dc4e87](https://github.com/sb-mig/sb-mig/commit/6dc4e879775be5437e338279389f4b905ec81088))
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
# [2.0.0-beta.8](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2020-04-21)
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
### docs
|
|
436
|
-
|
|
437
|
-
* update readme with new commands, remove old readme ([8431b85](https://github.com/sb-mig/sb-mig/commit/8431b85a7685da86d98a9d4f9c827935858c0978))
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
# [2.0.0-beta.7](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2020-04-21)
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
### docs
|
|
445
|
-
|
|
446
|
-
* update readme ([cee6d1b](https://github.com/sb-mig/sb-mig/commit/cee6d1ba8d9586195399686738228b1e2d65146f))
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
# [2.0.0-beta.6](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2020-04-21)
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
### docs
|
|
454
|
-
|
|
455
|
-
* update migration guide and readme ([867fb29](https://github.com/sb-mig/sb-mig/commit/867fb29b0c2643704928a76920809132f1311696))
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
# [2.0.0-beta.5](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2020-04-21)
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
### migrating
|
|
463
|
-
|
|
464
|
-
* Migrate synchronizing components to sync command ([fbf6196](https://github.com/sb-mig/sb-mig/commit/fbf6196a27bd72f8fbeec8d47c62baea7bf8bf1d))
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
# [2.0.0-beta.4](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.0...v2.0.0-beta.4) (2020-04-21)
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
### chore
|
|
472
|
-
|
|
473
|
-
* modify name of main command, fix linting issue ([f24bcaf](https://github.com/sb-mig/sb-mig/commit/f24bcafbf33c4e88315a5804b67f7bfa7ee58179))
|
|
474
|
-
* remove package-lock ([cc9c7c5](https://github.com/sb-mig/sb-mig/commit/cc9c7c5d8d735b0c1dc01dceb9756b4f65265e48))
|
|
475
|
-
|
|
476
|
-
### docs
|
|
477
|
-
|
|
478
|
-
* clean readme a little ([663bd0d](https://github.com/sb-mig/sb-mig/commit/663bd0dc35d6537318ae27dd7a3a72bce4bc75aa))
|
|
479
|
-
|
|
480
|
-
### ichore
|
|
481
|
-
|
|
482
|
-
* modify package.json version script ([f690815](https://github.com/sb-mig/sb-mig/commit/f6908156bb70555fd0b39852eaf51a4310c27971))
|
|
483
|
-
|
|
484
|
-
### migration
|
|
485
|
-
|
|
486
|
-
* add migration guide document ([17c0bac](https://github.com/sb-mig/sb-mig/commit/17c0bac3f071930b9e3007fe1ea64de056c5bc5e))
|
|
487
|
-
* add sync command ([0494515](https://github.com/sb-mig/sb-mig/commit/0494515cdcd46dd936cd53f0404635554537865b))
|
|
488
|
-
* migrate all backup (get*) functionality to backup command ([a3b8abf](https://github.com/sb-mig/sb-mig/commit/a3b8abf7842e33ef0dc3d8d76f8da4e0d217bebf))
|
|
489
|
-
* update migration guide - change of commands structure ([340910e](https://github.com/sb-mig/sb-mig/commit/340910e43a9766ffa2e680bfd1cc56585df275bf))
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
# [2.0.0-beta.3](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.0...v2.0.0-beta.3) (2020-04-21)
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
### chore
|
|
497
|
-
|
|
498
|
-
* modify name of main command, fix linting issue ([f24bcaf](https://github.com/sb-mig/sb-mig/commit/f24bcafbf33c4e88315a5804b67f7bfa7ee58179))
|
|
499
|
-
* remove package-lock ([cc9c7c5](https://github.com/sb-mig/sb-mig/commit/cc9c7c5d8d735b0c1dc01dceb9756b4f65265e48))
|
|
500
|
-
|
|
501
|
-
### docs
|
|
502
|
-
|
|
503
|
-
* clean readme a little ([663bd0d](https://github.com/sb-mig/sb-mig/commit/663bd0dc35d6537318ae27dd7a3a72bce4bc75aa))
|
|
504
|
-
|
|
505
|
-
### migration
|
|
506
|
-
|
|
507
|
-
* add migration guide document ([17c0bac](https://github.com/sb-mig/sb-mig/commit/17c0bac3f071930b9e3007fe1ea64de056c5bc5e))
|
|
508
|
-
* migrate all backup (get*) functionality to backup command ([a3b8abf](https://github.com/sb-mig/sb-mig/commit/a3b8abf7842e33ef0dc3d8d76f8da4e0d217bebf))
|
|
509
|
-
* update migration guide - change of commands structure ([340910e](https://github.com/sb-mig/sb-mig/commit/340910e43a9766ffa2e680bfd1cc56585df275bf))
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
# [2.0.0-beta.2](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.0...v2.0.0-beta.2) (2020-04-21)
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
### chore
|
|
517
|
-
|
|
518
|
-
* modify name of main command, fix linting issue ([f24bcaf](https://github.com/sb-mig/sb-mig/commit/f24bcafbf33c4e88315a5804b67f7bfa7ee58179))
|
|
519
|
-
* remove package-lock ([cc9c7c5](https://github.com/sb-mig/sb-mig/commit/cc9c7c5d8d735b0c1dc01dceb9756b4f65265e48))
|
|
520
|
-
|
|
521
|
-
### docs
|
|
522
|
-
|
|
523
|
-
* clean readme a little ([663bd0d](https://github.com/sb-mig/sb-mig/commit/663bd0dc35d6537318ae27dd7a3a72bce4bc75aa))
|
|
524
|
-
|
|
525
|
-
### migration
|
|
526
|
-
|
|
527
|
-
* add migration guide document ([17c0bac](https://github.com/sb-mig/sb-mig/commit/17c0bac3f071930b9e3007fe1ea64de056c5bc5e))
|
|
528
|
-
* migrate all backup (get*) functionality to backup command ([a3b8abf](https://github.com/sb-mig/sb-mig/commit/a3b8abf7842e33ef0dc3d8d76f8da4e0d217bebf))
|
|
529
|
-
* update migration guide - change of commands structure ([340910e](https://github.com/sb-mig/sb-mig/commit/340910e43a9766ffa2e680bfd1cc56585df275bf))
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
# [2.0.0-beta.1](https://github.com/sb-mig/sb-mig/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2020-04-20)
|
|
534
|
-
|
|
535
|
-
# [2.0.0-beta.0](https://github.com/sb-mig/sb-mig/compare/v1.3.11...v2.0.0-beta.0) (2020-04-20)
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
### feat
|
|
539
|
-
|
|
540
|
-
* Moving whole CLI to use Oclif and plugin system to customize it ([36776f4](https://github.com/sb-mig/sb-mig/commit/36776f42fea769a4d5e0fcbe349f5c42a25be279))
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
## [1.3.11](https://github.com/marckraw/sb-mig/compare/v1.3.7...v1.3.11) (2020-04-20)
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
### chore
|
|
548
|
-
|
|
549
|
-
* update .gitignore ([48a330c](https://github.com/marckraw/sb-mig/commit/48a330c7b41046b845e0fae38423713a3a3b4a0b))
|
|
550
|
-
|
|
551
|
-
### feat
|
|
552
|
-
|
|
553
|
-
* fix generate command and adding components ([7a1310b](https://github.com/marckraw/sb-mig/commit/7a1310b87d81a163d88a09902f676ed612ba7d55))
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
## [1.3.10](https://github.com/marckraw/sb-mig/compare/v1.3.9...v1.3.10) (2020-03-25)
|
|
558
|
-
|
|
559
|
-
### build(deps)
|
|
560
|
-
|
|
561
|
-
* bump acorn from 5.7.3 to 5.7.4 ([d6510e5](https://github.com/marckraw/sb-mig/commit/d6510e5))
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
## [1.3.9](https://github.com/marckraw/sb-mig/compare/v1.3.8...v1.3.9) (2020-03-25)
|
|
565
|
-
|
|
566
|
-
### node-version-needed
|
|
567
|
-
|
|
568
|
-
* d6510e5 nump version to 12 (using Promise.allSettled)
|
|
569
|
-
|
|
570
|
-
### add-command
|
|
571
|
-
|
|
572
|
-
* improve loaders and async copyfolder / installing ([ade4c61](https://github.com/marckraw/sb-mig/commit/ade4c61))
|
|
573
|
-
* add copyFolder utils, change the way folder is copying, add ora loaders ([6847a03](https://github.com/marckraw/sb-mig/commit/6847a03))
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
## [1.3.8](https://github.com/marckraw/sb-mig/compare/v1.3.7...v1.3.8) (2020-03-20)
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
### feat
|
|
580
|
-
|
|
581
|
-
* fix generate command and adding components ([7a1310b](https://github.com/marckraw/sb-mig/commit/7a1310b87d81a163d88a09902f676ed612ba7d55))
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
## [1.3.7](https://github.com/marckraw/sb-mig/compare/v1.3.6...v1.3.7) (2020-03-19)
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
### add
|
|
589
|
-
|
|
590
|
-
* add command to install and move storyblok scoped components ([1dc427a](https://github.com/marckraw/sb-mig/commit/1dc427aadf273e15300f3be093328443fa124b14))
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
## [1.3.6](https://github.com/marckraw/sb-mig/compare/v1.3.5...v1.3.6) (2020-03-13)
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
### update
|
|
598
|
-
|
|
599
|
-
* change logs for presets to warning from error ([0f4035d](https://github.com/marckraw/sb-mig/commit/0f4035d507ae9acaa957a7789f90254aafa6f9af))
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
## [1.3.5](https://github.com/marckraw/sb-mig/compare/v1.3.3...v1.3.5) (2020-02-28)
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
### feature
|
|
607
|
-
|
|
608
|
-
* improve windows support ([258654e](https://github.com/marckraw/sb-mig/commit/258654ee30b7e44da91fd058cebf680ff552acc8))
|
|
609
|
-
|
|
610
|
-
### fix
|
|
611
|
-
|
|
612
|
-
* typo in components.js generator ([e950f2c](https://github.com/marckraw/sb-mig/commit/e950f2caa3b7a6e369a8acbe2f47d540bfd91325))
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
## [1.3.3](https://github.com/marckraw/sb-mig/compare/v1.3.2...v1.3.3) (2020-02-26)
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
### fix
|
|
620
|
-
|
|
621
|
-
* ordering of tasks in generating project ([f3ce9fc](https://github.com/marckraw/sb-mig/commit/f3ce9fceedd268a9f2e84b00b61e8d1ca910132f))
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
## [1.3.2](https://github.com/marckraw/sb-mig/compare/v1.3.1...v1.3.2) (2020-02-26)
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
### fix
|
|
629
|
-
|
|
630
|
-
* .env and components.js generation was failing ([d6ac7f0](https://github.com/marckraw/sb-mig/commit/d6ac7f084f3892f2140fc64510e23b8d7f1137cb))
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
## [1.3.1](https://github.com/marckraw/sb-mig/compare/v1.3.0...v1.3.1) (2020-02-26)
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
### feature
|
|
638
|
-
|
|
639
|
-
* add components.js generation file, and finish experimental generate feature ([a1e763f](https://github.com/marckraw/sb-mig/commit/a1e763ffc8a50f8e3a47e17dd8b1313c9634262d))
|
|
640
|
-
* add generating project - beta functionality ([a23be49](https://github.com/marckraw/sb-mig/commit/a23be491bff5f81c86178abaa2708b888020b14a))
|
|
641
|
-
* full solution for generating whole project ([8eb0772](https://github.com/marckraw/sb-mig/commit/8eb077234d72ac4a8d0c7cc011c77c41639d145f))
|
|
642
|
-
|
|
643
|
-
### packages
|
|
644
|
-
|
|
645
|
-
* add camelcase and execa package ([ed3fb7e](https://github.com/marckraw/sb-mig/commit/ed3fb7eebd4faa2e30bc731f675c8c1ad061b886))
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
# [1.3.0](https://github.com/marckraw/sb-mig/compare/v1.2.9...v1.3.0) (2020-02-25)
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
### docs
|
|
653
|
-
|
|
654
|
-
* update readme with docs for syncing datasources ([18b5eff](https://github.com/marckraw/sb-mig/commit/18b5effc54f6afe851951af00ba5386170d7729e))
|
|
655
|
-
|
|
656
|
-
### feature
|
|
657
|
-
|
|
658
|
-
* add adding/updating datasource entries: need cleanup and tests ([72e25c1](https://github.com/marckraw/sb-mig/commit/72e25c10c8f0310f06e6c2a07a09bedc6bd914cb))
|
|
659
|
-
* add discover for .datasource.js ([9586e2f](https://github.com/marckraw/sb-mig/commit/9586e2f4376fd29ab17a3f646c9fb40e4c1100c2))
|
|
660
|
-
* add getting all datasources, and getting datasource by name (1dimension) ([41a1222](https://github.com/marckraw/sb-mig/commit/41a12226fd9c69fb48cc96af6f4bf449b626ae57))
|
|
661
|
-
* datasources support ready to use ([c58f48f](https://github.com/marckraw/sb-mig/commit/c58f48f97da27e492f84460f447f9b5c901fbc18))
|
|
662
|
-
|
|
663
|
-
### fix
|
|
664
|
-
|
|
665
|
-
* change node-fetch to storyblok-js-client for get datasources ([13c0165](https://github.com/marckraw/sb-mig/commit/13c01657ba68aaece476cd3edc0b5a9656b39bf2))
|
|
666
|
-
* remove and change not bad console logs ([ad3e5f4](https://github.com/marckraw/sb-mig/commit/ad3e5f47a7b06f31d21589d26959bf2f00ac9ecc))
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
## [1.2.9](https://github.com/marckraw/sb-mig/compare/v1.2.8...v1.2.9) (2020-02-21)
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
### fix
|
|
674
|
-
|
|
675
|
-
* no-presets didn't work for ext sync-all ([9ea3c08](https://github.com/marckraw/sb-mig/commit/9ea3c08f083bc873efe09d116348bb6872dd5c89))
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
## [1.2.8](https://github.com/marckraw/sb-mig/compare/v1.2.7...v1.2.8) (2020-02-21)
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
### chore
|
|
683
|
-
|
|
684
|
-
* add license ([b4f5595](https://github.com/marckraw/sb-mig/commit/b4f559556207f2282d31c7baaf80d36efa899010))
|
|
685
|
-
|
|
686
|
-
### docs
|
|
687
|
-
|
|
688
|
-
* update readme with added no-preset option ([34842cd](https://github.com/marckraw/sb-mig/commit/34842cd689ea8bedd88464bed2bf815f791cbb78))
|
|
689
|
-
|
|
690
|
-
### feature
|
|
691
|
-
|
|
692
|
-
* Add no-preset option to --sync and --sync-all command ([1dd76d4](https://github.com/marckraw/sb-mig/commit/1dd76d4bf5b817df81b49d43af1cd3b2dbe0c5fd))
|
|
693
|
-
|
|
694
|
-
### fix
|
|
695
|
-
|
|
696
|
-
* rewrite any node-fetch to storyblok-js-client requests, to handle rate limits ([c7d117e](https://github.com/marckraw/sb-mig/commit/c7d117ea43bb2644393bd74e8e883411fa5d4813))
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
## [1.2.7](https://github.com/marckraw/sb-mig/compare/v1.2.6...v1.2.7) (2020-02-18)
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
### changelog
|
|
704
|
-
|
|
705
|
-
* fix changelog reps ([53f8c91](https://github.com/marckraw/sb-mig/commit/53f8c912fb874196900532ff5bc5a7e778e828a4))
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
## [1.2.6](https://github.com/marckraw/sb-mig/compare/v1.2.0...v1.2.6) (2020-02-18)
|
|
710
|
-
|
|
711
|
-
### docs
|
|
712
|
-
|
|
713
|
-
- add homepage ([e066e22](https://github.com/marckraw/sb-mig/commit/e066e2258d14cd858c059ed7b5f3160b66bc734e))
|
|
714
|
-
|
|
715
|
-
## [1.2.5](https://github.com/marckraw/sb-mig/compare/v1.2.4...v1.2.5) (2020-02-18)
|
|
716
|
-
|
|
717
|
-
### fix
|
|
718
|
-
|
|
719
|
-
- debug command breaks sb-mig ([e1b3819](https://github.com/marckraw/sb-mig/commit/e1b3819b27e32e161c17e187fe4a7e4319322b5f))
|
|
720
|
-
|
|
721
|
-
## [1.2.4](https://github.com/marckraw/sb-mig/compare/v1.2.3...v1.2.4) (2020-02-18)
|
|
722
|
-
|
|
723
|
-
### debug
|
|
724
|
-
|
|
725
|
-
- add debug command with some information ([36af2b4](https://github.com/marckraw/sb-mig/commit/36af2b4d75c282f213e304b26481f1f3df3275bb))
|
|
726
|
-
|
|
727
|
-
### docs
|
|
728
|
-
|
|
729
|
-
- modify cli doc for --ext ([414547c](https://github.com/marckraw/sb-mig/commit/414547c5c97cfd27c65d0c93677c869e3feddd31))
|
|
730
|
-
|
|
731
|
-
## [1.2.3](https://github.com/marckraw/sb-mig/compare/v1.2.2...v1.2.3) (2020-02-18)
|
|
732
|
-
|
|
733
|
-
### feature
|
|
734
|
-
|
|
735
|
-
- Add ability to --sync-all files with .sb.js extension ([333a70f](https://github.com/marckraw/sb-mig/commit/333a70fed32dd273e7d86155ecab1038bcfe8ee9))
|
|
736
|
-
|
|
737
|
-
## [1.2.2](https://github.com/marckraw/sb-mig/compare/v1.2.1...v1.2.2) (2020-02-18)
|
|
738
|
-
|
|
739
|
-
### fix
|
|
740
|
-
|
|
741
|
-
- remove not existing function from exports ([88d0b8a](https://github.com/marckraw/sb-mig/commit/88d0b8a4634a53a2b2113732f0a0acf2d6e2efe5))
|
|
742
|
-
|
|
743
|
-
## [1.2.1](https://github.com/marckraw/sb-mig/compare/v1.1.17...v1.2.1) (2020-02-18)
|
|
744
|
-
|
|
745
|
-
### remove
|
|
746
|
-
|
|
747
|
-
- support for not fully working solution to download .js files from github seed repo ([8b6ec00](https://github.com/marckraw/sb-mig/commit/8b6ec00403e4e72ea42791bf5aeebeb895d87d09))
|
|
748
|
-
|
|
749
|
-
# [1.2.0](https://github.com/marckraw/sb-mig/compare/v1.1.18...v1.2.0) (2020-02-17)
|
|
750
|
-
|
|
751
|
-
### docs
|
|
752
|
-
|
|
753
|
-
- Document new --sync --ext approach ([18bba3e](https://github.com/marckraw/sb-mig/commit/18bba3e3b36a54825db356e7a873cdc69624af87))
|
|
754
|
-
|
|
755
|
-
### feature
|
|
756
|
-
|
|
757
|
-
- Add ability to sync with .sb.js extension ([5199806](https://github.com/marckraw/sb-mig/commit/51998062c716fb86407e89c6734ad1e4a2cd4107))
|
|
758
|
-
|
|
759
|
-
## [1.1.18](https://github.com/marckraw/sb-mig/compare/v1.1.16...v1.1.18) (2020-02-15)
|
|
760
|
-
|
|
761
|
-
### docs
|
|
762
|
-
|
|
763
|
-
- Add develop section to readme ([2a0570e](https://github.com/marckraw/sb-mig/commit/2a0570eca4ae47246687f51f3acaf9263d76d243))
|
|
764
|
-
- add some badges to readme ([ec8f6d1](https://github.com/marckraw/sb-mig/commit/ec8f6d149d6473f66a3cac285a4cd423a6043389))
|
|
765
|
-
|
|
766
|
-
## [1.1.17](https://github.com/marckraw/sb-mig/compare/v1.1.16...v1.1.17) (2020-02-06)
|
|
767
|
-
|
|
768
|
-
### fix
|
|
769
|
-
|
|
770
|
-
- storyblok js client use by using custom endpoint if configured ([fac304c](https://github.com/marckraw/sb-mig/commit/fac304cea7cd961756deef87e51df9e70f5dc18c))
|
|
771
|
-
|
|
772
|
-
## [1.1.16](https://github.com/marckraw/sb-mig/compare/v1.1.15...v1.1.16) (2020-01-25)
|
|
773
|
-
|
|
774
|
-
## [1.1.15](https://github.com/marckraw/sb-mig/compare/v1.1.14...v1.1.15) (2020-01-25)
|
|
775
|
-
|
|
776
|
-
### fix
|
|
777
|
-
|
|
778
|
-
- update notifier ([f84e53a](https://github.com/marckraw/sb-mig/commit/f84e53a1bb0edbd64c948dad533617efdd9c54c7))
|
|
779
|
-
|
|
780
|
-
## [1.1.14](https://github.com/marckraw/sb-mig/compare/v1.1.13...v1.1.14) (2020-01-25)
|
|
781
|
-
|
|
782
|
-
## [1.1.13](https://github.com/marckraw/sb-mig/compare/v1.1.12...v1.1.13) (2020-01-25)
|
|
783
|
-
|
|
784
|
-
### docs
|
|
785
|
-
|
|
786
|
-
- add sync datasources to roadmap ([d68294f](https://github.com/marckraw/sb-mig/commit/d68294fe758d45b831e022d36edd39b07c5bedd9))
|
|
787
|
-
|
|
788
|
-
## [1.1.12](https://github.com/marckraw/sb-mig/compare/v1.1.11...v1.1.12) (2020-01-19)
|
|
789
|
-
|
|
790
|
-
### docs
|
|
791
|
-
|
|
792
|
-
- add new points what next to roadmap ([03beb11](https://github.com/marckraw/sb-mig/commit/03beb110945615bbd762553825698b36880c477b))
|
|
793
|
-
|
|
794
|
-
## [1.1.11](https://github.com/marckraw/sb-mig/compare/v1.1.10...v1.1.11) (2020-01-14)
|
|
795
|
-
|
|
796
|
-
### docs
|
|
797
|
-
|
|
798
|
-
- add basic example how to add fields section inside component ([edc2c56](https://github.com/marckraw/sb-mig/commit/edc2c56a06b07ee086c2cbc68fc66ff669984dea))
|
|
799
|
-
|
|
800
|
-
## [1.1.10](https://github.com/marckraw/sb-mig/compare/v1.1.9...v1.1.10) (2020-01-12)
|
|
801
|
-
|
|
802
|
-
### hotfix
|
|
803
|
-
|
|
804
|
-
- fix content of readme ([22686b4](https://github.com/marckraw/sb-mig/commit/22686b4b648b908734d2ffaa55355a92ae9bb6a8))
|
|
805
|
-
|
|
806
|
-
## [1.1.9](https://github.com/marckraw/sb-mig/compare/v1.1.8...v1.1.9) (2020-01-11)
|
|
807
|
-
|
|
808
|
-
### hotfix
|
|
809
|
-
|
|
810
|
-
- add .github workflows to .npmignore ([160a9fc](https://github.com/marckraw/sb-mig/commit/160a9fc5047a6c6d8a70ab0c582fda29bd50cf54))
|
|
811
|
-
- add secret for npm ([15ea735](https://github.com/marckraw/sb-mig/commit/15ea735f229e6f2322bc024bb23cd47218a3bbe0))
|
|
812
|
-
- fix github action test before publishing ([931b771](https://github.com/marckraw/sb-mig/commit/931b7711dea9b62d34cf851e590abe3383ee0345))
|
|
813
|
-
- forget registry url.. ([c275173](https://github.com/marckraw/sb-mig/commit/c275173023c36da6a065d18d36aebc91a2c961d3))
|
|
814
|
-
|
|
815
|
-
## [1.1.8](https://github.com/marckraw/sb-mig/compare/v1.1.7...v1.1.8) (2020-01-11)
|
|
816
|
-
|
|
817
|
-
### buildAndDeploy
|
|
818
|
-
|
|
819
|
-
- add github action for publishing ([d94938b](https://github.com/marckraw/sb-mig/commit/d94938b49a5757060b57fcb8c5ebefcb60b51df2))
|
|
820
|
-
- add test before publish ([ed26feb](https://github.com/marckraw/sb-mig/commit/ed26feb0ff827c3ad02c0630983d5872663eba36))
|
|
821
|
-
- github action to run tests and build ([588c196](https://github.com/marckraw/sb-mig/commit/588c196f38de924f80111f9546442d17eeb1da86))
|
|
822
|
-
|
|
823
|
-
## [1.1.7](https://github.com/marckraw/sb-mig/compare/v1.1.6...v1.1.7) (2020-01-11)
|
|
824
|
-
|
|
825
|
-
### chore
|
|
826
|
-
|
|
827
|
-
- add publish command for patch,minor,major versions ([cf2776b](https://github.com/marckraw/sb-mig/commit/cf2776bfaa607db9c7ce0114ac503e0e9bbc162a))
|
|
828
|
-
|
|
829
|
-
## [1.1.6](https://github.com/marckraw/sb-mig/compare/v1.1.5...v1.1.6) (2020-01-11)
|
|
830
|
-
|
|
831
|
-
### chore
|
|
832
|
-
|
|
833
|
-
- update package ([200160d](https://github.com/marckraw/sb-mig/commit/200160dd83fb12293d507bfa1a00d886a0d52ddb))
|
|
834
|
-
|
|
835
|
-
## [1.1.5](https://github.com/marckraw/sb-mig/compare/v1.1.4...v1.1.5) (2020-01-11)
|
|
836
|
-
|
|
837
|
-
### chore
|
|
838
|
-
|
|
839
|
-
- update package ([292ab6b](https://github.com/marckraw/sb-mig/commit/292ab6bcb7dc2d7055572b3f35c7ad15421f2b7e))
|
|
840
|
-
|
|
841
|
-
## [1.1.4](https://github.com/marckraw/sb-mig/compare/v1.1.3...v1.1.4) (2020-01-11)
|
|
842
|
-
|
|
843
|
-
### chore
|
|
844
|
-
|
|
845
|
-
- update package ([f02a4d5](https://github.com/marckraw/sb-mig/commit/f02a4d5c336bcc93716a1f3cfdacdb6a27e6b366))
|
|
846
|
-
|
|
847
|
-
## [1.1.3](https://github.com/marckraw/sb-mig/compare/v1.1.2...v1.1.3) (2020-01-11)
|
|
848
|
-
|
|
849
|
-
### chore
|
|
850
|
-
|
|
851
|
-
- update package.json ([0dd1da8](https://github.com/marckraw/sb-mig/commit/0dd1da869b856b3fde794223aeb061a7ddad1e14))
|
|
852
|
-
|
|
853
|
-
### publish
|
|
854
|
-
|
|
855
|
-
- some scripts for different deploys ([f6ae621](https://github.com/marckraw/sb-mig/commit/f6ae621c76f7721d034cb94f8ec499fd7cfaf68f))
|
|
856
|
-
|
|
857
|
-
### testing
|
|
858
|
-
|
|
859
|
-
- add test command to prepublish ([c2bc39f](https://github.com/marckraw/sb-mig/commit/c2bc39fe7c41f348249deeda2ede5a1b0b0f00d4))
|
|
860
|
-
- set up jest testing environment ([977b088](https://github.com/marckraw/sb-mig/commit/977b08836e3cb79e1932dc4fcd4eebeb375ac904))
|
|
861
|
-
|
|
862
|
-
## [1.1.2](https://github.com/marckraw/sb-mig/compare/v1.1.1...v1.1.2) (2020-01-11)
|
|
863
|
-
|
|
864
|
-
### chore
|
|
865
|
-
|
|
866
|
-
- add gulpfile to gitignore ([d43fd32](https://github.com/marckraw/sb-mig/commit/d43fd32afb2b65210a6ab0ffb2d0c3e7a80505ad))
|
|
867
|
-
|
|
868
|
-
## [1.1.1](https://github.com/marckraw/sb-mig/compare/v1.1.0...v1.1.1) (2020-01-11)
|
|
869
|
-
|
|
870
|
-
### chore
|
|
871
|
-
|
|
872
|
-
- udpate readme ([f23fd0f](https://github.com/marckraw/sb-mig/commit/f23fd0fdbfbb606236ef683899ff43aaf06023e1))
|
|
873
|
-
|
|
874
|
-
# [1.1.0](https://github.com/marckraw/sb-mig/compare/v1.0.2...v1.1.0) (2020-01-11)
|
|
875
|
-
|
|
876
|
-
### chore
|
|
877
|
-
|
|
878
|
-
- format everything with prettier ([1f868d3](https://github.com/marckraw/sb-mig/commit/1f868d31ed149b8c641e27c195094d024498885c))
|
|
879
|
-
|
|
880
|
-
### performance
|
|
881
|
-
|
|
882
|
-
- add gulp task to minify files, without bundling ([5b29959](https://github.com/marckraw/sb-mig/commit/5b2995904df355585dd4f232ec27bfe4ee4ac110))
|
|
883
|
-
|
|
884
|
-
## [1.0.2](https://github.com/marckraw/sb-mig/compare/v1.0.1...v1.0.2) (2020-01-11)
|
|
885
|
-
|
|
886
|
-
### chore
|
|
887
|
-
|
|
888
|
-
- add rule to prettier, format some files with it ([7f6e1e6](https://github.com/marckraw/sb-mig/commit/7f6e1e65c843524e2e9bcdf1351ecaae2e404827))
|
|
889
|
-
- remove not needed packages, move conventional-changelog to devDependencies ([7f66b86](https://github.com/marckraw/sb-mig/commit/7f66b869025a47fd318540d8761aa04ed8625861))
|
|
890
|
-
- update gitignore ([6ebd23d](https://github.com/marckraw/sb-mig/commit/6ebd23d35470945d34e0e2f45d2f4e7c00a26359))
|
|
891
|
-
|
|
892
|
-
## 1.0.1 (2020-01-11)
|
|
893
|
-
|
|
894
|
-
### chore
|
|
895
|
-
|
|
896
|
-
- add conventional-changelog to packages ([5d3d6a8](https://github.com/marckraw/sb-mig/commit/5d3d6a8902da64026b44c9f16a7c1ce02e46e786))
|
|
897
|
-
- add prettierrc file and add .vscode to gitignore ([1ffd542](https://github.com/marckraw/sb-mig/commit/1ffd54297dddb8e722d295b0218a488d4ce308a4))
|
|
898
|
-
- add symboles to Logger error, success, warning ([aa6849b](https://github.com/marckraw/sb-mig/commit/aa6849b12b066c66efd5ee54bdc82c16707f3f93))
|
|
899
|
-
|
|
900
|
-
### feature
|
|
901
|
-
|
|
902
|
-
- major refactor for better dev exp - functionality stays (except deprecated migrate which is removed) ([a280005](https://github.com/marckraw/sb-mig/commit/a2800050ca81f4449920a3fb1569b05510e788a2))
|
|
903
|
-
|
|
904
|
-
# [1.0.0](https://github.com/marckraw/sb-mig/compare/v0.3.1...v1.0.0) (2020-01-10)
|
|
905
|
-
|
|
906
|
-
### docs
|
|
907
|
-
|
|
908
|
-
- imrpvoe documentation, explain what can be done, and how to handle presets ([c50f44f](https://github.com/marckraw/sb-mig/commit/c50f44f7a37c81b86e63a5a82bd2a08df686b550))
|
|
909
|
-
|
|
910
|
-
### feature
|
|
911
|
-
|
|
912
|
-
- major refactor for better dev exp - functionality stays (except deprecated migrate which is removed) ([a280005](https://github.com/marckraw/sb-mig/commit/a2800050ca81f4449920a3fb1569b05510e788a2))
|
|
913
|
-
|
|
914
|
-
## [0.3.1](https://github.com/marckraw/sb-mig/compare/v0.3.0...v0.3.1) (2020-01-10)
|
|
915
|
-
|
|
916
|
-
### cleanup
|
|
917
|
-
|
|
918
|
-
- refactor creation files to helper functions, add config option for main sb-mig folder ([979d6f6](https://github.com/marckraw/sb-mig/commit/979d6f6e7a628cdb9f5ff79de9c5e178922fcc8a))
|
|
919
|
-
|
|
920
|
-
# [0.3.0](https://github.com/marckraw/sb-mig/compare/v0.2.3...v0.3.0) (2020-01-09)
|
|
921
|
-
|
|
922
|
-
### feature
|
|
923
|
-
|
|
924
|
-
- add get all groups and get specific group ([8056558](https://github.com/marckraw/sb-mig/commit/80565584c296bdd8095ba1e6850db7a76f181174))
|
|
925
|
-
|
|
926
|
-
## 0.2.5 (2020-01-09)
|
|
927
|
-
|
|
928
|
-
## 0.2.4 (2020-01-09)
|
|
929
|
-
|
|
930
|
-
### chore
|
|
931
|
-
|
|
932
|
-
- add generating changelog ([382b657](https://github.com/marckraw/sb-mig/commit/382b657269da26060f1dcd86ac9a643c1e25de76))
|
|
933
|
-
|
|
934
|
-
## [0.2.3](https://github.com/marckraw/sb-mig/compare/v0.2.2...v0.2.3) (2020-01-08)
|
|
935
|
-
|
|
936
|
-
## [0.2.2](https://github.com/marckraw/sb-mig/compare/v0.2.1...v0.2.2) (2020-01-08)
|
|
937
|
-
|
|
938
|
-
### chore
|
|
939
|
-
|
|
940
|
-
- update readme ([7496c93](https://github.com/marckraw/sb-mig/commit/7496c93c9bf3bf52040c7e6cc271d41f4f117ffc))
|
|
941
|
-
|
|
942
|
-
## [0.2.1](https://github.com/marckraw/sb-mig/compare/v0.2.0...v0.2.1) (2020-01-08)
|
|
943
|
-
|
|
944
|
-
### feature
|
|
945
|
-
|
|
946
|
-
- add support for custom config ([17240f0](https://github.com/marckraw/sb-mig/commit/17240f02221052820fd2d09a621f1b82e6f8ac9b))
|
|
947
|
-
|
|
948
|
-
# [0.2.0](https://github.com/marckraw/sb-mig/compare/v0.1.2...v0.2.0) (2020-01-08)
|
|
949
|
-
|
|
950
|
-
### chore
|
|
951
|
-
|
|
952
|
-
- remobe not needed file ([a8e7965](https://github.com/marckraw/sb-mig/commit/a8e7965d54de4d004ece6a8da1a47397fcd1c4b3))
|
|
953
|
-
- remove not used file ([5d3476b](https://github.com/marckraw/sb-mig/commit/5d3476b73dac792e4dda385d853f76f8c8e2de5d))
|
|
954
|
-
- remove not used file ([e8f8496](https://github.com/marckraw/sb-mig/commit/e8f8496667a8e0746c9867f333b159d867b9cf7a))
|
|
955
|
-
|
|
956
|
-
### feature
|
|
957
|
-
|
|
958
|
-
- Add selective component syncing ([5b7bc8d](https://github.com/marckraw/sb-mig/commit/5b7bc8d71cf45d63573b5d5b122a7be2bec1827d))
|
|
959
|
-
|
|
960
|
-
### fix
|
|
961
|
-
|
|
962
|
-
- not working main file ([9e3f308](https://github.com/marckraw/sb-mig/commit/9e3f3088afe36506330e706470c10a367d2b23b0))
|
|
963
|
-
|
|
964
|
-
## [0.1.2](https://github.com/marckraw/sb-mig/compare/v0.1.1...v0.1.2) (2020-01-08)
|
|
965
|
-
|
|
966
|
-
### chore
|
|
967
|
-
|
|
968
|
-
- fix changelog creation ([21d0789](https://github.com/marckraw/sb-mig/commit/21d0789c730630091613a47afd07a97348ef4502))
|