Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for existence of #to_json method before call | Florian Frank | 2016-02-25 | 1 | -2/+10 |
| | |||||
* | Skip 1.8.4 | Florian Frank | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Bump version to 1.8.4 and add to CHANGES | Florian Frank | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Bump version to 1.8.3v1.8.3 | Florian Frank | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | Bump version number to 1.8.2 | Florian Frank | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into zzak-ruby-2.2 | Florian Frank | 2015-01-02 | 4 | -6/+17 |
|\ | |||||
| * | Don't mutate JSON.dump_default_options from dump | Jason R. Clark | 2015-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The use of Hash#update from the JSON.dump method was mutating the dump_default_options hash on any call to dump with a limit provided. An individual method call with an overriding value shouldn't update the defaults in this way. | ||||
| * | Reindented | Florian Frank | 2015-01-02 | 1 | -7/+6 |
| | | |||||
| * | Document `Rational` json generation methods. | Vipul A M | 2015-01-02 | 1 | -4/+10 |
| | | |||||
| * | Document `Complex` json generation methods. | Vipul A M | 2015-01-02 | 1 | -1/+7 |
| | | |||||
| * | Use method_defined? to check if method exists instead of slower check on ↵ | Vipul A M | 2015-01-02 | 1 | -1/+1 |
| | | | | | | | | instance_methods | ||||
| * | Change documentation to reflect new default value | Florian Frank | 2015-01-02 | 1 | -2/+2 |
| | | |||||
| * | Fix typo in comment | Ignacio Galindo | 2015-01-02 | 1 | -1/+1 |
| | | |||||
* | | Sync with trunk | Zachary Scott | 2014-12-25 | 4 | -18/+7 |
| | | |||||
* | | Don't mutate JSON.dump_default_options from dump | Jason R. Clark | 2014-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The use of Hash#update from the JSON.dump method was mutating the dump_default_options hash on any call to dump with a limit provided. An individual method call with an overriding value shouldn't update the defaults in this way. | ||||
* | | Reindented | Florian Frank | 2014-07-03 | 1 | -7/+6 |
| | | |||||
* | | Document `Rational` json generation methods. | Vipul A M | 2014-07-03 | 1 | -4/+10 |
| | | |||||
* | | Merge pull request #211 from vipulnsward/complex-doc | Florian Frank | 2014-07-03 | 1 | -1/+7 |
|\ \ | | | | | | | Document `Complex` json generation methods. | ||||
| * | | Document `Complex` json generation methods. | Vipul A M | 2014-07-03 | 1 | -1/+7 |
| | | | |||||
* | | | Use method_defined? to check if method exists instead of slower check on ↵ | Vipul A M | 2014-07-03 | 1 | -1/+1 |
|/ / | | | | | | | instance_methods | ||||
* | | Change documentation to reflect new default value | Florian Frank | 2014-04-01 | 1 | -2/+2 |
| | | |||||
* | | Fix typo in comment | Ignacio Galindo | 2013-10-31 | 1 | -1/+1 |
|/ | |||||
* | New version 1.8.1 | Florian Frank | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | Removed unnecessary and incorrect condition for Rubinius. | Brian Shirai | 2013-09-21 | 1 | -4/+1 |
| | |||||
* | Bump to version 1.8.0add-json-generic-object-loader-dumper | Florian Frank | 2013-05-13 | 1 | -1/+1 |
| | |||||
* | resolved | Florian Frank | 2013-05-13 | 1 | -0/+9 |
| | |||||
* | remove unnecessary if | ginriki | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | Fix regex encoding problem on ruby-head, ouch | Florian Frank | 2013-02-22 | 1 | -9/+9 |
| | |||||
* | Add test and implement pure versiong | Florian Frank | 2013-02-22 | 1 | -1/+24 |
| | |||||
* | Try to convert first with to_hash, then to_h | Florian Frank | 2013-02-21 | 2 | -1/+8 |
| | | | | | | | | rb_convert_type doesn't return if conversion fails, so use rb_check_convert_type and the raise vi rb_convert_type. Make sure, that this behaviour is consisten across all generator implementations. Fixes https://github.com/flori/json/issues/162 | ||||
* | Security fix create_additons/JSON::GenericObjectv1.7.7 | Florian Frank | 2013-02-11 | 4 | -12/+26 |
| | |||||
* | * lib/json.rb: Move module overview definition for rdoc | Zachary Scott | 2013-02-04 | 1 | -2/+2 |
| | |||||
* | Prepare version 1.7.6v1.7.6 | Florian Frank | 2012-12-31 | 1 | -1/+1 |
| | |||||
* | Increase hash likeness of State objects | Florian Frank | 2012-12-31 | 1 | -12/+32 |
| | |||||
* | BigDecimal Documentation | Zachary Scott | 2012-11-09 | 1 | -0/+7 |
| | |||||
* | Increase default max_nesting to 100 | Erik Michaels-Ober | 2012-10-05 | 3 | -7/+7 |
| | | | | See discussion at https://github.com/intridea/multi_json/pull/59. | ||||
* | Renamed method and handle arraysjson-generic-from_hashes | Florian Frank | 2012-10-02 | 1 | -8/+11 |
| | |||||
* | Add JSON::GenericObject.from_hashes | Florian Frank | 2012-10-02 | 1 | -0/+12 |
| | | | | This method transforms hashes of hashes into GenericObject structures. | ||||
* | Prepare new versionv1.7.5 | Florian Frank | 2012-08-17 | 1 | -1/+1 |
| | |||||
* | Prepare version 1.7.4v1.7.4 | Florian Frank | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | Prepare new 1.7.3 releasev1.7.3 | Florian Frank | 2012-05-12 | 1 | -1/+1 |
| | |||||
* | Implement work around for rbx encoding problemworkaround-rbx-encoding-issues | Florian Frank | 2012-05-12 | 1 | -1/+4 |
| | |||||
* | Prepare new version 1.7.2v1.7.2 | Florian Frank | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Work around jruby's inconsistent Time implement. | Florian Frank | 2012-05-10 | 1 | -1/+4 |
| | |||||
* | Fix string/regexp encoding mismatch in jruby | Florian Frank | 2012-05-10 | 2 | -7/+13 |
| | |||||
* | Prepare new version | Florian Frank | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | new version 1.7.0v1.7.0 | Florian Frank | 2012-04-28 | 1 | -1/+1 |
| | |||||
* | Add JSON::GenericObject | Florian Frank | 2012-04-28 | 2 | -11/+5 |
| | |||||
* | new version 1.6.7 | Florian Frank | 2012-04-28 | 1 | -1/+1 |
| | |||||
* | Add implementation for a light object | Florian Frank | 2012-04-27 | 2 | -2/+10 |
| |