Skip to content

Releases: matomo-org/matomo-nodejs-tracker

v3.0.0-beta.1

22 Dec 15:53
fb1018a
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

Same as beta.0, but with more supported parameters

v3.0.0-beta.0 -- Typescript rewrite

22 Dec 15:43
3e22f25
Compare
Choose a tag to compare
Pre-release

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

25 Aug 18:42
fd63068
Compare
Choose a tag to compare

Support node version 10, 12, 14

2.2.3

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

v2.2.2

01 May 14:42
b81955d
Compare
Choose a tag to compare
  • 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

01 Apr 06:49
c0e2435
Compare
Choose a tag to compare

PRs merged:

others:

  • updated dev-dependencies

Add trackBulk for tracking bulk events

12 Apr 14:02
ed888ba
Compare
Choose a tag to compare

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

Allow renamed piwik.js

04 Feb 15:33
b116aa6
Compare
Choose a tag to compare

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

Matomo Node Tracker

10 Jan 13:33
Compare
Choose a tag to compare

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

24 Aug 11:42
Compare
Choose a tag to compare
  • Fix - Unexpected token: name (agent) (#40)
  • Update dependencies