From 3e515e026cc5ba945955cb1f79d3865d5cef6c04 Mon Sep 17 00:00:00 2001 From: Mikihiro SUDA Date: Mon, 9 Mar 2020 22:41:15 +0900 Subject: [PATCH] release: v1.0.2 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d6f3f..3dbe03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## [1.0.2](https://pub.dev/packages/dart_rss/versions/1.0.2) +### Add +- support American Style Format DateTime. +- add some real RSS tests. + +### Refactor +- split methods. + ## [1.0.1+1](https://pub.dev/packages/dart_rss/versions/1.0.1+1) ### Change - modify some dependencies. diff --git a/pubspec.yaml b/pubspec.yaml index 76aaca0..d7b0719 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_rss -version: 1.0.1+1 +version: 1.0.2 description: dart-rss is a rss parser for RSS1.0/RSS2.0/Atom. It also support Dublin-Core, Content, Syndication additional modules. This libary is forked from webfeed(https://github.com/witochandra/webfeed). homepage: https://github.com/sudame/dart-rss environment: @@ -8,7 +8,7 @@ dependencies: xml: ^3.0.0 http: ^0.11.0 meta: ^1.0.0 - intl: any + intl: ^0.10.0 dev_dependencies: test: ^1.0.0