Skip to content

Tags: infermedica/modular-analytics

Tags

v0.5.6

fix: trackEvent not working in debug mode

v0.5.5

fix: Remove redundant topic when passed as a data

v0.5.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add promise-based responses to infermedica analytics (#30)

* feat: add promise-based responses to infermedica analytics

* remove redundant async/await syntax

* replace forEach with map and flat

* bump package version

---------

Co-authored-by: Kamil Bartczak <[email protected]>

v0.5.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: replace Bowser with ua-parser-js (#29)

* improve comment and change eslint config

* add fallback values for required properties

* fix fallback values to fully apply

* fix fallback values to fully apply

* fix tests

v0.5.1

feature: add possibility to configure publishURL variable: (#23)

- add baseURL and publishURL to README infermedicaAnalytics object and describe,
- refactor few lines in modules.js -> infermedicaModule function to destructure __analytics.infermedicaAnalytics in a neatier way with default values,
- bump up version of library in package.json and update package-lock.json by running npm install

Co-authored-by: AlanLes <[email protected]>

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: modular analytics as plugin for vue 3 (#21)

* feat: add support to use modular analytics as plugin

* test: remove Vue plugin tests

* fix: can't use modular-analytics without vue package

* fix: imports in package.json should be exports

* chore: bum to v0.5.0

* fix: typo

Co-authored-by: Przemysław Spaczek <[email protected]>

v0.4.5

test: add unit tests for analytics functions (#16)

* feat: add jest

* docs: add unit test instructions in readme

* test: add unit test for analytics function

* [WiP]test: add unit tests for analytics function

* test: add unit tests for analytics function

* chore: lint

* test: remove duplicates

Co-authored-by: Arkadiusz Krzymieński <[email protected]>
Co-authored-by: Przemysław Spaczek <[email protected]>

v0.4.4

fix: update list of files included to package

v0.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: pick default module from async imports of axios and bowser (#17)

* feature: pick default module from async imports of axios and bowser

* bump version to 0.4.3