17
0
Files
rubygem-multi_json/rubygem-multi_json.changes
Stephan Kulow 65bbf39fd1 - updated to version 1.7.0
* [Add load_options/dump_options to MultiJson](a153956be6)
 * [MultiJson does not modify arguments](58525b01c4)
 * [Enable quirks_mode by default for json_gem/json_pure adapters](1fd4e6635c)
 * [Add JrJackson adapter](4dd86fa963)
 * [Raise ArgumentError on bad adapter input](911a3756bd)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-multi_json?expand=0&rev=30
2013-03-18 06:19:33 +00:00

118 lines
4.3 KiB
Plaintext

-------------------------------------------------------------------
Mon Mar 18 06:18:58 UTC 2013 - coolo@suse.com
- updated to version 1.7.0
* [Add load_options/dump_options to MultiJson](https://github.com/intridea/multi_json/commit/a153956be6b0df06ea1705ce3c1ff0b5b0e27ea5)
* [MultiJson does not modify arguments](https://github.com/intridea/multi_json/commit/58525b01c4c2f6635ba2ac13d6fd987b79f3962f)
* [Enable quirks_mode by default for json_gem/json_pure adapters](https://github.com/intridea/multi_json/commit/1fd4e6635c436515b7d7d5a0bee4548de8571520)
* [Add JrJackson adapter](https://github.com/intridea/multi_json/commit/4dd86fa96300aaaf6d762578b9b31ea82adb056d)
* [Raise ArgumentError on bad adapter input](https://github.com/intridea/multi_json/commit/911a3756bdff2cb5ac06497da3fa3e72199cb7ad)
-------------------------------------------------------------------
Sun Mar 3 19:47:38 UTC 2013 - coolo@suse.com
- updated to version 1.6.1
[Revert "Use JSON.generate instead of #to_json"](https://github.com/intridea/multi_json/issues/86)
-------------------------------------------------------------------
Wed Feb 13 15:33:29 UTC 2013 - coolo@suse.com
- updated to version 1.6.0
* [Add gson.rb support](https://github.com/intridea/multi_json/pull/71)
* [Add MultiJson.default_options](https://github.com/intridea/multi_json/pull/70)
* [Add MultiJson.with_adapter](https://github.com/intridea/multi_json/pull/67)
* [Stringify all possible keys for ok_json](https://github.com/intridea/multi_json/pull/66)
* [Alias `MultiJson::DecodeError` to `MultiJson::LoadError`](https://github.com/intridea/multi_json/pull/79)
-------------------------------------------------------------------
Tue Feb 12 14:02:57 UTC 2013 - coolo@suse.com
- updated to version 1.5.1
-------------------------------------------------------------------
Fri Dec 14 06:08:38 UTC 2012 - coolo@suse.com
- updated to version 1.5.0, no changelog
-------------------------------------------------------------------
Sat Dec 1 12:56:50 UTC 2012 - coolo@suse.com
- updated to version 1.4.0, no changelog
-------------------------------------------------------------------
Sat Nov 3 10:09:12 UTC 2012 - coolo@suse.com
- updated to version 1.3.7
-------------------------------------------------------------------
Tue Jul 31 11:40:43 UTC 2012 - jreidinger@suse.com
- use new rpm2ruby to work with as 3_2
-------------------------------------------------------------------
Fri Jul 6 19:01:44 UTC 2012 - coolo@suse.com
- update to 1.3.6
* fix for oj
-------------------------------------------------------------------
Sun May 13 20:34:50 UTC 2012 - coolo@suse.com
- update to 1.3.5
* Just some polishing of docu
-------------------------------------------------------------------
Sun May 6 14:23:25 UTC 2012 - coolo@suse.com
- update to 1.3.4
* Fix tests on JRuby
-------------------------------------------------------------------
Wed Apr 25 12:17:28 UTC 2012 - coolo@suse.com
- update to 1.3.2
re-add and deprecate default_engine
-------------------------------------------------------------------
Tue Apr 17 07:23:21 UTC 2012 - coolo@suse.com
- update to 1.3.1
some fixes, old engines API deprecated
-------------------------------------------------------------------
Tue Apr 3 08:24:04 UTC 2012 - coolo@suse.com
- update to 1.2.0 - now with oj support (optimized json)
-------------------------------------------------------------------
Fri Mar 23 10:58:02 UTC 2012 - saschpe@suse.de
- Spec file cleanup:
* Factory preparation
-------------------------------------------------------------------
Fri Dec 9 11:34:15 UTC 2011 - saschpe@suse.de
- Update to version 1.0.4
-------------------------------------------------------------------
Mon Jun 20 16:57:33 UTC 2011 - mrueckert@suse.de
- update to version 1.0.3
- added OKJson as vendored fallback if nothing else is available
- multiple fixes and additions to OKJson
- added stringio support
- only catch specific Errors during encoding
- dont require ActiveSupport::JSON to avoid circular dependencies
-------------------------------------------------------------------
Tue May 10 12:02:42 CEST 2011 - visnov@suse.cz
- license is MIT
-------------------------------------------------------------------
Mon Jan 10 10:30:55 UTC 2011 - aduffeck@novell.com
- initial version