Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Tags: fvdm/nodejs-piwik

Tags

1.0.1

Toggle 1.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Bug: crash when res is not set

* Bug: error 'request failed' missing
* Bug: timeout not correctly used
* Code and readme clean up

1.0.0

Toggle 1.0.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* New loadSpammers method

* Replaced HTTP code with httpreq module
* Test: CI testing both node and io.js
* Package: SPDX compatible license
* Minor changes and clean up

0.4.1

Toggle 0.4.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Do not call `request.end()` with `null` (@julien-f)

* Added .api to test script
* Fixed invalid test script errors

0.4.0

Toggle 0.4.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Added Travis CI test script

* Added `timeout` setting, default `5000` ms
* Catch HTTP errors (`http error`)
* Catch API errors (`api error`)
* Better browserify support (@julien-f)
* Readme updated
* Code clean up

0.3.0

Toggle 0.3.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Minimal node version is 0.8.0

* Added .track method
* Added method chaining
* Removed .http method
* Added test script
* Properly handle response data
* Readme: added author footnote
* Clean up, misc readme edits

0.2.0

Toggle 0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Readme: removed semicolons