Skip to content

Latest commit

 

History

History
214 lines (112 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

214 lines (112 loc) · 12.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2021-09-07)

Features

  • add api execution time tracking (c410cd3)

1.0.1 (2021-09-07)

Bug Fixes

  • make the search results price optional (88cb62b)
  • recommendeditem.ts: do not add prices to recommendation item context if they are not present (47625e9)
  • search-result-product schema: update search-result-product schema to version 1-0-2 (c1dd7bb)
  • make price optional to support b2b (3bb8e05)

1.0.0 (2021-06-07)

0.1.7 (2021-06-07)

Features

  • asynchronous initialization via post message (ad00fd9)

0.1.6 (2021-05-27)

Bug Fixes

0.1.5 (2021-05-27)

Features

0.1.4 (2021-05-26)

Bug Fixes

  • remove search input context from events (4c44e7e)

0.1.3 (2021-05-26)

Features

  • populate placement and offset values (95646aa)

0.1.2 (2021-05-25)

0.1.1 (2021-05-20)

Bug Fixes

  • include the shopping cart context with the place order event (f10c94b)
  • remove unnecessary early return (fd5ebec)

0.1.0 (2021-05-20)

⚠ BREAKING CHANGES

  • TrackPageView is no longer called for you. You must execute this manually.

Bug Fixes

  • dynamically create all global contexts and remove track page view (77f1372)

0.0.19 (2021-05-19)

Bug Fixes

  • dynamically calculate the shopper context (46f464c)
  • handle empty data layer during context creation (d3fb41b)

0.0.18 (2021-05-18)

Bug Fixes

  • make product pricing optional (f0d85e1)

0.0.17 (2021-05-18)

0.0.16 (2021-05-17)

0.0.15 (2021-05-17)

0.0.14 (2021-05-14)

Features

  • support multiple search units (c4f44bc)
  • support new facets structure (0b86d75)
  • support new search input structure (a8f022a)

0.0.13 (2021-04-30)

Bug Fixes

  • remove conditionals on required fields (499127f)

0.0.12 (2021-04-28)

0.0.11 (2021-04-26)

0.0.10 (2021-04-23)

Bug Fixes

  • resolve id type mismatches (8e17959)

0.0.9 (2021-04-23)

Bug Fixes

  • remove invalid data type from value field (8fad8af)
  • remove js build from tracker context (5cb107c)

0.0.8 (2021-04-22)

Features

  • add instant purchase event handler (8304d4c)
  • add page view event handler (691d600)

Bug Fixes

  • handle empty shopping cart (b79364e)

0.0.7 (2021-04-21)

0.0.6 (2021-04-20)

Features

Bug Fixes

  • include a doctype in the example (6434f97)

0.0.5 (2021-04-16)

Features

  • allow data to be passed in to context creators (46bea75)
  • leverage custom context data (fbfa729)
  • support search request id (bffffeb)
  • update schema versions (6941c57)

0.0.4 (2021-04-09)

Features

  • populate order id (ba2bb8b)
  • populate page type (48fa6d5)
  • support recommendation add to cart event (dc63789)
  • support recommendation api response received event (5ec92ce)
  • support recommendation api response received event (3f47b81)
  • support recommendation click event (c8d6426)
  • support recommendation render event (e007582)
  • support recommendation view event (42fd248)

0.0.3 (2021-04-01)

Features

  • support add to cart event (c3ab34f)
  • support place order event (f9d8021)
  • support product view event (8f2b388)
  • support recommendation api request sent event (4f89389)
  • support shopping cart view event (5ebb760)

0.0.2 (2021-03-25)

Features

  • add event handlers which send data to snowplow (dc223aa)
  • construct snowplow contexts (9540fd2)
  • create extension context and include it with global contexts (8ca18d5)
  • create shopper context and include it with global contexts (e2ffb14)
  • create shopping cart context and include it with global contexts (0d0ffec)
  • create storefront instance context and include it with global contexts (22b5cb1)
  • include tracker global context (7014a83)
  • initialize adobe client data layer (bcdc07b)
  • initialize analytics (6342e59)
  • send events to snowplow (ab6edee)

0.0.1 (2021-03-17)