Skip to content

Commit a2bbf23

Browse files
committed
bump version
1 parent c545acb commit a2bbf23

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
## [0.3.0](https://pub.dartlang.org/packages/webfeed/versions/0.3.0)
3+
### Added
4+
- Support for image namespaces

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ A dart package for parsing RSS and Atom feed.
99

1010
- [x] RSS
1111
- [x] Atom
12-
- [ ] JSON
12+
- [x] Media RSS
1313

1414
### Installing
1515

1616
Add this line into your `pubspec.yaml`
1717
```
18-
webfeed: ^0.2.3
18+
webfeed: ^0.3.0
1919
```
2020

2121
Import the package into your dart code using:
@@ -64,6 +64,7 @@ item.pubDate
6464
item.author
6565
item.comments
6666
item.source
67+
item.media
6768
```
6869

6970
**Atom**
@@ -95,6 +96,7 @@ item.published
9596
item.content
9697
item.summary
9798
item.rights
99+
item.media
98100
```
99101

100102
## License

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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.
44
author: Wito Chandra <[email protected]>
55
homepage: https://github.com/witochandra/webfeed
66
environment:

0 commit comments

Comments
 (0)