[gxml] Release 0.20.0
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] Release 0.20.0
- Date: Tue, 11 Aug 2020 16:10:40 +0000 (UTC)
commit 8c9b8f0f216829025077fba9ab279a45fbaae2b0
Author: Daniel Espinosa <esodan gmail com>
Date: Tue Aug 11 10:47:24 2020 -0500
Release 0.20.0
NEWS | 32 ++++++++++++++++++++++++++++++++
gxml/ArrayList.vala | 3 ---
meson.build | 2 +-
3 files changed, 33 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 029454b..fcea3d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
===============
Version 0.20.0
===============
+* Add more CSS version 3 expressions
+* New HTMLDocument
* Transition from pre 0.20 API, can be found at Wiki https://gitlab.gnome.org/GNOME/gxml/wikis/home
* API simplification (breaks)
* Remove of obsolete and deprecated API
@@ -12,6 +14,36 @@ Version 0.20.0
* TNode derived classes removed
* GNode derived classes (libxml2) renamed to XNode derived ones (GDocument to XDocument)
* Documentation updates
+* Document: export search_root_element_property()
+* Enum class now can be configured to change its value string
+ representation, to use the default GLib, use upper cases,
+ use nick and use nick upper cases.
+* If a deserialization of an enum property yields
+ to an invalid string of an enum, then that is
+ hold and used to serialize back, so no data is
+ lost and is tolerant for extensions not included
+ in the current implementation
+* Parser: improve error on collection initialization
+* Add default namespaces resolution
+* New multi-type collection can recognize more than one
+ object direved from the same type, like an interface
+* New translations
+ Romanian by Florentina Mușat <florentina musat 28 gmail com>
+ Ukrainian by Yuri Chornoivan <yurchor ukr net>
+* Updated translations:
+ Brazillian Portuguese by Rafael Fontenelle <rafaelff gnome org>
+ Spanish by Daniel Mustieles <daniel mustieles gmail com>
+ Catalan by Jordi Mas <jmas softcatala org>
+ Polish by Piotr Drąg <piotrdrag gmail com>
+ Swedish by Anders Jonsson <anders jonsson norsjovallen se>
+ British English by Zander Brown <zbrown gnome org>
+ Hungarian by Balázs Úr <balazs urbalazs hu>
+ Czech by Marek Černocký <marek manet cz>
+ Basque by Asier Sarasua Garmendia <asier sarasua gmail com>
+ Indonesian by Andika Triwidada <atriwidada gnome org>
+ Greek by Efstathios Iosifidis <eiosifidis gnome org>
+ Danish by Ask Hjorth Larsen <asklarsen gmail com>
+
===============
Version 0.18.1
diff --git a/gxml/ArrayList.vala b/gxml/ArrayList.vala
index 16d51ae..d195723 100644
--- a/gxml/ArrayList.vala
+++ b/gxml/ArrayList.vala
@@ -45,9 +45,6 @@ using Gee;
*/
public class GXml.ArrayList : GXml.BaseCollection, GXml.List {
public override bool validate_append (int index, DomElement element) throws GLib.Error {
-#if DEBUG
- GLib.message ("Adding node:"+element.node_name);
-#endif
return true;
}
}
diff --git a/meson.build b/meson.build
index df713e7..6b6d77a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gxml', [ 'vala', 'c'], version : '0.19.1')
+project('gxml', [ 'vala', 'c'], version : '0.20.0')
PROJECT_NAME = meson.project_name ()
API_VERSION = '0.20'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]