Skip to content

Releases: sombriks/node-libgpiod

v0.4.3

20 Apr 12:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Many thanks to:

for making this library better for everyone!

Full Changelog: v0.4.2...v0.4.3

v0.4.2

06 Apr 22:24
Compare
Choose a tag to compare

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

29 Mar 22:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

24 Feb 12:32
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

15 Nov 22:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

13 Nov 21:23
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/sombriks/node-libgpiod/commits/v0.3.1