Skip to content

Releases: njh/node-owfs

0.3.2

24 May 08:25
@njh njh
Compare
Choose a tag to compare
  • Fix for trailing null character at the end of the payload when writing
  • Added extra tests for writing
  • Added request and alias flags to requests

0.3.1

17 May 21:32
@njh njh
Compare
Choose a tag to compare
  • Fix faulty parsing of input buffer if dummy header and good data received together
  • Added support for writing true/false
  • Added basic example of getting a temperature
  • Added integration tests
  • Added more unit tests

0.3.0: Pure JavaScript release

18 Jan 21:45
@njh njh
Compare
Choose a tag to compare
  • Converted codebase from CoffeeScript to pure JavaScript
  • Style changes and code cleanup
  • Added test for #write()

0.2.4

18 Jan 19:59
@njh njh
Compare
Choose a tag to compare
  • New maintainer: Nicholas Humfrey
  • Switched license to MIT
  • Fixes for writing to owfs

0.2.3

18 Jan 19:56
@njh njh
Compare
Choose a tag to compare
  • Fix exception "cannot read property payload from undefined"
  • Removed buffertools dependency and switched to plain node Buffer API

version 0.2.2

18 Jan 19:56
@njh njh
Compare
Choose a tag to compare
  • Fix for issue #9 with new tests

version 0.2.1

18 Jan 19:55
@njh njh
Compare
Choose a tag to compare
  • Fix for issue #7 and added test for empty payload

0.2.0: CoffeeScript Release

18 Jan 19:52
@njh njh
Compare
Choose a tag to compare
  • Converted library to CoffeeScript
  • Switched to visionmedia/debug for lightweight debugging output
  • Tests and bugfixes

version 0.1.0

18 Jan 19:51
@njh njh
Compare
Choose a tag to compare
  • New error first callback style
  • More logging

0.0.6 maintenance release

18 Jan 19:50
@njh njh
Compare
Choose a tag to compare
  • Default port 4304
  • New buffertools version