0.9.3 / 2015-10-01¶ ↑
-
1 bug fix:
-
work for i32s in structs
-
-
1 merged PR:
-
Merge pull request #29 from spredfast/master
-
0.9.2 / 2013-10-29¶ ↑
-
1 bugfix:
-
more conservative Struct#to_hash, doesn't try to call to_hash on Strings (Greg Vaughn)
-
0.9.1 / 2013-08-29¶ ↑
-
1 bugfix:
-
Exclude thrift 0.9.1 from gem dependency
-
0.9.0 / 2013-06-11¶ ↑
-
3 upgrades:
-
Recursive to_hash on Structs
-
Better path searching for includes in .thrift files
-
Don't require final newline
-
0.8.0 / 2013-05-22¶ ↑
-
9 new features:
-
Allow circular definitions
-
Add attr_accessor for structs
-
Add map and set support
-
Support structs in lists
-
Add dotted namespace support
-
Only serialize fields that are present
-
Add coercion to/from strings on read
-
Add coercion and type checking on write
-
Add Struct#[] and Struct#to_hash
-
-
2 bugfixes:
-
Fixes to support comments in more places
-
Catch and log unexpected exceptions
-
0.7.0 / 2013-03-04¶ ↑
-
5 bugfixes:
-
Add proper support for include
-
Add proper support for namespace
-
Fix lists in structs
-
Fix reading enums in structs
-
Flesh out more converters, get struct-in-struct working properly
-
0.6.1 / 2013-03-02¶ ↑
-
1 bugfix:
-
Add missing file
-
0.6.0 / 2013-03-02¶ ↑
-
5 bugfixes:
-
Add oneway support and add throw on server side
-
Add support for throws. Fixes #1
-
Disable regenerating the parser on test run
-
Fix code generation bug
-
Fix running in travis
-
0.5.0 / 2012-08-20¶ ↑
-
1 major enhancement
-
Birthday!
-