Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.19 KB

File metadata and controls

32 lines (26 loc) · 1.19 KB

Changelog

v4.2.0 (1.2.2023)

  • changed print and println functions to respect width configuration,
  • added breakLine to break long sentances into multiple lines,
  • added new printer implementation TANCA (cecon),
  • added file.js timeout (aas-mohammed),
  • added TCVN_VIETNAMESE encoding (iamncdai),
  • added KOREA encoding (LimHaksu),
  • added characterSet enum,
  • added eslint config,
  • added vscode settings,
  • update printer.js to return correct isPrinterConnected status (hoangphan84),
  • updated core.js to save PrinterType in config (selenecodes),
  • styled the code

v4.1.2 (21.1.2020)

v4.1.1 (7.1.2020)

  • added no driver set error,
  • added example to readme,
  • added parse width config to number,
  • added traditional chinese support (HK_TW),
  • added changelog,
  • updated iconv-lite from v0.4.24 to v0.5.0 closes #109,
  • updated readme,
  • updated typescript type informations file,
  • renamed printerTypes to PrinterTypes