Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare new versionv1.4.4 | Florian Frank | 2010-08-06 | 1 | -1/+1 |
| | |||||
* | make sure to use toplevel ::Encoding | Florian Frank | 2010-08-06 | 1 | -8/+9 |
| | |||||
* | Revert "use method dispatch for generation again" | Florian Frank | 2010-08-05 | 1 | -3/+9 |
| | | | | | | | | This reverts commit 59eab2b7ad1b44dc424fb3fffa5520947f7360f3. Conflicts: ext/json/ext/generator/generator.c | ||||
* | use method dispatch for generation again | Florian Frank | 2010-07-24 | 1 | -9/+3 |
| | |||||
* | Fix for subclassed core classes, github issue 20v1.4.3 | Florian Frank | 2010-05-05 | 1 | -1/+1 |
| | | | | | Fixed a problem in the 1.4.x versions, that caused subclasses of core classes to miss calling their to_json methods. | ||||
* | new version | Florian Frank | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | Fixed T_FIXNUM bug on 64bit architectures.v1.4.1 | Florian Frank | 2010-04-25 | 1 | -1/+1 |
| | |||||
* | Prepare for version 1.4.0 release | Florian Frank | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | avoid superflous if | Florian Frank | 2010-04-08 | 1 | -3/+3 |
| | |||||
* | Merged in const_missing triggering from v1.2 | Florian Frank | 2010-04-08 | 1 | -3/+7 |
|\ | | | | | | | | | | | | | | | Merge commit 'a294a83f4d22901651d09c06063eb20d3b2290b8' Conflicts: VERSION lib/json/version.rb | ||||
| * | Trigger const_missing mechanism for Rails | Florian Frank | 2010-04-08 | 2 | -4/+8 |
| | | | | | | | | | | In order to allow Rails' dynamic class loading to work, the const_missing callback must be called. | ||||
* | | Merge commit 'v1.2.3' | Florian Frank | 2010-03-13 | 3 | -2/+16 |
|\ \ | |/ | | | | | Merged in some additional features from the v1.2 branch. | ||||
| * | added [] method to State objectsv1.2.3 | Florian Frank | 2010-03-11 | 2 | -1/+6 |
| | | |||||
| * | Compatibility to Rubiniusv1.2.2 | Florian Frank | 2010-02-27 | 1 | -1/+1 |
| | | | | | | | | Bumped the version number to 1.2.2 and fixed some tests, too. | ||||
| * | serialise symbols in add/core | Florian Frank | 2009-12-03 | 1 | -0/+13 |
| | | |||||
| * | implemented symbolize_names feature, #8 | Florian Frank | 2009-11-25 | 3 | -2/+11 |
| | | |||||
* | | serialise symbols in add/core | Florian Frank | 2009-12-03 | 1 | -0/+13 |
| | | |||||
* | | implemented prototype feature | Florian Frank | 2009-11-20 | 2 | -26/+42 |
| | | |||||
* | | bumped version to 2.0.0 | Florian Frank | 2009-11-18 | 1 | -1/+1 |
| | | |||||
* | | Merge commit '35368ebef6f787be793d79d278b8ce44d3889ebb' | Florian Frank | 2009-11-18 | 2 | -9/+9 |
|\ \ | |/ | |||||
| * | Make json/add/[core|rails].rb respect JSON.create_id | Sebastian Cohnen | 2009-11-18 | 2 | -9/+9 |
| | | |||||
* | | added docu, some methods renamed | Florian Frank | 2009-11-05 | 1 | -1/+3 |
| | | |||||
* | | optimised speed a lot, added only_ascii mode | Florian Frank | 2009-10-26 | 1 | -7/+39 |
| | | |||||
* | | first version to pass the tests again | Florian Frank | 2009-10-26 | 2 | -13/+22 |
| | | |||||
* | | optimised pure variant a bit, prepared for ext | Florian Frank | 2009-10-26 | 2 | -3/+3 |
| | | |||||
* | | optimised pure variant a bit | Florian Frank | 2009-10-26 | 2 | -85/+47 |
|/ | |||||
* | added conversion to utf8 to generators as well | Florian Frank | 2009-10-19 | 1 | -8/+22 |
| | |||||
* | implemented utf sniffing, transcoding in parser | Florian Frank | 2009-10-19 | 3 | -17/+67 |
|\ | | | | | | | | | | | improved documentation added to changes bumped version | ||||
| * | implemented utf sniffing, transcoding in parser | Florian Frank | 2009-10-16 | 2 | -1/+41 |
| | | | | | | | | | | improved documentation added to changes | ||||
| * | added additional checks for generate methods | Florian Frank | 2009-10-16 | 1 | -15/+25 |
| | | |||||
| * | different default in fast_generate | Florian Frank | 2009-10-16 | 1 | -2/+2 |
| | | | | | | | | | | | | fast_generate now defaults to throwing an exception if an infinite or nan float is encountered. This is the same behaviour as in generate and pretty_generate. (Fix for http://github.com/flori/json/issues#issue/3) | ||||
* | | different default in fast_generate | Florian Frank | 2009-10-01 | 1 | -2/+2 |
|/ | | | | | | fast_generate now defaults to throwing an exception if an infinite or nan float is encountered. This is the same behaviour as in generate and pretty_generate. (Fix for http://github.com/flori/json/issues#issue/3) | ||||
* | Merge branch 'master' of git@github.com:/flori/json | Florian Frank | 2009-09-02 | 1 | -2/+1 |
|\ | |||||
| * | NaN is now 0.0/0 because of 1.8/1.9 compat. | NARUSE, Yui | 2009-09-02 | 1 | -1/+1 |
| | | | | | | | | | | ruby-trunk r24730 Signed-off-by: Florian Frank <flori@ping.de> | ||||
| * | remove unnecessary private specifier. | NARUSE, Yui | 2009-09-02 | 1 | -1/+0 |
| | | | | | | | | | | r24310 of ruby-trunk [ruby-dev:38929] Signed-off-by: Florian Frank <flori@ping.de> | ||||
* | | added new version file | Florian Frank | 2009-09-02 | 1 | -1/+1 |
|/ | |||||
* | initial commit | Florian Frank | 2009-08-24 | 20 | -0/+4529 |