Skip to content

Releases: matomo-org/matomo-nodejs-tracker

v3.0.0-beta.1

v3.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@Findus23 Findus23 released this 22 Dec 15:53
fb1018a

Same as beta.0, but with more supported parameters

v3.0.0-beta.0 -- Typescript rewrite

Pre-release

Choose a tag to compare

@Findus23 Findus23 released this 22 Dec 15:43
3e22f25

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.

2.2.4

Choose a tag to compare

@Findus23 Findus23 released this 25 Aug 18:42
fd63068

Support node version 10, 12, 14

2.2.3

Choose a tag to compare

@Findus23 Findus23 released this 25 Aug 18:42
192f50b
  • #66 : treat 204 responses as a success on track function (thanks to @Cherry)
  • update dev-dependencies

v2.2.2

Choose a tag to compare

@Findus23 Findus23 released this 01 May 14:42
b81955d
  • 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

Choose a tag to compare

@Findus23 Findus23 released this 01 Apr 06:49
c0e2435

PRs merged:

others:

  • updated dev-dependencies

Add trackBulk for tracking bulk events

Choose a tag to compare

@Findus23 Findus23 released this 12 Apr 14:02
ed888ba

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

Allow renamed piwik.js

Choose a tag to compare

@Findus23 Findus23 released this 04 Feb 15:33
b116aa6

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

Matomo Node Tracker

Choose a tag to compare

@Findus23 Findus23 released this 10 Jan 13:33

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

Choose a tag to compare

@fhemberger fhemberger released this 24 Aug 11:42
  • Fix - Unexpected token: name (agent) (#40)
  • Update dependencies