Releases: rwaldron/johnny-five
Releases · rwaldron/johnny-five
v0.9.58
Commit |
Message/Description |
e6c362b |
v0.9.58 |
5bc68b5 |
travis: restore test matrix, add node.js v6 |
eb95a0a |
appveyor: node.js v4, 5, 6 |
3f87234 |
Tests: fix lint nits |
aa834a8 |
npmignore: ignore coverage/ |
e2ad0e8 |
travis: adding coveralls |
70ff11c |
istanbul: exclude deprecated garbage. |
c1f34f0 |
istanbul: first pass |
79a7154 |
Servo: limit history to 5 records to prevent potential memory leaks |
0c6c3a4 |
LCD: Tessel 2 + Grove LCD |
43a86a0 |
LCD: Tessel + Grove LCD JHD1313M1 |
v0.9.56
Commit |
Message/Description |
339822d |
v0.9.56 |
7ca427f |
Badges: don't use the old fashioned gitter svg url, it has spaces. |
v0.9.55
Commit |
Message/Description |
a4e1b07 |
v0.9.55 |
d90a4d6 |
Grunt: lint nits |
f4cb044 |
Led/Leds/RGB/RGBs: refactoring animation for LEDs; support for collections |
5b359bc |
Animation: multiple property tweening support. |
v0.9.54
Commit |
Message/Description |
f0e9fc7 |
v0.9.54 |
2a0af6a |
Grunt: lint nits |
d348ae6 |
Leds/RGBs: resolve callbacks from each entry into a single handler |
47df3da |
Led/RGB: time/rate etc => duration |
b7cc28f |
Animation: nitpick |
a4b75d6 |
Use util.deprecate to deprecate |
1d46f58 |
Test: nitpicking |
ee84cff |
Led: intensity(0-100) to match RGB |
v0.9.53
Commit |
Message/Description |
129e8fe |
v0.9.53 |
aaf2ffb |
animation-fixes |
b792008 |
Cleanup: lint nits |
ac03868 |
IMU: use less string literals and more "const-ish" bindings. Eventually move these to actual const. |
ccea30a |
Orientation: minor nit picking |
7398688 |
Accelerometer: MMA8452 Support (includes odr and tap support) |
384d4f4 |
five: removing Nodebot class because it's totally useless |
9fbcfe3 |
Fn: move all toFixed/ToFixed to Fn and implement across all lib files |
v0.9.52
Commit |
Message/Description |
b5688a4 |
v0.9.52 |
bd630c8 |
Multi/Barometer/Thermometer: MPL115A2 requires conversion start command for all reads |
6f342df |
Fix AppVeyor badge link |
v0.9.51
Commit |
Message/Description |
0789c1b |
v0.9.51 |
7eba5f7 |
Light: fix change condition |
6f0a2d4 |
Firmwares: use 11 & 12 for address. |
d3a8dbc |
Motors, Servos, ShiftRegisters: clean up Collections |
e47706c |
Light: fix intensity level value 0-1 |
v0.9.50
Commit |
Message/Description |
cf2ba6e |
v0.9.50 |
88978db |
Sensor: remove unused dep |
6e6c923 |
Examples: Fix "Intel Edison + Grove - Accelerometer (ADXL345)" |
6071b2b |
Accelerometer: ADXL345 support user defined range. Fixes gh-1135 |
29a9ba0 |
Keypad/Touch: add "touch" alias |
4434b28 |
Motion/Motion.Collection: implement Collection.Emitter |
07a6bb8 |
Switches/Switch.Collection: implement Collection.Emitter |
60066fc |
Collection: Collection.prototype.byId, get a single entry from a collection by its id |
7b5735f |
Sensor: minor cleanups and nitpicks; Removes untested alias events |
f32b759 |
Collections: make slices produce correct type |
2221fca |
Board: make loop method stoppable & tests. |
v0.9.49
Commit |
Message/Description |
984e187 |
v0.9.49 |
a5dfe38 |
Collections: slice method & tests |