Skip to content

Latest commit

 

History

History
181 lines (64 loc) · 6.1 KB

CHANGELOG.md

File metadata and controls

181 lines (64 loc) · 6.1 KB

4.0.1 (2023-11-22)

4.0.0 (2023-10-15)

Features

BREAKING CHANGES

  • node: This drops support for Node.js v14.

3.0.13 (2022-11-28)

3.0.12 (2022-11-28)

3.0.11 (2022-11-27)

3.0.10 (2022-11-27)

Bug Fixes

  • bin: updates binary to install as-needed (86ba08c)

3.0.9 (2022-11-27)

Bug Fixes

3.0.8 (2021-11-20)

3.0.7 (2021-11-20)

Bug Fixes

  • deps: corrects nan dependency (45b17cd)

3.0.6 (2021-09-04)

3.0.5 (2021-08-28)

3.0.4 (2021-06-29)

3.0.3 (2021-06-22)

3.0.2 (2021-06-15)

Bug Fixes

3.0.1 (2021-06-05)

3.0.0 (2021-06-01)

Features

BREAKING CHANGES

  • drops support for node v12 and v13.

2.1.6 (2021-04-30)

2.1.5 (2021-04-10)

2.1.4 (2021-04-08)

Bug Fixes

  • build: fixes compatibility of module exports and npm (45ebe3b)

2.1.2 (2021-04-04)

2.1.1 (2021-04-01)

2.1.0 (2021-04-01)

Features

  • ts: updates package to use TS (2c4740a)

2.0.2 (2021-03-31)

Bug Fixes

  • lib: fixes EOF and npmignore issues #55 (085d33b)

2.0.1 (2021-03-29)

2.0.0 (2021-03-29)

Bug Fixes

  • adds patch system to apply stdout fixes (d0ac5bc)
  • adds support for Node v12+ (bffc800)
  • appveyor: update script to include debug msg and wrap conditionals (#26) (2859265)
  • binding: updates lib to properly convert bitmap chars (51c0990)
  • powershell bug (#27) (c8e6fdf)
  • unix: removes remaining png.c refs; enables pipe() for non-Win32 (7131d1c)
  • version: adds missing C file ref, version mgmt (#37) (0903303)

Features

  • alpha: implements alpha channel support #35 (993699b)
  • encoding: adds encoding support for ECI and input modes (#30) (e9ff0d0)
  • implements ability to alter dot size #32 (32b9b42)
  • rotation: implements rotations #31 (11b69e6)
  • windows: adds Node 11+ support (#23) (915f15c)
  • zint: upgrades to v2.9.1 (3bd4855)

BREAKING CHANGES

  • zint: drops support for Node 10 and 11.