File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11## 0.7.8
22
3- - Breaking change : Feed processing moved into Feed class. For example Podcast.loadFeed() is now Feed.loadFeed().
4- - New feedLastUpdated() method to return the date the RSS was last updated (if available).
3+ - BREAKING CHANGE : Feed processing has moved into Feed class. For example, Podcast.loadFeed() is now Feed.loadFeed().
4+ - New feedLastUpdated() method to return the date & time the RSS was last updated (if available).
55
66## 0.7.7
77
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ import 'package:podcast_search/src/model/medium.dart';
1818import 'package:podcast_search/src/model/person.dart' ;
1919import 'package:podcast_search/src/model/remote_item.dart' ;
2020import 'package:podcast_search/src/model/source.dart' ;
21+ import 'package:podcast_search/src/model/value_recipient.dart' ;
2122import 'package:podcast_search/src/utils/json_parser.dart' ;
2223import 'package:podcast_search/src/utils/srt_parser.dart' ;
2324import 'package:podcast_search/src/utils/utils.dart' ;
2425import 'package:podcast_search/src/utils/vtt_parser.dart' ;
2526import 'package:rss_dart/domain/rss_feed.dart' ;
2627
27- import '../model/value_recipient.dart' ;
2828
2929class Feed {
3030 /// Fetches the last-modified date from the response header. This
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
1010dependencies :
1111 convert : ^3.0.1
1212 crypto : ^3.0.1
13- dio : ^5.7.0
13+ dio : ^5.8.0+1
1414 intl : ^0.19.0
1515 rss_dart : ^1.0.12
1616 meta : ^1.12.0
You can’t perform that action at this time.
0 commit comments