# Changelog
All notable changes to this project will be documented in this file.

## [2.3.9] - 2022-05-17
### changed
- crossOrigin = anonymouse for video file reading from a url.
- better exception handling.

## [2.3.8] - 2022-05-03
### changed
- bugfix - readin length of undefined

## [2.3.7] - 2022-05-03
### changed
- Use file reader to convert blob to base64.
- generate cover new method added to generate base64 image.

## [2.2.7] - 2022-05-03
### changed
- video duration promise pending bugfix

## [2.2.6] - 2022-05-03
### changed
- Generate thumbnails from the url
- Uglify the output
- remove comments fromt the output

## [2.1.6] - 2022-04-22
### changed
- bugfix: debugger removed [fixed]
- Preview, demo links updated

## [2.1.5] - 2022-03-28
### changed
- bugfix: Last promise in the array of thumbnails kep in pending status [fixed]
## [2.1.4] - 2022-03-27
### changed
- Version upgrade.
- New types added
## [2.1.3] - 2022-03-27
### changed
- package.json' main file.
## [2.1.2] - 2022-03-27
### Added
- Changelog file added.
## [2.1.1] - 2022-03-27
### Added
- Better typescript types added.
## [1.1.1] - 2022-03-27
### Added
- Officially typescript support added.

## [1.1.0] - 2022-03-27
### Added
- CodeSandbox example added

## [1.0.1] - 2022-03-26
### Added
- Promise was behaving odly `Fixed`.
- Better UserInterface of Preview site.

## [1.0.0] - 2022-03-26
### Added
- Initialized package.
- Javascript Compitable only.
- Generate video thumbnails function added.
- generate File Preview Function added.
- get video duration Function added.

