Releases: outlook/thrift
Releases · outlook/thrift
ol-20181113161448
Updates the Outlook thrift fork from 0.9.3 to 0.11.0.
ol-20180511151742
Fix integer map value JSON generation (#4) Integer map values were previously output as with format %@, which caused a crash because the parameter was shortValue. This seems to be an existing bug, but no FE thrift uses map<k, int> at runtime, so it hasn't affected anything. List and Set seem to work, so special-case Map to always use primitive format instead of id format.
ol-20160802102138
Fix quote-escaping bug
ol-20160721150138
Replace %tu with %lu for NSUInteger formatting
ol-20160721145810
Remove pointless nil-check
ol-20160720154055
Remove pointless nil-check
ol-20160720153349
Add t_visitor for types, implement obfuscation for Cocoa codegen. (#2) * Add t_visitor for types, implement obfuscation for Cocoa codegen. * Fix unused-param warnings
ol-20160609110146
ThriftToJson protocol extends NSObject
ol-20160602234926
Replace private categories with static functions, fix naming conventi…
Outlook 0.0.1
Provides initial support for handling '@redacted' in generated Objective-C thrifts.
Note that to run, you may need to have openssl installed: brew install openssl
Note that only OS X is supported currently.