- 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)
- Improvement: Made the README.md file more beginner-friendly
- Improvement: Added support for Linux devices. E.g. /dev/usb/lp0
- API change: Removed the necessary step to convert to bitmap first. Now prints image immediately.
- Improvement: Added an extra parameter "printCount" to the
print()function. It's optional and defaults to 1.
- Improvement: Create structure for npm package, both commonjs and ES-module compatible
- Improvement: Updated the examples to use the npm module.
- Bugfix: Renamed the file
dymo-serices.jstodymo-services.js - Improvement: Added simple cli interface (preparation for npm module).
- Improvement: Added example code to print an image.
- Initial version of the code.