Releases: sombriks/node-libgpiod
v0.4.6
v0.4.5
Full Changelog: v0.4.4...v0.4.5
v0.4.3
v0.4.2
What's Changed
This is a minor release hiping to restore comatibility with older libgpiod versions within 1.x series.
I also need a proper testing setup either usin gpio-sim or gpio-mockup so the testsuite running in CI can be taken more seriously.
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- 0.4.0 by @sombriks in #22
- Performance Improvement when writing by @alessandromrc in #26
New Contributors
- @alessandromrc made their first contribution in #26
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What will change
This release is the last one supporting only gpiod 1.6 series.
New gpiod 2.x is aroung there for a while now and we must support it.
To do so, we'll maintain two branches, one for libgpiod 1.6 series and another for 2.0
by no means we're abandoning libgpio 1.6, there is a lot of nice stuff still running that version.
so, to be clear, whenever you need use node-libgpiod in a system pre-gpiod 2.0, got with 0.x and 1.x npm packages.
for newer systems already providing libgpiod 2, go with (work in progress) npm packages from 2.x series.
that way (syncing npm and gpiod major versions ) you will always know which npm package version is compatible with gpiod version.
I would like also to say thanks a lot for everyone who starred, used, forked and spend precious time on submitting patches for this project. i hope this beep useful
What's Changed
- Test release strategy by @sombriks in #17
- Bump ip from 2.0.0 to 2.0.1 by @dependabot in #20
- Feature line flags by @d-beamon in #21
New Contributors
- @dependabot made their first contribution in #20
- @d-beamon made their first contribution in #21
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
What's Changed
- Create LICENSE by @sombriks in #1
- Enabled the option to pass a default value and consumer name for requesting line modes by @noctarius in #2
- Fixed argument index of consumer name on requestInputMode by @noctarius in #3
- Fix unstable behaviour if pin could not be taken and app continue to … by @dmitrydvorkin in #5
- Added additional methods to both, Chip and Line, as well as adding jsdoc comments to the .d.ts file by @noctarius in #7
- Update index.d.ts by @khill-fbmc in #12
New Contributors
- @noctarius made their first contribution in #2
- @dmitrydvorkin made their first contribution in #5
- @khill-fbmc made their first contribution in #12
Full Changelog: https://github.com/sombriks/node-libgpiod/commits/v0.3.1