File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## [ 0.4.0] ( https://pub.dartlang.org/packages/webfeed/versions/0.4.0 )
3
+ ### Added
4
+ - Support for dublin core namespace
5
+ - Support enclosure in rss item
6
+ - Set minimum dart version into 2
7
+
2
8
## [ 0.3.0] ( https://pub.dartlang.org/packages/webfeed/versions/0.3.0 )
3
9
### Added
4
- - Support for image namespaces
10
+ - Support for image namespace
Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/witochandra/webfeed.svg?branch=master )] ( https://travis-ci.org/witochandra/webfeed )
4
4
[ ![ Pub] ( https://img.shields.io/pub/v/webfeed.svg )] ( https://pub.dartlang.org/packages/webfeed )
5
5
6
- A dart package for parsing RSS and Atom feed.
6
+ A dart package for parsing RSS and Atom feed. Supporting
7
7
8
8
### Features
9
9
10
10
- [x] RSS
11
11
- [x] Atom
12
- - [x] Media RSS
12
+ - [x] Namespaces
13
+ - [x] Media RSS
14
+ - [x] Dublin Core
13
15
14
16
### Installing
15
17
16
18
Add this line into your ` pubspec.yaml `
17
19
```
18
- webfeed: ^0.3 .0
20
+ webfeed: ^0.4 .0
19
21
```
20
22
21
23
Import the package into your dart code using:
@@ -53,6 +55,7 @@ feed.managingEditor
53
55
feed.rating
54
56
feed.webMaster
55
57
feed.ttl
58
+ feed.dc
56
59
57
60
RssItem item = feed.items.first;
58
61
item.title
@@ -65,6 +68,8 @@ item.author
65
68
item.comments
66
69
item.source
67
70
item.media
71
+ item.enclosure
72
+ item.dc
68
73
```
69
74
70
75
** Atom**
Original file line number Diff line number Diff line change 1
1
name : webfeed
2
- version : 0.3 .0
2
+ version : 0.4 .0
3
3
description : webfeed is a dart package for parsing RSS and Atom feeds.
4
4
author :
Wito Chandra <[email protected] >
5
5
homepage : https://github.com/witochandra/webfeed
You can’t perform that action at this time.
0 commit comments