summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* Try to convert first with to_hash, then to_hFlorian Frank2013-02-211-0/+3
| | | | | | | | 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
* Correct typoFlorian Frank2013-02-131-1/+1
|
* Security fix create_additons/JSON::GenericObjectv1.7.7Florian Frank2013-02-111-0/+8
|
* Document changesFlorian Frank2013-02-041-0/+2
|
* Document changesFlorian Frank2013-02-041-0/+4
|
* Increase hash likeness of State objectsFlorian Frank2012-12-311-0/+1
|
* Change the CHANGESFlorian Frank2012-11-291-0/+3
|
* Prepare new versionv1.7.5Florian Frank2012-08-171-0/+2
|
* Prepare version 1.7.4v1.7.4Florian Frank2012-07-261-0/+2
|
* Prepare new 1.7.3 releasev1.7.3Florian Frank2012-05-121-0/+2
|
* Prepare new version 1.7.2v1.7.2Florian Frank2012-05-111-0/+3
|
* Prepare new versionv1.7.1Florian Frank2012-05-071-0/+2
|
* Add JSON::GenericObjectFlorian Frank2012-04-281-0/+2
|
* new version 1.6.7Florian Frank2012-04-281-0/+2
|
* change the CHANGESFlorian Frank2012-04-271-1/+4
|
* Clean up code a bitFlorian Frank2012-02-111-0/+4
| | | | This should fix #117
* Prepare new versionv1.6.5Florian Frank2012-01-151-0/+5
|
* Add to CHANGESv1.6.4Florian Frank2011-12-241-0/+4
|
* Small fix: JSON.load('') # => nilFlorian Frank2011-12-011-0/+3
|
* Add change to CHANGESFlorian Frank2011-11-281-0/+3
|
* Change the CHANGESFlorian Frank2011-11-221-0/+2
|
* Make JSON.dump and JSON.load support Rails betterFlorian Frank2011-11-221-0/+2
|
* Prepare new version 1.6.2Florian Frank2011-11-221-0/+3
|
* Prepare new release 1.6.1v1.6.1Florian Frank2011-09-181-0/+2
|
* Extract utils out of this library into json-utilsv1.6.0Florian Frank2011-09-131-0/+3
|
* Add some documentationv1.5.4Florian Frank2011-08-311-1/+6
|
* Bump up version to 1.5.4Florian Frank2011-07-041-0/+3
|
* prepare new releaseFlorian Frank2011-06-201-1/+3
|
* Alias State#configure method as State#mergeFlorian Frank2011-06-201-0/+2
| | | | This increases duck type synonymy with Hash
* changed the CHANGESFlorian Frank2011-06-151-1/+4
|
* Create gemspecsFlorian Frank2011-05-111-0/+2
| | | | Get rid of rake-compiler dependencies
* Support building of fat binary gemv1.5.1Florian Frank2011-01-261-1/+4
| | | | This should fix issue #51 on Windows
* Fix for ruby 1.9 const_defined? methodFlorian Frank2011-01-011-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 messageFlorian Frank2010-08-201-0/+1
|
* prepare new versionFlorian Frank2010-08-181-0/+3
| | | | | fixed some warnings wrote some rake tasks to build jruby extension
* prepare new versionFlorian Frank2010-08-181-0/+4
|
* do not freeze to allow chaging defaultsv1.4.5Florian Frank2010-08-071-0/+1
|
* changed CHANGESFlorian Frank2010-08-071-0/+4
|
* Prepare new versionv1.4.4Florian Frank2010-08-061-0/+4
|
* Fix for subclassed core classes, github issue 20v1.4.3Florian Frank2010-05-051-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.2Joshua Peek2010-04-281-0/+1
| | | | This reverts 76e017a1b8a042bcb682b68821cc33f29788cd9a commit.
* changed the CHANGESFlorian Frank2010-04-281-0/+2
|
* prepare for 1.4.2 releaseFlorian Frank2010-04-261-0/+5
|
* Fixed T_FIXNUM bug on 64bit architectures.v1.4.1Florian Frank2010-04-251-0/+3
|
* Forgot to add the changes.Florian Frank2010-04-231-0/+4
|
* Trigger const_missing mechanism for RailsFlorian Frank2010-04-081-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.3Florian Frank2010-03-111-0/+3
|
* Compatibility to Rubiniusv1.2.2Florian Frank2010-02-271-1/+4
| | | | Bumped the version number to 1.2.2 and fixed some tests, too.
* implemented symbolize_names feature, #8Florian Frank2009-11-251-0/+3
|
* implemented utf sniffing, transcoding in parserFlorian Frank2009-10-161-0/+5
| | | | | improved documentation added to changes