File rubygem-ox.changes of Package rubygem-ox

-------------------------------------------------------------------
Thu Apr 28 05:39:31 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated 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 07:33:28 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 2.14.9
 see installed CHANGELOG.md

  ## [2.14.9] - 2022-02-11
  
  ### Fixed
  
  - Fixed the `\r` replacement with `\n` 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 `\n` 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 07:17:13 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated 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 17:42:58 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 2.14.5
 see installed CHANGELOG.md


-------------------------------------------------------------------
Wed Jan 20 13:03:54 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated 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 14:31:34 UTC 2020 - Stephan Kulow <coolo@suse.com>

updated 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 15:19:56 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 2.13.2
 see installed CHANGELOG.md

  ## [2.13.2] - 2020-02-05
  
  Skip and missed sequence
  
  ### Fixed
  
  - Add &apos; 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 <xyz/> and use <xyz></xyz> instead.

-------------------------------------------------------------------
Fri Jul 19 09:27:41 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 2.11.0
 see installed CHANGELOG.md

  # Changelog

-------------------------------------------------------------------
Wed Sep  5 10:32:32 UTC 2018 - coolo@suse.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 02:09:00 UTC 2018 - factory-auto@kulow.org

- updated to version 2.9.3
 see installed CHANGELOG.md

  ## 2.9.3 - June 12, 2018
  
    - Handle `` in dumped strings better.
  
    - No `
` added on dumped if indent is less than zero.

-------------------------------------------------------------------
Mon Apr 16 17:40:49 UTC 2018 - factory-auto@kulow.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 17:38:26 UTC 2018 - factory-auto@kulow.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 10:12:33 UTC 2018 - factory-auto@kulow.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  5 05:30:45 UTC 2018 - factory-auto@kulow.org

- updated to version 2.8.4
 see installed CHANGELOG.md

  ## 2.8.4 - March 4, 2018
  
    - Commented out debuf statement.

-------------------------------------------------------------------
Sun Mar  4 05:30:09 UTC 2018 - factory-auto@kulow.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  3 19:27:03 UTC 2017 - coolo@suse.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 <source> elements.
  
  ## 2.8.1 - October 27, 2017
  
    - Avoid crash with invalid XML passed to Oj.parse_obj().

-------------------------------------------------------------------
Wed Oct 11 06:10:54 UTC 2017 - coolo@suse.com

- updated to version 2.8.0
 see installed CHANGELOG.md

  ## 2.8.0 - September 22, 2017
  
    - Added :skip_off mode to make sax callback on every none empty string even
      if there are not other non-whitespace characters present.

-------------------------------------------------------------------
Thu Sep 21 09:06:45 UTC 2017 - coolo@suse.com

- updated to version 2.7.0
 see installed CHANGELOG.md

  ## 2.7.0 - August 18, 2017
  
    - Two new load modes added, :hash and :hash_no_attrs. Both load an XML
      document to create a Hash populated with core Ruby objects.
  
    - Worked around Ruby API change for RSTRUCT_LEN so Ruby 2.4.2 does not crash.

-------------------------------------------------------------------
Mon Aug 28 05:30:34 UTC 2017 - coolo@suse.com

- updated to version 2.6.0
  - The Element#each() method was added to allow iteration over Element nodes conditionally.
  - Element#locate() now supports a [@attr=value] specification.
  - An underscore character used in the easy API is now treated as a wild card for valid XML characters that are not valid for Ruby method names.

-------------------------------------------------------------------
Tue May 23 10:06:53 UTC 2017 - coolo@suse.com

- updated to version 2.5.0
  no changelog found

-------------------------------------------------------------------
Wed Apr 12 04:40:07 UTC 2017 - coolo@suse.com

- updated to version 2.4.12
  no changelog found

-------------------------------------------------------------------
Mon Mar 20 05:34:46 UTC 2017 - coolo@suse.com

- updated to version 2.4.11
  no changelog found

-------------------------------------------------------------------
Thu Jan 26 05:39:13 UTC 2017 - coolo@suse.com

- updated to version 2.4.9
  no changelog found

-------------------------------------------------------------------
Mon Jan 16 05:38:21 UTC 2017 - coolo@suse.com

- updated to version 2.4.8
  no changelog found

-------------------------------------------------------------------
Mon Dec 26 05:32:35 UTC 2016 - coolo@suse.com

- updated to version 2.4.7
  no changelog found

-------------------------------------------------------------------
Tue Nov 29 05:39:03 UTC 2016 - coolo@suse.com

- updated to version 2.4.6
  no changelog found

-------------------------------------------------------------------
Mon Sep 12 04:34:50 UTC 2016 - coolo@suse.com

- updated to version 2.4.5
  no changelog found

-------------------------------------------------------------------
Wed Aug 10 04:39:19 UTC 2016 - coolo@suse.com

- updated to version 2.4.4
  no changelog found

-------------------------------------------------------------------
Mon Jun 27 04:36:00 UTC 2016 - coolo@suse.com

- updated to version 2.4.3
  no changelog found

-------------------------------------------------------------------
Fri Jun 24 04:37:25 UTC 2016 - coolo@suse.com

- updated to version 2.4.2
  no changelog found

-------------------------------------------------------------------
Tue May 10 04:43:10 UTC 2016 - coolo@suse.com

- updated to version 2.4.1
  no changelog found

-------------------------------------------------------------------
Fri Apr 15 04:31:42 UTC 2016 - coolo@suse.com

- updated to version 2.4.0
  no changelog found

-------------------------------------------------------------------
Mon Feb 22 05:37:06 UTC 2016 - coolo@suse.com

- updated to version 2.3.0
  no changelog found

-------------------------------------------------------------------
Fri Feb  5 05:37:42 UTC 2016 - coolo@suse.com

- updated to version 2.2.4
  no changelog found

-------------------------------------------------------------------
Thu Jan 21 05:42:29 UTC 2016 - coolo@suse.com

- updated to version 2.2.3
  no changelog found

-------------------------------------------------------------------
Tue Oct 20 04:30:27 UTC 2015 - coolo@suse.com

- updated to version 2.2.2
  no changelog found

-------------------------------------------------------------------
Fri Jul 31 04:31:33 UTC 2015 - coolo@suse.com

- updated to version 2.2.1
  no changelog found

-------------------------------------------------------------------
Wed May 20 21:45:46 UTC 2015 - mrueckert@suse.de

- initial package

openSUSE Build Service is sponsored by