Skip to content

v2.0.0-pre

Compare
Choose a tag to compare
@rwaldron rwaldron released this 15 Jan 19:54
· 27 commits to master since this release
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