- fixed network hang (treeindark)
- added Daruma cash drawer kick codes (Rafatcb)
- added accept an optional character on drawLine (Rafatcb)
- fixed star code page commands,
- changed to no default character set,
- changed no interface is available
- fixed fold sometimes fails because it is not string
- added Brother support from (younessssssss)
- added code128 for epson support from (treeindark)
- worked on epson default settings,
- fixed epson beep command
- added experimental getStatus for epson printer,
- added wait for response flag to network interface,
- added example for get status with a network printer,
- added optional cut feeding (jdgjsag67251),
- added encoding for TIS11 and TIS66 code pages (Thai language) (kumkao),
- added options param to execute command (avivsalman),
- added support for Daruma thermal printer (riquemoraes),
- fixed make library work with browser (yelhouti)
- fixed keep initial CharacterSet after clear (perbyhring),
- fixed printing code 128 barcodes (zigzagzak),
- removed super calling when there is constructor to avoid unnecessary console error (avivsalman),
- removed console.log when printing (OverSamu)
- changed
print
andprintln
functions to respectwidth
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
- 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-lite
from v0.4.24 to v0.5.0 closes #109, - updated readme,
- updated typescript type informations file,
- renamed printerTypes to PrinterTypes