Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
lisper
/
webfeed
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
bump version
master
Wito Chandra
hace 5 años
padre
d4538e6fe6
commit
9f9b603524
Se han
modificado 3 ficheros
con
7 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-0
CHANGELOG.md
+1
-1
README.md
+1
-1
pubspec.yaml
+ 5
- 0
CHANGELOG.md
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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:
Escribir
Vista previa
Cargando…
Cancelar
Guardar