FlatBuffers interim release 1.0.3
This is an interim release before 1.1.0, with important bug fixes and a few new features:
- C# is now supported.
- flatc is able to convert .proto files to FlatBuffer schemas for easier migration from Protocol Buffers.
- Java FlatBuffers functionality is now more friendly, with better generated code for tables and vectors in particular.
- Support for required fields.
- C++ enums are now strongly typed.
- Option to generate dependent includes in C++
... and many smaller fixes.