Releases: tsedio/ts-gphoto2-driver
Releases · tsedio/ts-gphoto2-driver
v2.4.1
2.4.1 (2020-05-06)
Bug Fixes
- typings: delete 3rd-party typings (235f055)
v2.4.0
2.4.0 (2020-04-23)
Features
- Add Nodejs v12 support and move from ref to ref-napi (669b2a9)
v2.3.0
2.3.0 (2019-09-16)
Bug Fixes
- Fix async wrapping function (865ce0d)
Features
v2.2.3
2.2.3 (2019-08-05)
Bug Fixes
- bump dependencies versions (ffcbdc7)
- Change import EventEmitter. (a8f04f0)
v2.2.2
2.2.2 (2019-01-16)
Bug Fixes
v2.2.1
2.2.1 (2018-09-14)
Bug Fixes
- added Liveview to exports, so we can import it's type fro typechecking in typescript; (fe21d98)
v2.2.0
2.2.0 (2018-08-29)
Bug Fixes
- Add close file process in Liveview (b55c025)
- Implement getDataAndSize with right string pointer (245172d)
- setting file to undefined in liveview to prevent double closing (2efa1cb)
Features
- Add getDataAndSize and update getMimeType (82dbc51)
- Add gp_file_set_mime_type (78bd4d5)
- Add LiveView (718369e)
- Add options on Liveview method (925791a)
- Liveview produce output (bc00489)
- Liveview support binary, base64 and file output options (53ed35c)
- Rewrite Liveview support on the driver level (c111e7a)
v2.1.1
2.1.1 (2018-08-27)
Bug Fixes
- widgets: Fix multiple bug that impact widgets (0557e89)
v2.1.0
2.1.0 (2018-08-22)
Features
- Add CameraWidget.refresh() method (1386a6c)
v2.0.3
2.0.3 (2018-08-22)
Bug Fixes
- Add cache value on Widget class. (812f869)