File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ ## [ 0.3.0] ( https://pub.dartlang.org/packages/webfeed/versions/0.3.0 )
3
+ ### Added
4
+ - Support for image namespaces
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ A dart package for parsing RSS and Atom feed.
9
9
10
10
- [x] RSS
11
11
- [x] Atom
12
- - [ ] JSON
12
+ - [x] Media RSS
13
13
14
14
### Installing
15
15
16
16
Add this line into your ` pubspec.yaml `
17
17
```
18
- webfeed: ^0.2.3
18
+ webfeed: ^0.3.0
19
19
```
20
20
21
21
Import the package into your dart code using:
@@ -64,6 +64,7 @@ item.pubDate
64
64
item.author
65
65
item.comments
66
66
item.source
67
+ item.media
67
68
```
68
69
69
70
** Atom**
@@ -95,6 +96,7 @@ item.published
95
96
item.content
96
97
item.summary
97
98
item.rights
99
+ item.media
98
100
```
99
101
100
102
## License
Original file line number Diff line number Diff line change 1
1
name : webfeed
2
- version : 0.2.3
3
- description : A dart package for parsing RSS and Atom feed .
2
+ version : 0.3.0
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
6
6
environment :
You can’t perform that action at this time.
0 commit comments