* Thu Apr 28 2022 cooloAATTsuse.comupdated to version 2.14.11 see installed CHANGELOG.md [#]# [2.14.11] - 2022-03-31 [#]## Fixed - Missing attribute value no longer crashes with the SAX parser. [#]# [2.14.10] - 2022-03-10 [#]## Fixed - Writing strings over 16K to a file with builder no longer causes a crash. * Tue Feb 15 2022 cooloAATTsuse.comupdated to version 2.14.9 see installed CHANGELOG.md [#]# [2.14.9] - 2022-02-11 [#]## Fixed - Fixed the `\\r` replacement with `\ ` with the SAX parser according to https://www.w3.org/TR/2008/REC-xml-20081126/#sec-line-ends. [#]# [2.14.8] - 2022-02-09 [#]## Fixed - Renamed internal functions to avoid linking issues where Oj and Ox function names collided. [#]# [2.14.7] - 2022-02-03 [#]## Fixed - All classes and symbols are now registered to avoid issues with GC compaction movement. - Parsing of any size processing instruction is now allowed. There is no 1024 limit. - Fixed the `\\r` replacement with `\ ` according to https://www.w3.org/TR/2008/REC-xml-20081126/#sec-line-ends. [#]## Changed - Symbol and string caching changed but should have no impact on use other than being slightly faster and handles large numbers of cached items more efficiently. * Tue Jan 25 2022 cooloAATTsuse.comupdated to version 2.14.6 see installed CHANGELOG.md [#]# [2.14.6] - 2021-11-03 [#]## Fixed - Closing tags in builder are now escapped correctly thanks to ezekg. * Thu Jun 24 2021 cooloAATTsuse.comupdated to version 2.14.5 see installed CHANGELOG.md * Wed Jan 20 2021 cooloAATTsuse.comupdated to version 2.14.1 see installed CHANGELOG.md [#]# [2.14.1] - 2021-01-11 [#]## Fixed - In Ruby 3.0 Range objects are frozen. This version allows Ranges to be created on load. [#]# [2.14.0] - 2020-12-15 [#]## Added - The `:with_cdata` option added for the hash_load() function. * Fri Sep 25 2020 cooloAATTsuse.comupdated to version 2.13.4 see installed CHANGELOG.md [#]# [2.13.4] - 2020-09-11 [#]## Fixed - Fixed one crash that occurred when a corrupted object encoded string was provided. [#]# [2.13.3] - 2020-09-03 [#]## Changed - mkmf have macros used instead of ad-hoc determinations. * Mon Feb 10 2020 cooloAATTsuse.com- updated to version 2.13.2 see installed CHANGELOG.md [#]# [2.13.2] - 2020-02-05 Skip and missed sequence [#]## Fixed - Add ' sequence. - `:skip_off` no longer misses spaces between elements. [#]# [2.13.1] - 2020-01-30 HTML Sequences [#]## Added - All HTML 4 sequence are now supported. [#]# [2.13.0] - 2020-01-25 HTML Escape Sequences [#]## Added - All HTML 4 escape sequences are now parsed. [#]# [2.12.1] - 2020-01-05 Ruby 2.7.0 [#]## Fixed - Updated for Ruby 2.7.0. More strict type checking. Function signature changes, and `Object#taint` deprecated. [#]# [2.12.0] - 2019-12-18 [#]## Added - Add `no_empty` option to not allow and use instead. * Fri Jul 19 2019 cooloAATTsuse.com- updated to version 2.11.0 see installed CHANGELOG.md [#] Changelog * Wed Sep 05 2018 cooloAATTsuse.com- updated to version 2.10.0 see installed CHANGELOG.md [#]# 2.10.0 - August 26, 2018 - `:element_key_mod` and `:attr_key_mod` options were added to allow keys to be modified when loading. [#]# 2.9.4 - July 16, 2018 - Fixed issue with malformed object mode input. * Wed Jun 13 2018 factory-autoAATTkulow.org- updated to version 2.9.3 see installed CHANGELOG.md [#]# 2.9.3 - June 12, 2018 - Handle ` - No ` ` added on dumped if indent is less than zero. * Mon Apr 16 2018 factory-autoAATTkulow.org- updated to version 2.9.2 see installed CHANGELOG.md [#]# 2.9.2 - April 16, 2018 - `locate` fixed to cover a missing condition with named child thanks to mberlanda. - `locate` supports attribute exists searches thanks to mberlanda. * Sat Apr 14 2018 factory-autoAATTkulow.org- updated to version 2.9.1 see installed CHANGELOG.md [#]# 2.9.1 - April 14, 2018 - `prepend_child` added by mberlanda. * Tue Mar 20 2018 factory-autoAATTkulow.org- updated to version 2.9.0 see installed CHANGELOG.md [#]# 2.9.0 - March 13, 2018 - New builder methods for building HTML. - Examples added. * Mon Mar 05 2018 factory-autoAATTkulow.org- updated to version 2.8.4 see installed CHANGELOG.md [#]# 2.8.4 - March 4, 2018 - Commented out debuf statement. * Sun Mar 04 2018 factory-autoAATTkulow.org- updated to version 2.8.3 see installed CHANGELOG.md [#]# 2.8.3 - March 3, 2018 - Attribute values now escape < and > on dump. * Sun Dec 03 2017 cooloAATTsuse.com- updated to version 2.8.2 see installed CHANGELOG.md [#]# 2.8.2 - November 1, 2017 - Fixed bug with SAX parser that caused a crash with very long invalid instruction element. - Fixed SAX parse error with double