UNPKG

7.18 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [Unreleased]
9
10## [1.18.1] - 2020-05-04
11
12### Fixed
13
14- `migrate1.18` did not change all occurences of IConfiguration.
15
16## [1.18.0] - 2020-04-23
17
18### Added
19
20- `migrate1.18` command to help migrate from 1.17 to 1.18.
21
22### Changed
23
24- Major refactor in code, now stores should declare their own loader.ts
25- Updated dependencies.
26
27## [1.17.4] - 2020-04-06
28
29### Fixed
30
31- Better bot validation.
32
33## [1.17.3] - 2020-02-04
34
35### Added
36
37- Biggy SPA Runner.
38
39## [1.17.2] - 2019-11-18
40
41### Changed
42
43- Make it work on SSR.
44
45## [1.17.1] - 2019-11-13
46
47### Fixed
48
49- Minor issues with last release.
50
51## [1.17.0] - 2019-11-13
52
53### Changed
54
55- Made this project more "lib-like".
56
57## [1.16.0] - 2019-11-11
58
59### Added
60
61- Biggy Runner
62
63## [1.15.0] - 2019-10-24
64
65### Changed
66
67- VTEX runner now imports IPageInfo from event runner
68- nanoid tries to get crypto from window
69
70## [1.14.0] - 2019-10-17
71
72### Changed
73
74- Starting migration from multiple runners to changing class on stores-workspace
75- Moved the
76
77### Removed
78
79- GrupoARunner (in favor of using the stores-workspace for that)
80
81## [1.13.0] - 2019-09-27
82
83### Added
84
85- Santil runner
86
87### Fixed
88
89- Changed amount on yourId runner to integer (to match long on consumer)
90
91## [1.12.0] - 2019-09-05
92
93### Added
94
95- YourID runner
96- Martins runner
97
98### Changed
99
100- Merged anacapri runner with enhanced ecommerce runner
101
102## [1.11.0] - 2019-08-26
103
104### Added
105
106- StoreId to create-store and new namespace to Bundle
107
108## [1.10.0] - 2019-08-23
109
110### Added
111
112- Enhanced Ecommerce runner
113
114## [1.9.2] - 2019-08-20
115
116### Fixed
117
118- Repository URL on create-store again.
119
120## [1.9.1] - 2019-08-20
121
122### Fixed
123
124- Repository URL on create-store.
125
126## [1.9.0] - 2019-08-15
127
128### Added
129
130- Mail and API click events
131
132## [1.8.0] - 2019-08-09
133
134### Added
135
136- SideWalk runner
137
138### Changed
139
140- VTEXRunner methods are now protected
141
142## [1.7.0] - 2019-08-01
143
144### Added
145
146- Anacapri Runner
147
148## [1.6.6] - 2019-07-25
149
150### Fixed
151
152- CLI error handling and add before commit.
153
154## [1.6.5] - 2019-07-25
155
156### Fixed
157
158- CLI dependencies.
159
160## [1.6.4] - 2019-07-25
161
162### Added
163
164- Version flag to CLI.
165
166## [1.6.3] - 2019-07-19
167
168### Added
169
170- Added update-notifier to CLI.
171
172## [1.6.2] - 2019-07-11
173
174### Fixed
175
176- Added try-catch block to create-store
177
178## [1.6.1] - 2019-06-28
179
180### Fixed
181
182- GrupoA runner now has cart related functions
183
184## [1.6.0] - 2019-06-26
185
186### Added
187
188- Grupoa and efacil partial runners, not sending cart events because the stores don't have it yet.
189
190## [1.5.1] - 2019-06-12
191
192### Fixed
193
194- More information on error logging.
195- Hipervarejo order price being sent with comma thousands separator.
196
197## [1.5.0] - 2019-05-14
198
199### Fixed
200
201- Analytics cookies now save in the same domain for regular pages and search pages
202
203### Added
204
205- Function to get domain on cookie utils
206
207## [1.4.2] - 2019-05-09
208
209### Added
210
211- GA Runner.
212
213## [1.4.1] - 2019-05-09
214
215### Fixed
216
217- Stop inserting duplicate scripts on loader.
218
219## [1.4.0] - 2019-05-08
220
221### Changed
222
223- From server-side session handling to client-side session handling.
224
225### Added
226
227- Auto create git repository when new store is created.
228
229## [1.3.1] - 2019-04-09
230
231### Fixed
232
233- Pull in git submodules before publish.
234
235## [1.3.0] - 2019-04-04
236
237### Added
238
239- Check for failed ping
240
241## [1.2.1] - 2019-03-11
242
243### Fixed
244
245- Front events with wrong value.
246- Error using Object.values.
247
248## [1.2.0] - 2019-03-06
249
250### Added
251
252- DataLayer events for b-front and b-search.
253- Http utils methods.
254
255## [1.1.1] - 2019-02-18
256
257### Fixed
258
259- Session ping async problem.
260
261## [1.1.0] - 2019-02-18
262
263### Changed
264
265- Add CI.
266
267## [1.0.0] - 2019-02-14
268
269### Changed
270
271- Init using gitflow
272
273[unreleased]: https://gitlab.com/biggylabs/integration/recsys/compare/master...develop
274[1.18.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.18.0...v1.18.1
275[1.18.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.17.4...v1.18.0
276[1.17.4]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.17.3...v1.17.4
277[1.17.3]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.17.2...v1.17.3
278[1.17.2]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.17.1...v1.17.2
279[1.17.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.17.0...v1.17.1
280[1.17.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.16.0...v1.17.0
281[1.16.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.15.0...v1.16.0
282[1.15.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.14.0...v1.15.0
283[1.14.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.13.0...v1.14.0
284[1.13.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.12.0...v1.13.0
285[1.12.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.11.0...v1.12.0
286[1.11.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.10.0...v1.11.0
287[1.10.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.9.2...v1.10.0
288[1.9.2]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.9.1...v1.9.2
289[1.9.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.9.0...v1.9.1
290[1.9.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.8.0...v1.9.0
291[1.8.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.7.0...v1.8.0
292[1.7.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.6.6...v1.7.0
293[1.6.6]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.6.5...v1.6.6
294[1.6.5]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.6.4...v1.6.5
295[1.6.4]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.6.3...v1.6.4
296[1.6.3]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.6.2...v1.6.3
297[1.6.2]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.6.1...v1.6.2
298[1.6.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.6.0...v1.6.1
299[1.6.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.5.1...v1.6.0
300[1.5.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.5.0...v1.5.1
301[1.5.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.4.2...v1.5.0
302[1.4.2]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.4.1...v1.4.2
303[1.4.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.4.0...v1.4.1
304[1.4.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.3.1...v1.4.0
305[1.3.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.3.0...v1.3.1
306[1.3.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.2.1...v1.3.0
307[1.2.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.2.0...v1.2.1
308[1.2.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.1.1...v1.2.0
309[1.1.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.1.0...v1.1.1
310[1.1.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.0.0...v1.1.0
311[1.0.0]: https://gitlab.com/biggylabs/integration/recsys/compare/ffc8430ea3a9e7fc967b7f5577041c906ffcd61d...v1.0.0