Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.21 KB

File metadata and controls

38 lines (22 loc) · 1.21 KB

Changes to node-dymo-printer

1.0.0 – (January 2, 2026)

  • Improvement: Removed CommonJS support – now exclusively ES Module compatible
  • Improvement: Migrated the entire codebase from JavaScript to TypeScript
  • Improvement: Updated JIMP dependency to the latest version (1.6.0)

0.4.2 – (October 22, 2024)

  • Improvement: Made the README.md file more beginner-friendly

0.4.1 – (January 20, 2022)

  • Improvement: Added support for Linux devices. E.g. /dev/usb/lp0

0.4.0 – (January 19, 2022)

  • API change: Removed the necessary step to convert to bitmap first. Now prints image immediately.

0.3.0 – (January 19, 2022)

  • Improvement: Added an extra parameter "printCount" to the print() function. It's optional and defaults to 1.

0.2.0 – (January 11, 2022)

  • Improvement: Create structure for npm package, both commonjs and ES-module compatible
  • Improvement: Updated the examples to use the npm module.

0.1.1 – (January 11, 2022)

  • Bugfix: Renamed the file dymo-serices.js to dymo-services.js
  • Improvement: Added simple cli interface (preparation for npm module).
  • Improvement: Added example code to print an image.

0.1.0 – (January 9, 2022)

  • Initial version of the code.