|
| 1 | +### [2.6.5](https://github.com/tracking-exposed/trex/compare/v2.6.4...v2.6.5) (2022-10-17) |
| 2 | + |
| 3 | +- **docs:** upgrade [@docusaururs](https://github.com/docusaururs)@2.1.0 ([#694](https://github.com/tracking-exposed/trex/issues/694)) ([f68a7a5](https://github.com/tracking-exposed/trex/commit/f68a7a5987a63fe5cbe13852070adffb2055e566)) |
| 4 | +- **guardoni:** catch possible error when rejecting cookie modal during navigate ([6983c02](https://github.com/tracking-exposed/trex/commit/6983c020b374d324230538e99f96656711703d5a)) |
| 5 | +- **guardoni:** fix cli testing scripts ([dd11d3b](https://github.com/tracking-exposed/trex/commit/dd11d3b5ae99a0c95dd3c95bb2c6246f5a414893)) |
| 6 | +- removed unused files (that might also be connected to [#649](https://github.com/tracking-exposed/trex/issues/649)) ([73245a4](https://github.com/tracking-exposed/trex/commit/73245a40cd586152a140f8fbbe64231c50f42e45)) |
| 7 | +- **shared:** configuration param for parser provider ([#675](https://github.com/tracking-exposed/trex/issues/675)) ([dd1a1c8](https://github.com/tracking-exposed/trex/commit/dd1a1c80ff0a4c2c0ca64c2d98e1a515e3f247fa)) |
| 8 | +- **shared:** parser provider abstraction for browser compatibility ([6a8af31](https://github.com/tracking-exposed/trex/commit/6a8af312ee0f14eb5b9204e13f923de7a8222343)) |
| 9 | +- **shared:** parser provider error reporting. Collecting TODOs samples for future parser fixes ([#701](https://github.com/tracking-exposed/trex/issues/701)) ([a93c535](https://github.com/tracking-exposed/trex/commit/a93c535a0eab02d58401a534a36abb40555a8e4e)) |
| 10 | +- **shared:** prevent parser crashing for collecting all results in an array ([c407cd8](https://github.com/tracking-exposed/trex/commit/c407cd87cdc9a3dce9b5b26932fef5304315f12f)) |
| 11 | +- **shared:** read parser fixture content once at time ([082ca09](https://github.com/tracking-exposed/trex/commit/082ca09d571fb7f40a49f726e9d7277ecd7ad4ce)) |
| 12 | +- **shared:** remove binding to port 'onConnect' event to add message listener ([#714](https://github.com/tracking-exposed/trex/issues/714)) ([ed8f5bf](https://github.com/tracking-exposed/trex/commit/ed8f5bf294dac2e33c4dd1e1bfe205fc89333140)) |
| 13 | +- **tk:backend:** add 'researchTag' and 'experimentId' field to personal search csv ([eeb8c97](https://github.com/tracking-exposed/trex/commit/eeb8c976def7312b897bd3d3fa516b498033919d)) |
| 14 | +- **tk:backend:** experiments routes and lib in ts ([574900b](https://github.com/tracking-exposed/trex/commit/574900bd16b5e9d2e006b5c02897aadb554a2dbd)) |
| 15 | +- **tk:backend:** metadata thumbnails ([#715](https://github.com/tracking-exposed/trex/issues/715)) ([56230e6](https://github.com/tracking-exposed/trex/commit/56230e6a958938bf017ae6831f97a13e3f34913f)) |
| 16 | +- **tk:backend:** metadata upsert by timelineId ([13d7cda](https://github.com/tracking-exposed/trex/commit/13d7cda0ff29d53d69df12f88d816976998ca4a9)) |
| 17 | +- **tk:backend:** personal csv results for search and native nature ([cd06791](https://github.com/tracking-exposed/trex/commit/cd0679169139a7e57b926be5dc1558cfdfed7782)) |
| 18 | +- **tk:backend:** replace timeline word with short id for html timelineId ([c0390b4](https://github.com/tracking-exposed/trex/commit/c0390b46a469d321bcc24a639604faa1983177af)) |
| 19 | +- **tk:backend:** set mongo client max connection to 1 for parser process ([bdefac9](https://github.com/tracking-exposed/trex/commit/bdefac96092a62e57625a9a087983ff917959c7c)) |
| 20 | +- **tk:shared:** check element exists before profile metadata extraction ([#704](https://github.com/tracking-exposed/trex/issues/704)) ([d58c404](https://github.com/tracking-exposed/trex/commit/d58c4047fcf04df1b3720e4b236e61c5b3da421f)) |
| 21 | +- **tk:shared:** moved parsers from tk:backend ([d708ca4](https://github.com/tracking-exposed/trex/commit/d708ca42f9d377ffb11a0446f9f8634cd6494590)) |
| 22 | +- **tk:shared:** split metadata model file into specific metadata files ([97d0c62](https://github.com/tracking-exposed/trex/commit/97d0c62bd7119f9c46c7ec7616cb7bfc74e3061e)) |
| 23 | +- **tktrex:** Clarify hashing logic and sequence, embedded Nature as part of the fields selection ([#668](https://github.com/tracking-exposed/trex/issues/668)) ([9c84f7a](https://github.com/tracking-exposed/trex/commit/9c84f7a7946a0deacb775ec2f982793b57846bde)) |
| 24 | +- trimming logging verbosity in console.table ([9682326](https://github.com/tracking-exposed/trex/commit/9682326838b6241878aa65b40655cae2eb43b176)) |
| 25 | +- **workspace:** defined 'cloc' script ([#706](https://github.com/tracking-exposed/trex/issues/706)) ([5529782](https://github.com/tracking-exposed/trex/commit/5529782d1909ada3c60dfd692edde1ef74c2d358)) |
| 26 | +- **workspace:** defined docker services for mongo indexes creation ([48a1c83](https://github.com/tracking-exposed/trex/commit/48a1c83e05974415c7dc070c79bfdeb336335dd7)) |
| 27 | +- **workspace:** enable flows on push in daily ([3ff00ef](https://github.com/tracking-exposed/trex/commit/3ff00ef9fbf6f01e121132b4d8821ade1ae894e4)) |
| 28 | +- **workspace:** extension reviewer install from zip, closes [#649](https://github.com/tracking-exposed/trex/issues/649) ([#677](https://github.com/tracking-exposed/trex/issues/677)) ([53b21c3](https://github.com/tracking-exposed/trex/commit/53b21c35859b42a35069fa7bc5d2c79285448dca)) |
| 29 | +- **workspace:** storybook creation ([#683](https://github.com/tracking-exposed/trex/issues/683)) ([e03baf2](https://github.com/tracking-exposed/trex/commit/e03baf2216729cc3f4260c12ac9d4cb2c874c64d)) |
| 30 | +- **workspace:** test extension builds from zip in docker environment ([2cea4d7](https://github.com/tracking-exposed/trex/commit/2cea4d7c4aea3e38030ebfb823512ae2086f5cde)) |
| 31 | +- **workspace:** upgrade eslint@^8.24.0 ([#684](https://github.com/tracking-exposed/trex/issues/684)) ([3d77ba8](https://github.com/tracking-exposed/trex/commit/3d77ba89c5a211cd13be19c723ed0d3f40bee881)) |
| 32 | +- **workspace:** upgrade webpack@^5.74.0 and tsconfig-paths@^4.1.0 ([#687](https://github.com/tracking-exposed/trex/issues/687)) ([2e62c27](https://github.com/tracking-exposed/trex/commit/2e62c27517b980213770f9f08b3ab69350881d20)) |
| 33 | +- **workspace:** upgrade [email protected] ([#685](https://github.com/tracking-exposed/trex/issues/685)) ([23ff5c4](https://github.com/tracking-exposed/trex/commit/23ff5c49cc70fceab173ba21cbdb3be2aa015500)) |
| 34 | +- **workspace:** use debug colors in pm2 logs ([08ec8d3](https://github.com/tracking-exposed/trex/commit/08ec8d3ae95766bd7a3426c151d8a555e7c35094)) |
| 35 | +- **yt:backend:** defined DB models for metadata ([#721](https://github.com/tracking-exposed/trex/issues/721)) ([a09ab7d](https://github.com/tracking-exposed/trex/commit/a09ab7dd4baea42c6f83d77f5d38826aca6ac9e8)) |
| 36 | +- **yt:backend:** error reporting for home videos parsing failure ([342530e](https://github.com/tracking-exposed/trex/commit/342530ee9fd789241266ad297ddba156c4bba51c)) |
| 37 | +- **yt:backend:** metadata api filter by nature ([#705](https://github.com/tracking-exposed/trex/issues/705)) ([6dcfd21](https://github.com/tracking-exposed/trex/commit/6dcfd212153d31203c42d40955c53f7390768204)) |
| 38 | +- **yt:backend:** set mongo client max connection to 1 for parser process ([1970b91](https://github.com/tracking-exposed/trex/commit/1970b91c94ba542f4d0cb3b2a3917d8605075e77)) |
| 39 | +- **yt:backend:** update metadata by proper identifier ([9147728](https://github.com/tracking-exposed/trex/commit/9147728f6634b925f0001a1e34c7f45b9f09680f)) |
| 40 | +- **yt:shared:** moved parsers from yt:backend ([#678](https://github.com/tracking-exposed/trex/issues/678)) ([5e6abc8](https://github.com/tracking-exposed/trex/commit/5e6abc8f8b4155c7df2d2cb35131a0a9eb412bea)) |
| 41 | +- **yt:shared:** search video results alternative selector ([1e52e94](https://github.com/tracking-exposed/trex/commit/1e52e9469734d2ec89ad8f6f04ad341853b7f11a)) |
| 42 | +- **yt:shared:** search, home and video route handlers ([#702](https://github.com/tracking-exposed/trex/issues/702)) ([1a19ab2](https://github.com/tracking-exposed/trex/commit/1a19ab2163994d93df668ba3de7d7b260d55accf)) |
| 43 | +- **yttrex:** use 'node-fetch' mock for curly spec test ([ebf0908](https://github.com/tracking-exposed/trex/commit/ebf09082da1d40c1af69513e45b6fb2dc3ee52f3)) |
| 44 | + |
1 | 45 | ### [2.6.4](https://github.com/tracking-exposed/trex/compare/v2.6.3...v2.6.4) (2022-09-21)
|
2 | 46 |
|
3 | 47 | - **guardoni:** added update notifier to cli ([#658](https://github.com/tracking-exposed/trex/issues/658)) ([8b77561](https://github.com/tracking-exposed/trex/commit/8b775619e29dcb0e73d4d46f7d03f0fc43069c9c))
|
|
0 commit comments