Skip to content

Releases: rwaldron/johnny-five

v0.11.4

18 Aug 17:36
Compare
Choose a tag to compare
Commit Message/Description
4f15bff v0.11.4
af8494b Fix support for synchronous animtaion queues
7638bc5 Fix this usage in Board - Specify Port Example. Closes gh-1369
cdf1a74 Sensor: value emitted via event should match sensor.value
52ab1c1 This adds support for having multiple driver instances for the DS18B20 on different pins (1wire bus) concurrently.
bbd0d19 LCD: Fix autoscroll for JHD1313M1

v0.11.1

01 Jun 15:25
Compare
Choose a tag to compare
Commit Message/Description
238a7e4 0.11.1
2baba6f ci: removing 0.10.0 and 0.12.0 from support matrix

v0.11.0

01 Jun 15:24
Compare
Choose a tag to compare
Commit Message/Description
2401180 0.11.0
ae4d64e Package.json: update dependencies
893a2a8 README: add coverage badge
6d627e3 ci: remove node 8, reorganize coverage operations
841d69b ci: run test and coverage check at same time
288a2af ci: remove node 5, add node 8
7b4489d Fix board tests
f684a20 Give Thermometer enable/disable methods
b050bf8 v0.10.13
bedcbe3 LCD: Wait for fast instructions to complete
1e90c6f Missed Symbol availability check
a3de9cb v0.10.12
2884c2e Collection: fix Symbol.iterator check for ancient Node versions
ea7ca5d v0.10.11
c39b92e Light: TSL2561 set 16X gain and 13ms integration gain for TSL2561. Fixes gh-1333
be3e8bd Collections: add Symbol.iterator
291a1db Multi: implement standby time for BME280 start up. Fixes gh-1274
7b2ed1f v0.10.10
becdd6e Adds Brad Buchanan [email protected] to contributors
001f27f Fix Piezo.prototype.note() (#1328)
6d8b4a3 Make unit tests less flaky on Travis CI (#1329)

v0.10.13

09 May 20:00
Compare
Choose a tag to compare
Commit Message/Description
b050bf8 v0.10.13
bedcbe3 LCD: Wait for fast instructions to complete
1e90c6f Missed Symbol availability check

v0.10.12

03 May 16:58
Compare
Choose a tag to compare
Commit Message/Description
a3de9cb v0.10.12
2884c2e Collection: fix Symbol.iterator check for ancient Node versions

v0.10.11

02 May 20:19
Compare
Choose a tag to compare
Commit Message/Description
ea7ca5d v0.10.11
c39b92e Light: TSL2561 set 16X gain and 13ms integration gain for TSL2561. Fixes gh-1333
be3e8bd Collections: add Symbol.iterator
291a1db Multi: implement standby time for BME280 start up. Fixes gh-1274

v0.10.10

21 Apr 17:05
Compare
Choose a tag to compare
Commit Message/Description
7b2ed1f v0.10.10
becdd6e Adds Brad Buchanan [email protected] to contributors
001f27f Fix Piezo.prototype.note() (#1328)
6d8b4a3 Make unit tests less flaky on Travis CI (#1329)

v0.10.9

17 Apr 16:09
Compare
Choose a tag to compare
Commit Message/Description
005b955 v0.10.9
a3e5d4d .npmignore: sort
bf81e99 Sensor: Add digital microwave example

v0.10.8

13 Apr 16:26
Compare
Choose a tag to compare
Commit Message/Description
9746600 v0.10.8
9cf2288 RGB: Additional CSS 4 rgb(), rgba() support (percent values)
e335704 Add support for CSS color function notation to Led.RGB.color() (#1320)
548c6f1 Multi: SHT31D wait 15ms for conversion and convert raw bytes to uint16 (#1319)
823d913 Expander: don't require an address when unnecessary. Fixes gh-1291 (#1312)
6e28b12 Proximity: store HCSR04 delay as msToNextRead
4ef61fd Proximity: Adds power jumpers to HCSR04 Backpack example.
a326a46 Board: changing "Device(s)" to "Available"
308b8cc LCD: update init sequences for PCF8574A/T and MJKDZ

v0.10.7

06 Apr 17:30
Compare
Choose a tag to compare
Commit Message/Description
562d37b v0.10.7
7b46d72 Gruntfile: update copy-paste API calls
7ea41bc LCD: Send correct bit fields for on/off command for PCF8574A/PCF8574T. Fixes gh-1314
7ffc64f Tests: add missing globals to test/.jshintrc
50e2e1e five: 100% coverage
c13571b Multi: correct SI7020 & 7021 to uint16. Fixes gh-1315
931397f Coverage: migrate istanbul to nyc
c840d99 Package.json: let npm format prevail
0ac3da2 Repl: test coverage 100%, await pending for exit; Board: await pending for exit. Fixes gh-1306
3e51fec Deps: update copy-paste 0.3.0 to 1.3.0
c524e99 Light: tests for BH1750; minor reorganization of whole class def
23a9526 Sensor: use io-plugin provided ADC bit resolution, when available. gh-1276
b63033c Sensor/Sensor.Collection: 100% coverage
cab1704 Sensor: update to use assigned bit resolution
595549c Updating datasheet url and datasheet references.
8b5fbd6 Thermometer: LM35/LM335/TMP36 max raw value 1023 (#1299)
3a5e261 Accelerometer: ADXL345 use typical sensitivity (#1300)
e93e8e0 Multi: HTU21D convert raw bytes to uint16 (#1296)
933043b Fixed scaling factors (#1284)
aec7853 Added support for BH1750 light sensor
9541fc2 Updating the copyright to 2017 (#1270)
cae125a Relay: Fix typo (#1261)
2d018e0 LCD: bgOn/bgOff for applicable devices
3489091 Tests: Move extended/*.js to own grunt task
f49810f Gruntfile: adds nodeunit:extended
18a6381 Multi: BMP180 SF version fix to +/3.3V
13eb1be Multi/Thermometer/Hygrometer: SI7021
1b968f4 GPS: Sparkfun GP-20U7
2fd75bc Add dual H-bridge example
dca4273 Add fritzing for dual h-bridge example
8c443d3 Update fritzing for motor-enable example
ea06bcd Update fritzing for H-bridge example