Skip to content

Releases: firmata/firmata.js

v2.2.0

06 Jan 19:03
Compare
Choose a tag to compare
Commit Message/Description
723cdae v2.2.0
69575a2 CI: drop node 6
8cab2da Dependencies: grunt-eslint@22.0.0
818a76d Dependencies: coveralls@3.0.9
3efd4cf Dependencies: sinon@8.0.3
60f9f24 Dependencies: lerna@3.20.2
c30009d package.json: start version 3.0.0
1ccfac8 chore: Upgrade SerialPort
a38f464 lerna.json: start version 3.0.0
e83971c Remove -pre from version

v2.0.1

28 Dec 00:50
Compare
Choose a tag to compare
Commit Message/Description
4a089e7 v2.0.1
6e1803a Bump mixin-deep from 1.3.1 to 1.3.2
581ce5a Update serialport error message
fb0f54a Add missing, valid signature for i2cWrite
3d90a7a Add missing valid signature.

v2.0.0-pre

15 Jan 19:54
Compare
Choose a tag to compare
Commit Message/Description
9786fc4 v2.0.0-pre
488964d lerna.json: "lerna": "3.10.5"
9c2ab86 Don't test Serialport.list
f5bf48a Dependencies: serialport@^7.1.3
85e4c7d Make symbols more obvious
d0e7a31 .tesselignore files for both packages
af909e9 packages/firmata.js: simplify com code
44ac991 packages/firmata-io: use Symbols instead of underscore prefixed properties
69a21e8 packages/firmata.js: rename Stub => TransportStub
5c83581 eslint: "no-unused-vars": "error"
eedd818 lerna: allow lerna.json to control the version for all packages.
51c40f9 Dependencies: uninstall grunt-jscs, convert rules to eslint
c12eb79 packages/firmata.js: remove "browser-serialport" support (unmaintained since 2016)
c34b728 packages/firmata.js: remove repl bin
64d4ae6 README: add newline marker to copyright lines
19a97ee Dependencies: serialport@^7.1.1
aae09f2 packages/firmata.js: fix object exported by lib/com.js
707b9a5 Dependencies: browserify@^16.2.3, coveralls@^3.0.2, mocha@^5.2.0, nyc@^13.1.0
1ab4ca7 readme.md (all): update copyright years
93542e9 packages/firmata-io: format writeToTransport calls arguments consistently
c64bd98 packages/firmata-io: for-of loop in encoder7bit.js, remove parseInt call
0f0e22d Fix readme
c3b2df4 package-lock.json: updates
f16d4cd Tests: Firmata.requestPort() coverage
ad3f363 README: more docs, clean up. Adds. AUTHORS.md
93658e6 Dependencies: serialport@^7.0.0
a140f9c packages/firmata-io: remove bin from package.json
5a9ab4c README: docs updates; naming update
e64e0fb Lerna/CI: move lerna bootstrap; add lerna version
accd8d8 Tests: migrate new Buffer(...) => Buffer.from(...)
0f5339a CI: install lerna on appveyor
1323487 CI: lerna bootstrap
fa07ed0 Modernization: update firmata.js
9be2126 Lerna/Monorepo: relocate and reorganize tests
e8db4e1 Lerna/Monorepo: tests passing (with minor exceptions, noted in source)
06dce66 Lerna/Monorepo: initial reorganization

v1.0.0

21 Sep 14:56
Compare
Choose a tag to compare
Commit Message/Description
3b3882d 1.0.0

v0.21.0

21 Sep 14:52
Compare
Choose a tag to compare
Commit Message/Description
593f15d 0.21.0
2e99fc4 README & Examples: update to modern JS, migrate "this" to "board"
e262139 Tests: update codebase to modern JS
62c32da CI: add Node 10
8a596d1 Housekeeping: safe/basic pass towards modernizing codebase. (incl. linting)
d87fb12 Gruntfile/Dependencies: Migrate to eslint

v0.20.0

24 Aug 23:52
Compare
Choose a tag to compare
Commit Message/Description
3855606 0.20.0
9be4f0e com: rename Mock => SerialPort to make it clear what purpose this serves.
7949f3f Track digitalPortQueue as bits
e8b9211 Allow multiple pins to be updated before writing to the board
4df3421 CI: Drop node 4
d08665e Add Board.clearSysexResponse(commandByte).
2bc9e5e Replace new Buffer with either Buffer.from or Buffer.alloc
f12ca34 Minor property qualifier fix + missing coverage

v0.19.1

24 Aug 23:54
Compare
Choose a tag to compare
Commit Message/Description
e1ca0a7 0.19.1

v0.19.0

24 Aug 23:55
Compare
Choose a tag to compare
Commit Message/Description
7301cea 0.19.0
a30ef47 Nitpick: rename test group
6210634 Fixing a few spelling/gramatical mistakes in comments
aad4b51 Minor nitpicking, name changing, reorganizing.
08e119c firmataAccelStepper

v0.18.0

18 Dec 18:01
Compare
Choose a tag to compare
Commit Message/Description
a17998b 0.18.0
2491d59 Minor nitpicking
6549985 Deps: drop es6-shim (node.js >= 4 has necessary built-ins)
b357481 Deps: update dev deps
bfe2eb9 Explicit strict mode
ea213ce Deps: serialport ~6.0.x
d1939f0 Tests: updates for serialport 6; updates for sinon ^4.1.3
896f5d4 Deps: serialport 6
691487b Additional notes about Etherport and Etherport-client per @soundanalogous review
3d45157 Readme: adds documentation for Board, parameters and options. Closes gh-159

v0.17.0

23 Jun 16:53
Compare
Choose a tag to compare
Commit Message/Description
786c23c 0.17.0
29a7e75 Make Board.prototype.sysexResponse handler context equal board. Fixes gh-175
313fd63 Updated jsdocs to make IDE work properly
a9df3f3 Fixed jsdocs type
c3435c3 Gruntfile.js: adds changelog task