Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add to CHANGESv1.6.4 | Florian Frank | 2011-12-24 | 1 | -0/+4 |
| | |||||
* | Small fix: JSON.load('') # => nil | Florian Frank | 2011-12-01 | 1 | -0/+3 |
| | |||||
* | Add change to CHANGES | Florian Frank | 2011-11-28 | 1 | -0/+3 |
| | |||||
* | Change the CHANGES | Florian Frank | 2011-11-22 | 1 | -0/+2 |
| | |||||
* | Make JSON.dump and JSON.load support Rails better | Florian Frank | 2011-11-22 | 1 | -0/+2 |
| | |||||
* | Prepare new version 1.6.2 | Florian Frank | 2011-11-22 | 1 | -0/+3 |
| | |||||
* | Prepare new release 1.6.1v1.6.1 | Florian Frank | 2011-09-18 | 1 | -0/+2 |
| | |||||
* | Extract utils out of this library into json-utilsv1.6.0 | Florian Frank | 2011-09-13 | 1 | -0/+3 |
| | |||||
* | Add some documentationv1.5.4 | Florian Frank | 2011-08-31 | 1 | -1/+6 |
| | |||||
* | Bump up version to 1.5.4 | Florian Frank | 2011-07-04 | 1 | -0/+3 |
| | |||||
* | prepare new release | Florian Frank | 2011-06-20 | 1 | -1/+3 |
| | |||||
* | Alias State#configure method as State#merge | Florian Frank | 2011-06-20 | 1 | -0/+2 |
| | | | | This increases duck type synonymy with Hash | ||||
* | changed the CHANGES | Florian Frank | 2011-06-15 | 1 | -1/+4 |
| | |||||
* | Create gemspecs | Florian Frank | 2011-05-11 | 1 | -0/+2 |
| | | | | Get rid of rake-compiler dependencies | ||||
* | Support building of fat binary gemv1.5.1 | Florian Frank | 2011-01-26 | 1 | -1/+4 |
| | | | | This should fix issue #51 on Windows | ||||
* | Fix for ruby 1.9 const_defined? method | Florian Frank | 2011-01-01 | 1 | -0/+2 |
| | | | | | | ruby 1.9 breaks backwards compatibility by usіng the wrong default value for its newly introduced second argument. This patch implements a work around, to make this gem work on both ruby 1.8 and 1.9. | ||||
* | better debugging message | Florian Frank | 2010-08-20 | 1 | -0/+1 |
| | |||||
* | prepare new version | Florian Frank | 2010-08-18 | 1 | -0/+3 |
| | | | | | fixed some warnings wrote some rake tasks to build jruby extension | ||||
* | prepare new version | Florian Frank | 2010-08-18 | 1 | -0/+4 |
| | |||||
* | do not freeze to allow chaging defaultsv1.4.5 | Florian Frank | 2010-08-07 | 1 | -0/+1 |
| | |||||
* | changed CHANGES | Florian Frank | 2010-08-07 | 1 | -0/+4 |
| | |||||
* | Prepare new versionv1.4.4 | Florian Frank | 2010-08-06 | 1 | -0/+4 |
| | |||||
* | Fix for subclassed core classes, github issue 20v1.4.3 | Florian Frank | 2010-05-05 | 1 | -0/+4 |
| | | | | | Fixed a problem in the 1.4.x versions, that caused subclasses of core classes to miss calling their to_json methods. | ||||
* | Revert "simplified build structure"v1.4.2 | Joshua Peek | 2010-04-28 | 1 | -0/+1 |
| | | | | This reverts 76e017a1b8a042bcb682b68821cc33f29788cd9a commit. | ||||
* | changed the CHANGES | Florian Frank | 2010-04-28 | 1 | -0/+2 |
| | |||||
* | prepare for 1.4.2 release | Florian Frank | 2010-04-26 | 1 | -0/+5 |
| | |||||
* | Fixed T_FIXNUM bug on 64bit architectures.v1.4.1 | Florian Frank | 2010-04-25 | 1 | -0/+3 |
| | |||||
* | Forgot to add the changes. | Florian Frank | 2010-04-23 | 1 | -0/+4 |
| | |||||
* | Trigger const_missing mechanism for Rails | Florian Frank | 2010-04-08 | 1 | -0/+2 |
| | | | | | In order to allow Rails' dynamic class loading to work, the const_missing callback must be called. | ||||
* | added [] method to State objectsv1.2.3 | Florian Frank | 2010-03-11 | 1 | -0/+3 |
| | |||||
* | Compatibility to Rubiniusv1.2.2 | Florian Frank | 2010-02-27 | 1 | -1/+4 |
| | | | | Bumped the version number to 1.2.2 and fixed some tests, too. | ||||
* | implemented symbolize_names feature, #8 | Florian Frank | 2009-11-25 | 1 | -0/+3 |
| | |||||
* | implemented utf sniffing, transcoding in parser | Florian Frank | 2009-10-16 | 1 | -0/+5 |
| | | | | | improved documentation added to changes | ||||
* | different default in fast_generate | Florian Frank | 2009-10-16 | 1 | -0/+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) | ||||
* | bumped version for new change | Florian Frank | 2009-08-31 | 1 | -0/+2 |
| | |||||
* | initial commit | Florian Frank | 2009-08-24 | 1 | -0/+127 |