youtube_explode/CHANGELOG.md

68 lines
1.3 KiB
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`)
2020-02-24 14:51:53 +01:00
- Add Custom Exceptions
## 0.0.7
- Implement Video Purchase error
2020-02-28 20:34:40 +01:00
- Implement Equatable for models
## 0.0.8
2020-02-28 20:42:09 +01:00
- Downgrade xml to `^3.5.0`
## 0.0.9
- Bug Fix(PR [11][11]): Use url when retrieving the video's content length.
2020-02-28 22:41:15 +01:00
[11]: https://github.com/Hexer10/youtube_explode_dart/pull/11
## 0.0.10
- Bug fix: Don't throw when captions are not present.
2020-03-06 23:18:33 +01:00
- New extension: CaptionListExtension adding `getByTime` function.
## 0.0.11
2020-03-10 14:08:20 +01:00
- New extension: DownloadExtension adding `downloadStream` function.
## 0.0.12
- Bug fix(#15): Fix invalid upload date.
## 0.0.13
2020-03-11 12:01:12 +01:00
- Bug fix(#15): Fix valid channel expression
## 0.0.14
- getChannelWatchPage and getVideoWatchPage methods are now public
2020-03-11 12:29:15 +01:00
- New method: getChannelIdFromVideo
## 0.0.15
- Workaround (#15): Now when a video is not available a `VideoUnavailable` exception is thrown
2020-03-11 19:33:52 +01:00
- Removed disable_polymer parameter when requests ( https://github.com/Tyrrrz/YoutubeExplode/issues/341 )
- Removed `dart:io` dependency