youtube_explode/CHANGELOG.md

25 lines
373 B
Markdown
Raw Normal View History

2020-02-20 19:50:10 +01:00
## 0.0.1
- Initial version, created by Stagehand
2020-02-20 22:15:38 +01:00
## 0.0.2
- Implement channel api
2020-02-21 21:45:03 +01:00
## 0.0.3
2020-02-21 22:03:55 +01:00
- Remove `dart:io` dependency.
2020-02-21 22:04:50 +01:00
## 0.0.4
2020-02-21 22:03:55 +01:00
- Fix #3 : Head request to ge the content length
2020-02-21 23:48:37 +01:00
- Fix error when getting videos without any keyword.
## 0.0.5
2020-02-23 21:00:35 +01:00
- Implement Search Api (`SearchExtension`)
## 0.0.6
- Implement Caption Api ('CaptionExtension`)
- Add Custom Exceptions