Skip to content

Releases: adaptyvbio/bwip-js

Release v4.8.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 09:29

What's Changed in v4.8.1

πŸš€ Features

  • Support for raw bytes encoding via new bytes option
  • Accepts Buffer or Uint8Array for binary data
  • Preserves all byte values (0x00-0xFF) without UTF-8 conversion
  • Automatic binarytext flag when using bytes option

πŸ“¦ Installation

npm install @adaptyvbio/bwip-js@4.8.1

πŸ’‘ Usage Example

const bwipjs = require('@adaptyvbio/bwip-js');

// Using raw bytes
const png = await bwipjs.toBuffer({
    bcid: 'datamatrix',
    bytes: Buffer.from([0x00, 0xFF, 0xFE]),
    scale: 3
});

πŸ“ Commits

  • Release version 4.8.1 (Arnaud Gissinger)
  • fix: gh action (Arnaud Gissinger)

πŸ“„ Full Changelog

v4.8.0...v4.8.1

Release v4.7.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 08:11

What's Changed in v4.7.3

πŸš€ Features

  • Support for raw bytes encoding via new bytes option
  • Accepts Buffer or Uint8Array for binary data
  • Preserves all byte values (0x00-0xFF) without UTF-8 conversion
  • Automatic binarytext flag when using bytes option

πŸ“¦ Installation

npm install @adaptyvbio/bwip-js@4.7.3

πŸ’‘ Usage Example

const bwipjs = require('@adaptyvbio/bwip-js');

// Using raw bytes
const png = await bwipjs.toBuffer({
    bcid: 'datamatrix',
    bytes: Buffer.from([0x00, 0xFF, 0xFE]),
    scale: 3
});

πŸ“ Commits

  • Release version 4.7.3 (Arnaud Gissinger)
  • feat: update .npmignore and package.json for improved package management (Arnaud Gissinger)

πŸ“„ Full Changelog

v4.7.2...v4.7.3

Release v4.7.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 07:58

What's Changed in v4.7.1

πŸš€ Features

  • Support for raw bytes encoding via new bytes option
  • Accepts Buffer or Uint8Array for binary data
  • Preserves all byte values (0x00-0xFF) without UTF-8 conversion
  • Automatic binarytext flag when using bytes option

πŸ“¦ Installation

npm install @adaptyvbio/bwip-js@4.7.1

πŸ’‘ Usage Example

const bwipjs = require('@adaptyvbio/bwip-js');

// Using raw bytes
const png = await bwipjs.toBuffer({
    bcid: 'datamatrix',
    bytes: Buffer.from([0x00, 0xFF, 0xFE]),
    scale: 3
});

πŸ“ Commits

  • Release version 4.7.1 (Arnaud Gissinger)
  • feat: add GitHub Actions workflow for creating releases and update version handling (Arnaud Gissinger)

πŸ“„ Full Changelog

vv4.7.0...v4.7.1

v4.7.0

Choose a tag to compare

@mathix420 mathix420 released this 26 Jun 07:55
vv4.7.0

Version v4.7.0