Ver a proveniência

bump version

master
Wito Chandra há 6 anos
ascendente
cometimento
ffb7b1428e
2 ficheiros alterados com 10 adições e 1 eliminações
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      pubspec.yaml

+ 9
- 0
CHANGELOG.md Ver ficheiro

@@ -1,10 +1,19 @@
# Changelog # Changelog
## [0.5.0](https://pub.dartlang.org/packages/webfeed/versions/0.5.0)
- Support iTunes namespace [#19](https://github.com/witochandra/webfeed/pull/19)
- Parse date strings into DateTime [#22](https://github.com/witochandra/webfeed/pull/22)
- Add created & modified into dublin core namespace [#27](https://github.com/witochandra/webfeed/pull/27)
- Upgrade xml package [#28](https://github.com/witochandra/webfeed/issues/28)
- Fix linting warnings

## [0.4.2](https://pub.dartlang.org/packages/webfeed/versions/0.4.2) ## [0.4.2](https://pub.dartlang.org/packages/webfeed/versions/0.4.2)
### Fixed ### Fixed
- Bad import in `rss_content.dart` & `rss_source.dart` - Bad import in `rss_content.dart` & `rss_source.dart`

## [0.4.1](https://pub.dartlang.org/packages/webfeed/versions/0.4.1) ## [0.4.1](https://pub.dartlang.org/packages/webfeed/versions/0.4.1)
### Added ### Added
- Support `author` in RssFeed - Support `author` in RssFeed

## [0.4.0](https://pub.dartlang.org/packages/webfeed/versions/0.4.0) ## [0.4.0](https://pub.dartlang.org/packages/webfeed/versions/0.4.0)
### Added ### Added
- Support for dublin core namespace - Support for dublin core namespace


+ 1
- 1
pubspec.yaml Ver ficheiro

@@ -1,5 +1,5 @@
name: webfeed name: webfeed
version: 0.4.2
version: 0.5.0
description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported. description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported.
author: Wito Chandra <wito.c.91@gmail.com> author: Wito Chandra <wito.c.91@gmail.com>
homepage: https://github.com/witochandra/webfeed homepage: https://github.com/witochandra/webfeed


Carregando…
Cancelar
Guardar