Version 1.10.5+1

This commit is contained in:
Mattia 2021-08-28 13:01:49 +02:00
parent 3e5effed2f
commit d4f9c6b605
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,9 @@
## 1.10.5+1
- Export `CommentsList` class.
## 1.10.5
- Implement: `CommentsList.totalCount` (#150), `Comment.isHearted` (#151).
- Implement: `CommentsList.totalLength` (#150), `Comment.isHearted` (#151).
## 1.10.4
- Fix infinite loop when getting channel uploads.

View File

@ -1,2 +1,3 @@
export 'comment.dart';
export 'comments_client.dart';
export 'comments_list.dart';

View File

@ -1,6 +1,6 @@
name: youtube_explode_dart
description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.
version: 1.10.5
version: 1.10.1
homepage: https://github.com/Hexer10/youtube_explode_dart