Sha256: 7ee89f769b986cbb48e37d553b782e321a144b5913536bdbcbe91a2d289e7b8e

Contents?: true

Size: 1.81 KB

Versions: 1

Compression:

Stored size: 1.81 KB

Contents

0.4.6 (2015-12-16)
* removed debugging output removed

0.4.5 (2015-08-15)
* 'hash-utils' gem dependency removed
* JsonRpcObjects::V11::Error and JsonRpcObjects::V20::Error now throws 
  JsonRpcObjects::Exceptions::InvalidCode in case of invalid error code

0.4.3 (2013-05-06)
* none (passthru) serializer
* method name should allow strings to be given, not symbols only
* none serializer which doesn't serialize at all

0.4.2 (2011-08-28)
* JSON and YAML serializers to standalone gems

0.4.1 (2011-07-21)
* minor bug in general serializer module

0.4.0 (2011-07-20)
* multiple serializers support
* minor optimization of the version routine
* documentation corrections

0.3.4 (2011-07-18)
* dependency from 'yajl-ruby' to 'multi_json' for compatibility with all 
  other major JSON libraries or unsupported platforms
* minor optimizations and corrections
* upgrade to modern 'hash-utils' version

0.3.3 (2011-02-13)
* rather big performance lag in generic parsers

0.3.2 (2011-02-04)
* instance attributes documentation

0.3.1 (2011-02-03)
* 2.0 Request and Response can receive ID as Symbol

0.3.0 (2011-02-01)
* #error? response method
* non-fake request, response and error classes (including ProcedureCall
  and ProcedureReturn classes of sure) have generic marking Request,
  Response and Error parent classes
* fake 1.1 request, response and error classes are parent classes of the
  appropriate 2.0 classes
* correct error inheritance from 1.1 to 1.0

0.2.0 (2011-01-30)
* high level modules now aren't modules, but constants linking to 
  appropriate classes

0.1.3 (2011-01-18)
* 'version' gem dependency removed

0.1.2 (2011-01-16)
* compatibility problem in 1.0 fake error class 
* high level error module returned 1.1 instead of 2.0 error

0.1.1 (2011-01-16)
* bug in 1.1/2.0 response error assignment

0.1.0 (2011-01-13) 
* initial version

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
json-rpc-objects-0.4.6 CHANGES.txt