v23.1.20
What's Changed
- Add pointer reference to sibling union field on FieldDef by @paulovap in #7755
- Expand wildcard imports in the generated Kotlin files. by @anton-bobukh in #7757
- Fix operator==() generated for field of fixed sized array by @enum-class in #7749
- [Kotlin] Improve field nullability based on (required) by @flqw in #7658
- [Swift] Clean up by @mustiikhalil in #7744
- Ensure that empty modules can build in TypeScript isolatedModules mode by @maxburke in #7726
- [C++] Add Command-Line Flag to Suppress MIN and MAX Enums by @jalitriver in #7705
- Annotated Binaries emit field names instead of type names by @dbaileychess in #7763
- emit global scoped ::flatbuffers in c++ by @dbaileychess in #7764
- Fix [C#] Object API - Invalid Property Name used in UnPackTo for unio… by @stefan301 in #7751
- [TS] Add option for removing typescript import flag using --ts-no-import-ext by @ink-su in #7748
- Minor improvement by @enum-class in #7766
- Refactor FlatC to receive
FlatCOptions
by @dbaileychess in #7770 - Defined CodeGenerator Interface and implement C++ by @dbaileychess in #7771
- Fix a typo in a Python test name by @musicinmybrain in #7774
- Use full project version as SOVERSION for the shared library by @mgorny in #7777
- [Kotlin] Control the generation of reflection with --reflect-names by @anton-bobukh in #7775
- Fix Python host-endianness dependencies by @musicinmybrain in #7773
- [TS]: builder, Fix requiredField(). Verity that the field is present in the vtable (#7739) by @jmillan in #7752
- Stop using deprecated imp package in Python tests by @musicinmybrain in #7769
- Fix some identity/equality confusion in Python tests by @musicinmybrain in #7768
- Fix binary output different in different platform by @enum-class in #7718
- Remove go.mod to resolve ambiguous import issue by @le-michael in #7783
- Use CMAKE_CURRENT_SOURCE_DIR in benchmark cpp path by @liuq19 in #7781
- Flatbuffers Version 23.1.20 by @le-michael in #7794
New Contributors
- @anton-bobukh made their first contribution in #7757
- @flqw made their first contribution in #7658
- @jalitriver made their first contribution in #7705
- @ink-su made their first contribution in #7748
- @mgorny made their first contribution in #7777
- @jmillan made their first contribution in #7752
- @liuq19 made their first contribution in #7781
Full Changelog: v23.1.4...v23.1.20