Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/serialport/website

The website for the serialport project
https://github.com/serialport/website

docs: versioned docs and remove translations (#7)

This pr is a few changes that make it easier to work in the docs.

- remove translations (we d...

c172fde0a44cd21beb5eecb4326540d544b67125 authored over 5 years ago by Francis Gulotta <[email protected]>
chore: netlify badge (#2)

e8ceeb27a179b6efb3c16bccb0ace8565525ad42 authored over 5 years ago by Francis Gulotta <[email protected]>
Merge pull request #1 from node-serialport/reconbot/website

chore: docs are now their own repo

0e381320ba95dff08be0445f51ba5ba0518f29e9 authored over 5 years ago by Francis Gulotta <[email protected]>
chore: docs are now their own repo

- fork the monorepo and delete everything that is not the docs
- cleanup the scripts

5c8a2f6291c847aee65c2367e2deae5ac435d8ef authored over 5 years ago by Francis Gulotta <[email protected]>
chore: rename comName to path (#1859)

We refer to the data as path everywhere but the port info object. This unifies them.

Accessin...

6b85c3d719d610461159721683614905e109744d authored over 5 years ago by Francis Gulotta <[email protected]>
fix: remove PURGE_RXABORT flag on flush for Windows (#1817)

The PURGE_RXABORT flag causes the ReadFileEx to be cancelled; on
cancellation, the ReadIOComple...

1daa9191a7e47c4146ae3394cb705a92d8f8d28b authored over 5 years ago by krutkay <[email protected]>
chore: upgrade more packages (#1848)

- commander for @serialport/list
- bindings prebuilt and bindings
- docusaurus for the website

ec87f831fdae9b0f3275b926f6ff76088ce36731 authored over 5 years ago by Francis Gulotta <[email protected]>
chore: remove node6 support and upgrade codebase (#1851)

- use async functions
- use Object.entries/Object.values
- use Object spreading

BREAKING CH...

d4f15c0a09750bdb42e5631ffc412c28b9f09174 authored over 5 years ago by Francis Gulotta <[email protected]>
chore: disable annoying patch codecov check (#1852)

f7587ed974e88949f04c91646f0703c0142dd4b0 authored over 5 years ago by Francis Gulotta <[email protected]>
Publish

- @serialport/[email protected]
- @serialport/[email protected]
- @serialport/bindings@...

4c723cc89e454017a28396e934bf7a00946fe866 authored over 5 years ago by Francis Gulotta <[email protected]>
docs: add back the serial port package readme πŸ˜…

ec04e90ffd08aa70a03298bf82a9d59923f2147c authored over 5 years ago by Francis Gulotta <[email protected]>
docs: add some platform support notes

67364d5712c53dbc5b09138999ab0d8f8f5774d4 authored over 5 years ago by Francis Gulotta <[email protected]>
feat: test on node 12 (#1846)

46da21f55a80d152a190b669eb00d4b3d3db1fc0 authored over 5 years ago by Francis Gulotta <[email protected]>
chore(packages): upgrade packages and add global outdated command (#1845)

- adds `npm run outdated` to our scripts that ensures every package in the monorepo is checked f...

e883f3b1662bb0a49d3d50cf2255e8926d344431 authored over 5 years ago by Francis Gulotta <[email protected]>
fix: make node 12 work!

Without this, attempting to build against Node v12.0.0 on Linux leads to the below error:
```
...

00dc2722f73a3a281bea4547aa45e763e58a5d7d authored over 5 years ago by Jacob <[email protected]>
binding-mock: allow setting manufacturer and vendor/product ID (#1825)

This allows setting the manufacturer string and vendor/product IDs of a mock serial port.

06352010d208360a6df6f6668ddb784214c3e2aa authored over 5 years ago by Jeremy Apthorp <[email protected]>
chore(packages): upgrade deps (all test and lint) (#1796)

a80d0b73a1d8424901ab73b314de344dad798d12 authored over 5 years ago by Francis Gulotta <[email protected]>
Add RaspberryPi notes (#1799)

Added notes explaining that you must disable the login console when enabling the serial port on ...

f674f42209c1959413d425b3a08e9326038d8652 authored over 5 years ago by Bryan Hunt <[email protected]>
docs: add translations for new parser

0390af41b9a2c2ce0fba8be51515cecccde8414e authored over 5 years ago by Francis Gulotta <[email protected]>
Publish

- @serialport/[email protected]
- @serialport/[email protected]
- @serialport/parser-inter-byte-timeout...

da63804ed3d65a28ef64ba6e7ba2c9ad23b23c97 authored over 5 years ago by Francis Gulotta <[email protected]>
feat: inter byte timeout parser (#1779)

Emits data if there is a pause between packets for the specified amount of time.

cbb8e41315ddaacca5ba4f43609e40eb01d4cfd0 authored over 5 years ago by Holger Will <[email protected]>
Remove the sample gitignore

dd08fea43f1cf0140aa65381afdbe304a5eacfd2 authored almost 6 years ago by Francis Gulotta <[email protected]>
docs: fix [email protected] changelog

e9de2a8c37dbc7e89b2a63307031e9ae9f2297c4 authored almost 6 years ago by Francis Gulotta <[email protected]>
Publish

- @serialport/[email protected]
- @serialport/[email protected]
- @serialport/[email protected]
- serialport@...

30141abf687eed9aabfa040f3d076d0c6001cfe7 authored almost 6 years ago by Francis Gulotta <[email protected]>
fix crash at port open (#1772)

415891c586f202f07006ba4f541c437cad2ba5d0 authored almost 6 years ago by nowakpl <[email protected]>
Publish

- @serialport/[email protected]
- @serialport/[email protected]
- @serialport/bindings@...

8fc58a429bbc1483589897b9d3d497ffdaac16cf authored almost 6 years ago by HipsterBrown <[email protected]>
docs: fix spelling (#1764)

* Update binding-abstract.js

typo

* Update integration.js

typo

d92208bb436bd429642246e91fbc55c84ba7845f authored almost 6 years ago by JBtje <[email protected]>
fix: use correct casts to/from HANDLE/int (#1766)

Silences a ton of warnings with MSVC

ce503b32269aa07dc5e3038ba0ec755cd2ddaca4 authored almost 6 years ago by Zach Bjornson <[email protected]>
fix: propagate async context in callbacks (#1765)

Fixes #1751

9b5dbdb23bbfe3148f77d6dccd0b41aa49ec0e4b authored almost 6 years ago by Zach Bjornson <[email protected]>
fix: prebuild on mojave (#1759)

OSX Mojave has issues building for node 6. Prebuild tries to build for everything we support and...

d4f5128026cf6b9e5beaea19316ecd2c3221cfa7 authored almost 6 years ago by Francis Gulotta <[email protected]>
chore(ci): check list of latest git tags for binary building

ff712b2f61f3523a9e7aaaaf033f12cd2ca60e83 authored almost 6 years ago by HipsterBrown <[email protected]>
docs(PUBLISHING): update with details about prebuilding binaries

5c3c42a4277311d166c6d8434122e27accb928b4 authored almost 6 years ago by HipsterBrown <[email protected]>
chore(package): update lerna to version 3.8.0

42860307c3389f210e3a03f9c7f252ac33eeac47 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Publish

- @serialport/[email protected]
- @serialport/[email protected]
- @serialport/bindings@...

a7638c064995daf944d09222defbcc6becf9454c authored almost 6 years ago by HipsterBrown <[email protected]>
chore(@serialport/bindings): update nan to 2.12.1

d7dae5844f2648237fe02721902fc145f8a95e33 authored almost 6 years ago by HipsterBrown <[email protected]>
fix: deprecated c++ functions for update to Node v12 (#1743)

* update ToObject conversions

* Use NAN_MODULE_INIT

* Update string conversion

* Use Na...

1eecd60171a5156c635e0730f66df1dd3dea2bb6 authored almost 6 years ago by Zach Bjornson <[email protected]>
docs: fix api link

648ac843dde40cd42cd1a1357105389afd8774b5 authored almost 6 years ago by Francis Gulotta <[email protected]>
Fix codeblock syntax highlighting in docs (#1740)

7c84e525979fc7252445c07928005cb2143a4ae2 authored almost 6 years ago by David Sanders <[email protected]>
Fix syntax highlighting in docs (#1741)

db5a299835328a956c0e520d66506d5b9d9f48ed authored almost 6 years ago by David Sanders <[email protected]>
Fix typo (#1739)

783d007c3bc365cb7fbd0d8859bc4e6c61f0b1e4 authored almost 6 years ago by David Sanders <[email protected]>
docs: Fix typo (#1738)

f9b282208862f295d86be33db8c52c0f4358c6af authored almost 6 years ago by David Sanders <[email protected]>
doc: update layout and homepage (#1737)

* doc: update layout and homepage

This adds some usage examples and general info of why you'd...

d78ea841baa8320dc0b14c37f994aa9fbc506beb authored almost 6 years ago by Francis Gulotta <[email protected]>
chore: upgrade some pacakges (#1734)

Upgraded linting, docs and testing tools and lerna. No major changes.

7cfadf5da15dc3387c12809350ee96a950b86e28 authored almost 6 years ago by Francis Gulotta <[email protected]>
docs: update publishing docs

8825d264436e91ca727a0c9b4d04a756479c4b1f authored almost 6 years ago by Francis Gulotta <[email protected]>
Publish

- @serialport/[email protected]
- @serialport/[email protected]
- @serialport/bindings@...

d59fe44fcc1ba52a51805375481ef339f3f83de4 authored almost 6 years ago by Francis Gulotta <[email protected]>
fix: conflicting website npm script name

f6a800e7593ee643f48b0980c5da18fb5b6c96a2 authored almost 6 years ago by Francis Gulotta <[email protected]>
docs: update publishing

b13fd62fc0f4eb41d7013e893bbf15b0e52452b4 authored almost 6 years ago by Francis Gulotta <[email protected]>
docs: localization support for the document site (#1718)

Supporting
- zh-CN Chinese (Simplified)
- es-ES Spanish
- pt-BR Portuguese (Brazil)

I know...

50a0c0381cc4c0731e2aac924c9c0d831528a5bb authored almost 6 years ago by Francis Gulotta <[email protected]>
chore(packages): upgrade lerna

7d66bdaebdb7ee4624747bf46a571d858f344a6a authored almost 6 years ago by Francis Gulotta <[email protected]>
chore(packages): upgrade prebuild

fe7f3cfcaed2fd43264369cf02d1d142ccb8affa authored almost 6 years ago by Francis Gulotta <[email protected]>
fix(packages/bindings#write): do not call native binding for empty buffers

d347f3b8073db01b131461e59a818e5b1783283e authored almost 6 years ago by HipsterBrown <[email protected]>
test(packages/bindings#write): do not call native bindings for empty buffers

3c9f203bcfc6313d2a781860d5de949954a80ce9 authored almost 6 years ago by HipsterBrown <[email protected]>
chore: update packages (#1717)

f70d672e076c173cd85c93175576ea5ede745c07 authored almost 6 years ago by Francis Gulotta <[email protected]>
add orient xwt-ps050 serialports name prefix (#1707)

1be867c083fd70fe8140b361dd9840fb37ff217a authored almost 6 years ago by digdas <[email protected]>
update serialport's changelog (#1704)

closes #1703

c2fc5b4c66fd5840b9a2f4948e2030d2a408d0b8 authored about 6 years ago by Francis Gulotta <[email protected]>
Fix typo in docs/api-stream.md (#1701)

4e0126dc3870df359626a657b6d6ea95230dbb92 authored about 6 years ago by εΎζœι€Έ <[email protected]>
Fixed uninitialized outbaud (#1699)

* Fixed uninitialized outbaud
* Fixed outbaud error state

data->baudRate was assigned an una...

865bb8aacca913d9f336f72256c658127356f749 authored about 6 years ago by Philipp Hasper <[email protected]>
docs(README): add Reconbot, HipsterBrown maintainers

c05f1e55f920cda58c0e7372c64d905c91ef610e authored about 6 years ago by HipsterBrown <[email protected]>
doc: change wontfix label to stale

because we would fix if we could fix

667fc83cc95c1d7b98d2f67821cb9b621ea4dacc authored about 6 years ago by Francis Gulotta <[email protected]>
docs: formalize a governance model (#1667)

I don't want this to be a bdfl situation.

3ec1b74d27c492e6f4c02b0ad9e0c727a94d8914 authored about 6 years ago by Francis Gulotta <[email protected]>
docs: Move the code of conduct into the docs. (#1666)

806e4ad903433510d73edb1af85010e785a30be3 authored about 6 years ago by Francis Gulotta <[email protected]>
docs: Bindings now have docs (#1665)

d4ff1e1be2c4baf2ada20ef05a722f0a2ffda796 authored about 6 years ago by Francis Gulotta <[email protected]>
chore: linting - a much more reasonable line length

f123d2745f5d4a0998a87fd897ef265f58c7a9f6 authored about 6 years ago by Francis Gulotta <[email protected]>
docs(publishing): some notes on building binaries

54f93007a25b4d014423302a48322d6dfa33bf66 authored about 6 years ago by Francis Gulotta <[email protected]>
docs(contributing): fix the roadmap issue link

3290a6980c8042d830aab7784bd8a68bfe701fd2 authored about 6 years ago by Francis Gulotta <[email protected]>
chore: add stale hubot

There are too many stale support issues.

e725a867b4c6b572016561e5c2461027b31d9b50 authored about 6 years ago by Francis Gulotta <[email protected]>
feat: move cli tools to their own packages (#1664)

- update cli docs
- fix #1659 close / disconnect error for serialport-terminal
- rename serial...

103498e8dd1a13b36f3e730a2c397da43e138c9a authored about 6 years ago by Francis Gulotta <[email protected]>
chore: cleanup

- move upgrade guide for serialport package
- tweak generators

160cf33bdbf331775ae2ccce8f374ec9e0988048 authored about 6 years ago by Francis Gulotta <[email protected]>
docs(debugging): add windows information

82142279a5ee6575c9571c6553cf4e2dd8fbec8a authored about 6 years ago by Francis Gulotta <[email protected]>
chore: update outdated packages (#1662)

10a2779eca3c571f049491a19947c9e29df65421 authored about 6 years ago by Francis Gulotta <[email protected]>
docs: new issue templates (#1663)

Borrow from some of Docusaurus's excellent issue templates and some of our own.

9c3c4fb774ecfc7621cdec2e29ac683c90afb074 authored about 6 years ago by Francis Gulotta <[email protected]>
chore(package): update debug to version 4.0.1 (#1661)

Closes #1657

6c7fe61805950eb8bae76f51736bb5a83544e2dd authored about 6 years ago by Francis Gulotta <[email protected]>
docs: fix failing ci (#1658)

b49ac20abcb04226ac8ffd3cfcc0f0d0e4ef784f authored about 6 years ago by Amila Welihinda <[email protected]>
docs: Improve readme and homepage

- Remove github stars button as it's slow to load
- Underline links
- Add cctalk parser!

2ab99d8d134ed973091727f912dc181bb3d68e48 authored about 6 years ago by Francis Gulotta <[email protected]>
docs: fix doc links

1b3c76768ce992785698df1749d231a8f8dce883 authored about 6 years ago by Francis Gulotta <[email protected]>
docs: New docs system (#1647)

- remove old docs
- docusaurus docs
- guides
- api docs
- basic homepage

4318c253832a164a271674525d2856f3c5a2e62b authored about 6 years ago by Francis Gulotta <[email protected]>
feat: use lerna run! (#1643)

It's much better than you kind person!
https://twitter.com/mlrawlings/status/1034999229486313472

7b37a3660c7a72b4865914629c88685e257da3b8 authored about 6 years ago by Francis Gulotta <[email protected]>
Publish

- @serialport/[email protected]
- [email protected]

4017f61620a845713f711576ba05bd47ae7601b6 authored about 6 years ago by Francis Gulotta <[email protected]>
chore: ignore some files in published packages

692e6ab429e6edead55dc3f42a9ebd5b37208f0e authored about 6 years ago by Francis Gulotta <[email protected]>
Publish

- @serialport/[email protected]
- @serialport/[email protected]
- @serialport/bindings@...

40a06fb71d659940ed5058316b594b9da9957c2f authored about 6 years ago by Francis Gulotta <[email protected]>
docs(publishing): add a note about 2fa

dddfe9cfe82ba995ea61f3668a25ffa5ba4dd0c4 authored about 6 years ago by Francis Gulotta <[email protected]>
fix: prebuild now pays attention to lerna tags (#1639)

d3d553f6c052e7de671d75adaf8faa513d6de63d authored about 6 years ago by Francis Gulotta <[email protected]>
chore(package): update dependencies (#1638)

5fbdec2935a83276289dcc4a6e55d0ab108d44aa authored about 6 years ago by Francis Gulotta <[email protected]>
chore: enable greenkeeper monorepo edition

e080ea7a1c6b324bc380113e768449e5f7575a0c authored about 6 years ago by Francis Gulotta <[email protected]>
chore(package): update prebuild to version 8.0.1 (#1637)

a3507d6c8ed40e0113cd3fe218853885f94d66d8 authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Publish

- @serialport/[email protected]
- @serialport/[email protected]
- @serialport/bindings@...

d570232ce460c9a9069b0289be10aba41fcf37ea authored about 6 years ago by Francis Gulotta <[email protected]>
docs(serialport): bad doc link

18bca1b3352253cff652218e28e9b89b8946cafb authored about 6 years ago by Francis Gulotta <[email protected]>
chore: use lerna for changelogs

3ccb6803921cb9e782b032a0919283325baf001d authored about 6 years ago by Francis Gulotta <[email protected]>
chore: use Prettier for formatting (#1635)

This is a crazy diff that's unreadable. Prettier has gained a lot of traction I personally like ...

7cee2020f12c65818ed15e8c1db70033ce86f9ae authored about 6 years ago by Francis Gulotta <[email protected]>
chore: drop node 4 and upgrade to node 6 features (#1633)

Libraries, LTS support and a large enough amount of users have all dropped node 4. As part of th...

dad88ce8996dc48c15e8d633d983b601eff62200 authored about 6 years ago by Francis Gulotta <[email protected]>
chore: split out more packages (#1611)

* chore: split out more packages

- `npm run format` to fix eslint issues
- fix repo links on...

baecde7917630fc8e6c8ef5cde37255c86795bfd authored about 6 years ago by Francis Gulotta <[email protected]>
fix: mocha opts

e6742dbeec0cab74fade1e32e89d55dc1022f91d authored about 6 years ago by Francis Gulotta <[email protected]>
chore(packages): upgrade deps

768ca5658a0a4505fbe14ef1d8bc076f79313b13 authored about 6 years ago by Francis Gulotta <[email protected]>
chore: Rename this project to serialport utilities

7a81d76e1669fa81ef1494766eb7eff8b412f43c authored about 6 years ago by Francis Gulotta <[email protected]>
chore(package): update sinon to version 6.0.0 (#19)

6f0bc36e9399dc2fdde56acdd85282b87c268656 authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Publish

- @serialport/[email protected]
- @serialport/[email protected]
- @serialport/parser...

ab4b66a1fe5be4763ce8e5f39668aa427d6e4962 authored about 6 years ago by Francis Gulotta <[email protected]>
fix: deps for parser-readline need upgrading

aa7c0b2d8ef420d34e3997e434138ce5a2a258a7 authored about 6 years ago by Francis Gulotta <[email protected]>
chore: drop node 9 for 10

73706513a2332948f5ed38cdbb649dd0c3783c98 authored about 6 years ago by Francis Gulotta <[email protected]>
docs: update all the package names

4cbab5dfb176773270a98a070f7d10c02b35a52d authored about 6 years ago by Francis Gulotta <[email protected]>
chore: merge serialport-utils into main repo

- integrate the generators
- integrate the docs
- move files into the right location
- update re...

1523233326e2c7c7f460084372db04ea05d8a7c7 authored about 6 years ago by Francis Gulotta <[email protected]>