|
| 1 | +X.Y.Z |
| 2 | +----- |
| 3 | +* [Use message instead of to_s](https://github.com/sferik/multi_xml/commit/b06f0114434ffe1957dd7bc2712cb5b76c1b45fe) |
| 4 | + |
| 5 | +0.5.3 |
| 6 | +----- |
| 7 | +* [Add cryptographic signature](https://github.com/sferik/multi_xml/commit/f39f0c74308090737816c622dbb7d7aa28c646c0) |
| 8 | + |
| 9 | +0.5.2 |
| 10 | +----- |
| 11 | +* [Remove ability to parse symbols and YAML](https://github.com/sferik/multi_xml/pull/34) |
| 12 | + |
| 13 | +0.5.1 |
| 14 | +----- |
| 15 | +* [Revert "Reset @@parser in between specs"](https://github.com/sferik/multi_xml/issues/28) |
| 16 | + |
| 17 | +0.5.0 |
| 18 | +----- |
| 19 | +* [Reset @@parser in between specs](https://github.com/sferik/multi_xml/commit/b562bed265918b43ac1c4c638ae3a7ffe95ecd83) |
| 20 | +* [Add attributes being passed through on content nodes](https://github.com/sferik/multi_xml/commit/631a8bb3c2253db0024f77f47c16d5a53b8128fd) |
| 21 | + |
| 22 | +0.4.4 |
| 23 | +----- |
| 24 | +* [Fix regression in MultiXml.parse](https://github.com/sferik/multi_xml/commit/45ae597d9a35cbd89cc7f5518c85bac30199fc06) |
| 25 | + |
| 26 | +0.4.3 |
| 27 | +----- |
| 28 | +* [Make parser a class variable](https://github.com/sferik/multi_xml/commit/6804ffc8680ed6466c66f2472f5e016c412c2c24) |
| 29 | +* [Add TYPE_NAMES constant](https://github.com/sferik/multi_xml/commit/72a21f2e86c8e3ac9689cee5f3a62102cfb98028) |
| 30 | + |
| 31 | +0.4.2 |
| 32 | +----- |
| 33 | +* [Fix bug in dealing with xml element attributes for both REXML and Ox](https://github.com/sferik/multi_xml/commit/ba3c1ac427ff0268abaf8186fb4bd81100c99559) |
| 34 | +* [Make Ox the preferred XML parser](https://github.com/sferik/multi_xml/commit/0a718d740c30fba426f300a929cda9ee8250d238) |
| 35 | + |
| 36 | +0.4.1 |
| 37 | +----- |
| 38 | +* [Use the SAX like parser with Ox](https://github.com/sferik/multi_xml/commit/d289d42817a32e48483c00d5361c76fbea62a166) |
| 39 | + |
| 40 | +0.4.0 |
| 41 | +----- |
| 42 | +* [Add support for Ox](https://github.com/sferik/multi_xml/pull/14) |
| 43 | + |
| 44 | +0.3.0 |
| 45 | +----- |
| 46 | +* [Remove core class monkeypatches](https://github.com/sferik/multi_xml/commit/f7cc3ce4d2924c0e0adc6935d1fba5ec79282938) |
| 47 | +* [Sort out some class / singleton class issues](https://github.com/sferik/multi_xml/commit/a5dac06bcf658facaaf7afa295f1291c7be15a44) |
| 48 | +* [Have parsers refer to toplevel CONTENT_ROOT instead of defining it](https://github.com/sferik/multi_xml/commit/94e6fa49e69b2a2467a0e6d3558f7d9815cae47e) |
| 49 | +* [Move redundant input sanitizing to top-level](https://github.com/sferik/multi_xml/commit/4874148214dbbd2e5a4b877734e2519af42d6132) |
| 50 | +* [Refactor libxml and nokogiri parsers to inherit from a common ancestor](https://github.com/sferik/multi_xml/commit/e0fdffcbfe641b6aaa3952ffa0570a893de325c2) |
| 51 | + |
| 52 | +0.2.2 |
| 53 | +----- |
| 54 | +* [Respect the global load path](https://github.com/sferik/multi_xml/commit/68eb3011b37f0e0222bb842abd2a78e1285a97c1) |
| 55 | + |
| 56 | +0.2.1 |
| 57 | +----- |
| 58 | +* [Add BlueCloth gem as development dependency for Markdown formatting](https://github.com/sferik/multi_xml/commit/18195cd1789176709f68f0d7f8df7fc944fe4d24) |
| 59 | +* [Replace BlueCloth with Maruku for JRuby compatibility](https://github.com/sferik/multi_xml/commit/bad5516a5ec5e7ef7fc5a35c411721522357fa19) |
| 60 | + |
| 61 | +0.2.0 |
| 62 | +----- |
| 63 | +* [Do not automatically load all library files](https://github.com/sferik/multi_xml/commit/dbd0447e062e8930118573c5453150e9371e5955) |
| 64 | + |
| 65 | +0.1.4 |
| 66 | +----- |
| 67 | +* [Preserve backtrace when catching/throwing exceptions](https://github.com/sferik/multi_xml/commit/7475ee90201c2701fddd524082832d16ca62552d) |
| 68 | + |
| 69 | +0.1.3 |
| 70 | +----- |
| 71 | +* [Common error handling for all parsers](https://github.com/sferik/multi_xml/commit/5357c28eddc14e921fd1be1f445db602a8dddaf2) |
| 72 | + |
| 73 | +0.1.2 |
| 74 | +----- |
| 75 | +* [Make wrap an Array class method](https://github.com/sferik/multi_xml/commit/28307b69bd1d9460353c861466e425c2afadcf56) |
| 76 | + |
| 77 | +0.1.1 |
| 78 | +----- |
| 79 | +* [Fix parsing for strings that contain newlines](https://github.com/sferik/multi_xml/commit/68087a4ce50b5d63cfa60d6f1fcbc2f6d689e43f) |
| 80 | + |
| 81 | +0.1.0 |
| 82 | +----- |
| 83 | +* [Add support for LibXML and Nokogiri](https://github.com/sferik/multi_xml/commit/856bb17fce66601e0b3d3eb3b64dbeb25aed3bca) |
| 84 | + |
| 85 | +0.0.1 |
| 86 | +----- |
| 87 | +* [REXML support](https://github.com/sferik/multi_xml/commit/2a848384a7b90fb3e26b5a8d4dc3fa3e3f2db5fc) |
0 commit comments