Matomo Nodejs Tracker Versions Save

A Node.js wrapper for the Matomo (Piwik) tracking HTTP API

v3.0.0-beta.1

3 years ago

Same as beta.0, but with more supported parameters

v3.0.0-beta.0

3 years ago

Hi everyone,

I rewrote most of the MatomoTracker in typescript to make sure I don't miss any weird bugs and allow typescript users to more easily use the library.

For non-typescript users nothing should change. The same functions should continue to work the same way as before. It now uses a few more modern JS features requiring NodeJS 10+, but that was already the requirement before.

Nevertheless it would be amazing if someone more familiar with the JS ecosystem could report back if everything works as it should.

v2.2.4

3 years ago

Support node version 10, 12, 14

v2.2.3

3 years ago
  • #66 : treat 204 responses as a success on track function (thanks to @Cherry)
  • update dev-dependencies

v2.2.2

4 years ago
  • no actual code changes
  • update dev-dependencies
  • now supporting node 8,10,12
  • Document how to allow custom ending (#61 by @Toub)
  • Fix 404'ing package.json links (#58 by @strugee)

2.2.1

5 years ago

PRs merged:

  • #54
  • #57

others:

  • updated dev-dependencies

v2.2.0

6 years ago

Many thanks to @yantze for contributing this feature in #47

v2.1.0

6 years ago

Fixes #44 with #45 in case the piwik.js got renamed to avoid blocking.

v2.0.0

6 years ago

This is the first release after moving this module to the Matomo organisation and renaming from Piwik to Matomo.

When upgrading pay attention that all PiwikTracker has been renamed to MatomoTracker.

v1.1.2

6 years ago
  • Fix - Unexpected token: name (agent) (#40)
  • Update dependencies