Skip to content

Releases: emkis/gtm-event-tracker

v1.8.2

19 Mar 16:14
Compare
Choose a tag to compare

1.8.2 (2023-03-19)

Description

This version just changes the amount of files we upload to NPM, in order to prevent you from downloading unnecessary things. (56c6046)

v1.8.1

19 Mar 16:10
Compare
Choose a tag to compare

1.8.1 (2023-03-19)

Description

This version doesn't fix anything related to the package, it just rollbacks the erased package.json (60fc6b7)

v1.8.0

19 Mar 15:47
Compare
Choose a tag to compare

1.8.0 (2023-03-19)

Bug Fixes

  • tracker-context: remove unsupported for high order functions for setting props (e2c98f6)

Features

  • error: add error code for each error (75b550a)
  • error: throw minified error message (13611dc)
  • shared: throw error code in production (5304cd8)

v1.7.0

22 Nov 01:16
Compare
Choose a tag to compare

1.7.0 (2022-11-22)

Bug Fixes

  • configuration: make targetProperty a function (cebee44)
  • configuration: make targetProperty a function (c832bc9)
  • data-layer: ensure targetProperty is truthy (9ceb078)

Features

  • add @semantic-release/github for handling github releases (cad3b88)
  • add logger manager for handling log rules (1416e5b)
  • configuration: add base types (8dac88c)
  • configuration: add configuration module (945534d), closes #19
  • configuration: add events default options (d1e5c9b)
  • configuration: add events options (f6a1c12)
  • configuration: add feature types (eec1ac1)
  • configuration: add no config provided error (281fa22)
  • configuration: export feature (af0e451)
  • data-layer: get targetProperty from configuration (99fd7dc)
  • error: add new error (47e20ea)
  • export type EventsConfigurations (fcd8e10)
  • rollup: add transpilation and minification with esbuild (b4cd353)
  • shared: allow JSON Primitives as values (3665870)
  • with-tracker: add contextName to event log (d79b056)

v1.7.0-beta.14

22 Nov 01:06
Compare
Choose a tag to compare
v1.7.0-beta.14 Pre-release
Pre-release

1.7.0-beta.14 (2022-11-22)

Features

  • with-tracker: add contextName to event log (d79b056)

v1.7.0-beta.13

06 Sep 00:05
Compare
Choose a tag to compare
v1.7.0-beta.13 Pre-release
Pre-release

1.7.0-beta.13 (2022-09-06)

Features

  • add @semantic-release/github for handling github releases (cad3b88)
  • shared: allow JSON Primitives as values (3665870)