소스 검색

bump version

master
Wito Chandra 6 년 전
부모
커밋
400b6922af
3개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -0
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. +1
    -1
      pubspec.yaml

+ 3
- 0
CHANGELOG.md 파일 보기

@@ -1,4 +1,7 @@
# Changelog
## [0.5.2](https://pub.dartlang.org/packages/webfeed/versions/0.5.2)
- Lower the xml package version constraints

## [0.5.1](https://pub.dartlang.org/packages/webfeed/versions/0.5.1)
- Support iTunes namespace [#19](https://github.com/witochandra/webfeed/pull/19)
- Parse date strings into DateTime [#22](https://github.com/witochandra/webfeed/pull/22)


+ 1
- 1
README.md 파일 보기

@@ -17,7 +17,7 @@ A dart package for parsing RSS and Atom feed.

Add this line into your `pubspec.yaml`
```
webfeed: ^0.5.1
webfeed: ^0.5.2
```

Import the package into your dart code using:


+ 1
- 1
pubspec.yaml 파일 보기

@@ -1,5 +1,5 @@
name: webfeed
version: 0.5.1
version: 0.5.2
description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported.
homepage: https://github.com/witochandra/webfeed
environment:


불러오는 중...
취소
저장