Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
lisper
/
webfeed
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
bump version
master
Wito Chandra
il y a 5 ans
Parent
d4538e6fe6
révision
9f9b603524
3 fichiers modifiés
avec
7 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+5
-0
CHANGELOG.md
+1
-1
README.md
+1
-1
pubspec.yaml
+ 5
- 0
CHANGELOG.md
Voir le fichier
@@ -1,4 +1,9 @@
# Changelog
## [0.7.0](https://pub.dartlang.org/packages/webfeed/versions/0.7.0)
- Null safety migration [#50](https://github.com/witochandra/webfeed/pull/50)
- Parse duration if not empty [#39](https://github.com/witochandra/webfeed/pull/39)
## [0.6.0](https://pub.dartlang.org/packages/webfeed/versions/0.6.0)
- Refactor util/xml.dart
- Support RDF feed
+ 1
- 1
README.md
Voir le fichier
@@ -19,7 +19,7 @@ A dart package for parsing RSS and Atom feed.
Add this line into your `pubspec.yaml`
```
webfeed: ^0.
6
.0
webfeed: ^0.
7
.0
```
Import the package into your dart code using:
+ 1
- 1
pubspec.yaml
Voir le fichier
@@ -1,5 +1,5 @@
name: webfeed
version: 0.
6
.0
version: 0.
7
.0
description: webfeed is a dart package for parsing RSS and Atom feeds. Media, DublinCore, iTunes, Syndication namespaces are also supported.
homepage: https://github.com/witochandra/webfeed
environment:
Écrire
Aperçu
Chargement…
Annuler
Enregistrer