v2.0.8
Bug fixing release for issues that arose in 2.0.7.
What's Changed
- Use schema include name for keep-prefix by @dbaileychess in #7469
- [Java] Shallow unused return value in Pack method by @dbaileychess in #7470
- Moved compiler warnings around by @dbaileychess in #7471
- CMake project version detection made more robust by @axelsommerfeldt in #7473
- Disable RTTI and rework use in idl_gen_ts.cpp by @dbaileychess in #7474
- Use type traits for specialization by @dbaileychess in #7475
- [C++] Fixed crash when copying table with empty shared strings by @sssooonnnggg in #7477
- Version number in file package.json updated to 2.0.7 by @axelsommerfeldt in #7476
- Include head in stl_emulation.h by @dbaileychess in #7480
- Fix typos by @dbaileychess in #7483
- Refactor test.cpp by @dbaileychess in #7487
- [C++] support
native_inline
attribute for vector of tables by @sssooonnnggg in #7479 - C++: Add option to skip verifying nested flatbuffers by @CasperN in #7489
- [TS/JS] Add rollup and config to generate iife flatbuffers bundle by @bjornharrtell in #7449
- Namer applied to Typescript generator by @CasperN in #7488
- Verifier Refinements by @dbaileychess in #7490
- FlatBuffers Version 2.0.8 by @dbaileychess in #7492
New Contributors
- @axelsommerfeldt made their first contribution in #7473
Full Changelog: v2.0.7...v2.0.8