UNPKG

2.93 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.6.1] - 2019-06-28
11
12### Fixed
13
14- GrupoA runner now has cart related functions
15
16## [1.6.0] - 2019-06-26
17
18### Added
19
20- Grupoa and efacil partial runners, not sending cart events because the stores don't have it yet.
21
22## [1.5.1] - 2019-06-12
23
24### Fixed
25
26- More information on error logging.
27- Hipervarejo order price being sent with comma thousands separator.
28
29## [1.5.0] - 2019-05-14
30
31### Fixed
32
33- Analytics cookies now save in the same domain for regular pages and search pages
34
35### Added
36
37- Function to get domain on cookie utils
38
39## [1.4.2] - 2019-05-09
40
41### Added
42
43- GA Runner.
44
45## [1.4.1] - 2019-05-09
46
47### Fixed
48
49- Stop inserting duplicate scripts on loader.
50
51## [1.4.0] - 2019-05-08
52
53### Changed
54
55- From server-side session handling to client-side session handling.
56
57### Added
58
59- Auto create git repository when new store is created.
60
61## [1.3.1] - 2019-04-09
62
63### Fixed
64
65- Pull in git submodules before publish.
66
67## [1.3.0] - 2019-04-04
68
69### Added
70
71- Check for failed ping
72
73## [1.2.1] - 2019-03-11
74
75### Fixed
76
77- Front events with wrong value.
78- Error using Object.values.
79
80## [1.2.0] - 2019-03-06
81
82### Added
83
84- DataLayer events for b-front and b-search.
85- Http utils methods.
86
87## [1.1.1] - 2019-02-18
88
89### Fixed
90
91- Session ping async problem.
92
93## [1.1.0] - 2019-02-18
94
95### Changed
96
97- Add CI.
98
99## [1.0.0] - 2019-02-14
100
101### Changed
102
103- Init using gitflow
104
105[unreleased]: https://gitlab.com/biggylabs/integration/recsys/compare/master...develop
106[1.6.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.6.0...v1.6.1
107[1.6.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.5.1...v1.6.0
108[1.5.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.5.0...v1.5.1
109[1.5.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.4.2...v1.5.0
110[1.4.2]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.4.1...v1.4.2
111[1.4.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.4.0...v1.4.1
112[1.4.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.3.1...v1.4.0
113[1.3.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.3.0...v1.3.1
114[1.3.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.2.1...v1.3.0
115[1.2.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.2.0...v1.2.1
116[1.2.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.1.1...v1.2.0
117[1.1.1]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.1.0...v1.1.1
118[1.1.0]: https://gitlab.com/biggylabs/integration/recsys/compare/v1.0.0...v1.1.0
119[1.0.0]: https://gitlab.com/biggylabs/integration/recsys/compare/ffc8430ea3a9e7fc967b7f5577041c906ffcd61d...v1.0.0