Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: update printing architecture (#139)
* feat(changed): updated printing architecture * feat(add): add print helpers and pairing printer method * tryToConnectUtil * fix lint * chore: release 4.0.0-beta.0 * feat(changed): add addTextLang method, get rid of legacy code * add clearCommandBuffer method * Added New Method 'clearCommandBuffer' To forcefully clear buffer * fix lint * chore: release 4.0.0-beta.1 * move pairBluetoothDevice to Discovery module, move printer helpers to static methods * refactor: remover redundant code, regroup folders, move native constants to helpers * chore: release 4.0.0-beta.2 * Add possibility to inject your own queue engine, exporto all enums and constants * chore: release 4.0.0-beta.3 * fix(fixed): fix Android blocking thread, increase timeout for discovery and connect to fix Android timeout error * chore: release 4.0.0-beta.4 * chore: release 4.0.0-beta.5 * feat(added): docs for Printer constructor and connect method, allow to disconnect in case connection has lost * chore: release 4.0.0-beta.6 * docs(added): add docs for addText, disconnect, addFeedLine methods * docs(added): add docs for sendData method * doc(added): cover addCut, getPrinterSetting methods * docs(added): cover getStatus method * docs(added): cover addImage method * docs(added): cover addBarcode * docs(added): cover addSymbol * docs(added) cover addCommand, addPulse, addTextAlign * docs(added): cover addTextSize, addTextStyle, addTextLang, addTextSmooth * docs(added): cover addTextLine static method * docs(added): finish docs --------- Co-authored-by: Waleed Tariq <[email protected]>
- Loading branch information