Skip to content

Releases: Cellivar/WebZLP

v2.0.0-alpha.1: Stay in your own lane

Pre-release

Choose a tag to compare

@Cellivar Cellivar released this 08 Jan 14:47
6b5ed1f

What's Changed

Full Changelog: v1.0.3...v2.0.0-alpha.1

v1.0.3

Choose a tag to compare

@Cellivar Cellivar released this 02 Jan 09:54
fe74128

I recently encountered a printer that caused a null reference exception on connection because its configuration wasn't being selected properly. This was fixed by #47, but we are unable to reproduce the problem at all now.

This release ensures that particular problem can't happen now.

What's Changed

  • Don't assume USB device is configured when looking for endpoints by @binaryf0x in #47

Full Changelog: v1.0.2...v1.0.3

1.0.2: Fix TLP2844 Detect

Choose a tag to compare

@Cellivar Cellivar released this 19 Jun 00:13
d4fe498

What's Changed

  • Add TLP 28XX printers to detection list by @Cellivar in #44

Big shoutout to Pupsaur for being awesome to work with nailing down what was going on with their printer!

Full Changelog: v1.0.1...v1.0.2

1.0.1: Dev Dependencies Bump

Choose a tag to compare

@Cellivar Cellivar released this 11 Jun 22:40
bfd0c43

What's Changed

Full Changelog: v1.0.0-rc8...v1.0.1

v1.0.0-rc8

v1.0.0-rc8 Pre-release
Pre-release

Choose a tag to compare

@Cellivar Cellivar released this 10 Jan 10:15
e314384

This is looking like the one we ship with. Assuming integration tomorrow goes smoothly, 1.0.0 is out the door.

What's Changed

Full Changelog: v1.0.0-rc7...v1.0.0-rc8

v1.0.0-rc7

v1.0.0-rc7 Pre-release
Pre-release

Choose a tag to compare

@Cellivar Cellivar released this 02 Jan 02:26
19e7181

What's Changed

Full Changelog: v1.0.0-rc6...v1.0.0-rc7

v1.0.0-rc6

v1.0.0-rc6 Pre-release
Pre-release

Choose a tag to compare

@Cellivar Cellivar released this 01 Jan 09:23
6e28d13

This includes a breaking change to the addImage command, the second optional argument is a different type that includes more image conversion options.

What's Changed

Full Changelog: v1.0.0-rc5...v1.0.0-rc6

v1.0.0-rc5

v1.0.0-rc5 Pre-release
Pre-release

Choose a tag to compare

@Cellivar Cellivar released this 24 Dec 00:03
2442def

What's Changed

Full Changelog: v1.0.0-rc4...v1.0.0-rc5

v1.0.0-rc4

v1.0.0-rc4 Pre-release
Pre-release

Choose a tag to compare

@Cellivar Cellivar released this 23 Dec 10:31
033d650

This is a handful of configuration bugfixes to resolve some issues discovered when the library was actually included in a real project.

  • Handles 4 ignorable EPL config lines
  • More robust handling of EPL model names, including handling UPS model numbers better.
  • Removes transient type references to NodeJS types, which are not relevant nor valid for this project. Uses explicit type references instead.
  • Removes buffer as a valid input type for GRFs, which is a NodeJS-only concept anyway and not useful for browsers.

v1.0.0-rc3

v1.0.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@Cellivar Cellivar released this 22 Dec 15:34
02c2c35

Breaking changes:

  • The label document command addImage has been renamed to addImageFromImageData, the arguments and behavior are the same.
  • ConfigDocumentBuilders may reorder commands depending on the operations being performed.

ZPL appears to be slightly unstable about which commands it will interpret if they are supplied within an active form. Tilde-prefixed commands appear to be more reliable outside of a form. This set of changes includes a mechanism to reorder commands to after a form is closed to facilitate reliability.

Internally this significantly altered both how images are processed and how commands are processed, there should be no external effects beyond the listed breaking changes.