From 2094a4fd3da85c1972f215cb5977f6157590ff79 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 28 Feb 2014 06:01:16 +0000 Subject: docs: Regenerate HTML documentation git-svn-id: https://pugixml.googlecode.com/svn/trunk@993 99668b35-9821-0410-8761-19e4c4f06640 --- docs/manual/changes.html | 194 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 144 insertions(+), 50 deletions(-) (limited to 'docs/manual/changes.html') diff --git a/docs/manual/changes.html b/docs/manual/changes.html index d119532..48644a3 100644 --- a/docs/manual/changes.html +++ b/docs/manual/changes.html @@ -3,16 +3,16 @@ Changelog - - - + + +
-pugixml 1.2 manual | +pugixml 1.4 manual | Overview | Installation | Document: @@ -28,18 +28,102 @@
-
- 1.05.2012 - version - 1.2 +
+ + 1.03.2014 + - version 1.4 +
+

+ Major release, featuring various new features, bug fixes and compatibility + improvements. +

+
    +
  • + Specification changes: +
    1. + Documents without element nodes are now rejected with status_no_document_element + error, unless parse_fragment option is used +
    +
  • +
  • + New features: +
      +
    1. + Added XML fragment parsing (parse_fragment flag) +
    2. +
    3. + Added PCDATA whitespace trimming (parse_trim_pcdata flag) +
    4. +
    5. + Added long long support for xml_attribute and xml_text (as_llong, + as_ullong and set_value/set overloads) +
    6. +
    7. + Added hexadecimal integer parsing support for as_int/as_uint/as_llong/as_ullong +
    8. +
    9. + Added xml_node::append_buffer to improve performance of assembling + documents from fragments +
    10. +
    11. + xml_named_node_iterator is now bidirectional +
    12. +
    13. + Reduced XPath stack consumption during compilation and evaluation + (useful for embedded systems) +
    14. +
    +
  • +
  • + Compatibility improvements: +
      +
    1. + Improved support for platforms without wchar_t support +
    2. +
    3. + Fixed several false positives in clang static analysis +
    4. +
    5. + Fixed several compilation warnings for various GCC versions +
    6. +
    +
  • +
  • + Bug fixes: +
      +
    1. + Fixed undefined pointer arithmetic in XPath implementation +
    2. +
    3. + Fixed non-seekable iostream support for certain stream types, i.e. + boost file_source with pipe input +
    4. +
    5. + Fixed xpath_query::return_type() for some expressions +
    6. +
    7. + Fixed dllexport issues with xml_named_node_iterator +
    8. +
    9. + Fixed find_child_by_attribute assertion for attributes with null + name/value +
    10. +
    +
  • +
+
+ + 1.05.2012 + - version 1.2

Major release, featuring header-only mode, various interface enhancements (i.e. PCDATA manipulation and C++11 iteration), many other features and compatibility improvements.

-