- changed
printandprintlnfunctions to respectwidthconfiguration, - 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
isPrinterConnectedstatus (hoangphan84), - updated core.js to save PrinterType in config (selenecodes),
- styled the code
- fixed initial driver setup (antoniomgatto)
- 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-litefrom v0.4.24 to v0.5.0 closes #109, - updated readme,
- updated typescript type informations file,
- renamed printerTypes to PrinterTypes