From 7e7153457722ff2272bf094cca5387bd2e2ebd71 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine@gmail.com" Date: Sun, 29 Apr 2012 22:51:21 +0000 Subject: docs: Regenerated HTML documentation git-svn-id: http://pugixml.googlecode.com/svn/trunk@908 99668b35-9821-0410-8761-19e4c4f06640 --- docs/manual/changes.html | 104 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 99 insertions(+), 5 deletions(-) (limited to 'docs/manual/changes.html') diff --git a/docs/manual/changes.html b/docs/manual/changes.html index 78cde23..d119532 100644 --- a/docs/manual/changes.html +++ b/docs/manual/changes.html @@ -4,15 +4,15 @@ Changelog - - + +
-pugixml 1.0 manual | +pugixml 1.2 manual | Overview | Installation | Document: @@ -30,6 +30,100 @@ +
+ 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. +

+
    +
  • + New features: +
      +
    1. + Added xml_text helper class for working with PCDATA/CDATA contents + of an element node +
    2. +
    3. + Added optional header-only mode (controlled by PUGIXML_HEADER_ONLY + define) +
    4. +
    5. + Added xml_node::children() and xml_node::attributes() for C++11 ranged + for loop or BOOST_FOREACH +
    6. +
    7. + Added support for Latin-1 (ISO-8859-1) encoding conversion during + loading and saving +
    8. +
    9. + Added custom default values for xml_attribute::as_* (they are returned if the attribute + does not exist) +
    10. +
    11. + Added parse_ws_pcdata_single flag for preserving whitespace-only + PCDATA in case it's the only child +
    12. +
    13. + Added format_save_file_text for xml_document::save_file to open files + as text instead of binary (changes newlines on Windows) +
    14. +
    15. + Added format_no_escapes flag to disable special symbol escaping (complements + ~parse_escapes) +
    16. +
    17. + Added support for loading document from streams that do not support + seeking +
    18. +
    19. + Added PUGIXML_MEMORY_* constants for tweaking allocation behavior (useful for embedded + systems) +
    20. +
    21. + Added PUGIXML_VERSION preprocessor define +
    22. +
    +
  • +
  • + Compatibility improvements: +
      +
    1. + Parser does not require setjmp support (improves compatibility with + some embedded platforms, enables clr:pure compilation) +
    2. +
    3. + STL forward declarations are no longer used (fixes SunCC/RWSTL compilation, + fixes clang compilation in C++11 mode) +
    4. +
    5. + Fixed AirPlay SDK, Android, Windows Mobile (WinCE) and C++/CLI compilation +
    6. +
    7. + Fixed several compilation warnings for various GCC versions, Intel + C++ compiler and Clang +
    8. +
    +
  • +
  • + Bug fixes: +
      +
    1. + Fixed unsafe bool conversion to avoid problems on C++/CLI +
    2. +
    3. + Iterator dereference operator is const now (fixes Boost filter_iterator + support) +
    4. +
    5. + xml_document::save_file now checks for file I/O errors during saving +
    6. +
    +
  • +
1.11.2010 - version 1.0 @@ -760,7 +854,7 @@ - @@ -768,7 +862,7 @@
-pugixml 1.0 manual | +pugixml 1.2 manual | Overview | Installation | Document: -- cgit v1.2.3