Releases: tr3v3r/react-native-esc-pos-printer
Releases · tr3v3r/react-native-esc-pos-printer
Release 1.3.0
1.3.0 (2021-10-26)
Features
- add barcode method for android and iOS (9ee1b26)
- add qrcode method for android and iOS (61a5a9d)
- add type for qrcode (b484394)
Release 1.2.0
1.2.0 (2021-10-21)
Bug Fixes
- make language is optional in types (9d4fe16)
- modify according to the convention (7eacd44)
Features
- add changing language & smooth text for iOS (30b31cb)
- add default text language (fdd96a7)
Release 1.1.0
1.1.0 (2021-10-12)
Features
- adds imageBase64 method for android and iOS (4f6e6c2)
Release 1.0.1
1.0.1 (2021-07-07)
Features
- add printing from data source to printing class (33cfe08)
Release 0.15.0
0.15.0 (2021-06-09)
Features
- add chained printing method for android (dedd9a1)
Release 0.14.0
0.14.0 (2021-06-03)
Bug Fixes
- moved the generation of event to own function. Send event in performDiscovery (781866a)
- remove orphaned brackets (4f7967b)
- stub android method (a3dab6b)
Features
- add image printing (4ab56ad)
- add print image from assets source for iOS (f5bbf67)
- adds a delay when emitting event after discovering printers (13136ee)
- chained printing method (2c45715)
Release 0.13.4
0.13.4 (2021-03-17)
Bug Fixes
- crash on iOS because of passing undelcared parameter to discovery, update readme (3628a21)
Release 0.13.3
0.13.3 (2021-03-16)
Bug Fixes
- android: add missing jniLibs targets (da6b0a3)
- android: added gradle and adb reverse commands to example (afa36e7)
- android: added gradle and adb reverse commands to example (64056fc)
- android: removed easy select, not used (46ff8f4)
Release 0.13.2
0.13.2 (2021-03-13)
Bug Fixes
- add try catch block for sending events when bridge is not initialized (d14ea4a)