Skip to content

Latest commit

History

History
38 lines (23 loc) 路 1.79 KB

CHANGELOG.md

File metadata and controls

38 lines (23 loc) 路 1.79 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v0.19.0

  • Friendly event listening - #195 @svrooij
  • Updated deps mocha@4.1.0 xml2js@0.4.19 request@2.83.0 ip@1.1.5 debug@3.1.0
  • Dropped support for node v4

v0.18.0

v0.17.0

v0.16.0

Previous

Fixed

  • encoding: Fix encoding failues on objects containing a 'length' key (thanks to connor4312)

Added

  • TypeScript definitions (thanks to SPARTAN563)
  • Support for configuring the client by providing a url to locate InfluxDB (thanks to mmalecki)
  • CONTRIBUTING.md describing guidelines for contributing to the project