Releases: code-dot-org/johnny-five
Releases · code-dot-org/johnny-five
v2.1.0-cdo.3
Updates pulse
method in Rgb
class and adds unit tests.
v2.1.0-cdo.1
Updated to latest release of upstream and re-added 3 Code.org customizations.
v0.11.1-cdo.1
Always use the fallback timer for Animation
since temporal
precise scheduling library is too CPU-intensive for our purposes in Maker Toolkit.
v0.11.1-cdo.0
Updates the code-dot-org fork from upstream v0.10.10 to v0.11.1 (diff).
The change we're most interested in for Maker Toolkit is that Thermometer
now has a disable()
method which will let us tear it down cleanly when disconnecting from the board.
v0.10.10-cdo.0
Pulls in changes from [email protected]
.
v0.9.62-cdo.2
- Fix Piezo.prototype.note() (#3)