Skip to content

FlatBuffers interim release 1.0.2

Compare
Choose a tag to compare
released this 03 Sep 23:52
· 3049 commits to master since this release

This is an interim release before 1.1.0, with important bug fixes and a few new features:

  • Schemas can now include other schemas directly.
  • Schemas can refer to types from unrelated namespaces.
  • JSON parsing & writing supports unicode escape codes (\u).
  • Enum value prefixing in C++ is now an option.