Releases: JuliaData/FlatBuffers.jl
Releases · JuliaData/FlatBuffers.jl
v0.6.1
v0.6.0
FlatBuffers v0.6.0
Closed issues:
Merged pull requests:
- fixed erroneous code (#45) (@xiaodaigh)
- Install TagBot as a GitHub Action (#49) (@JuliaTagBot)
- fixing compatibility with Julia 1.7 (#56) (@rvasil)
- fixing compatibility with Julia 1.7. (#58) (@rvasil)
v0.5.4
Julia 1.1 support
No functional changes in this release, purely an update to REQUIRE
to allow the package to be used in Julia 1.1.
Julia 1.1 is also now explicitly tested on every build.
revert to old behaviour for defaults
String fields now default to ""
if not present, and vectors default to []
. This is as opposed to nothing
in the previous release, which caused problems downstream and highlighted some test coverage gaps.
Addresses issue #37 and JuliaData/Feather.jl#109.
vectors of unions bugfix
fixing an issue with vectors of unions in the last release
flatc support
This release is in preparation for adding support for Julia in the official flatc
compiler.
New functionality:
- support for vectors of unions
- support for deprecated fields (using generated
slot_offsets
function) - support for file identifiers and extensions
- new
serialize
anddeserialize
functions - updated syntax for default fields, using Parameters.jl
- improved printing for builders and tables
There is an added dependency on Parameters.jl, however there should be no breaking changes in this release.
v0.4.0: Merge pull request #27 from davidanthoff/julia-0.7
Update to julia 0.7
0.7 compat
v0.3.2 Fixes for 0.7
0.3.1 Release
v0.3.1 Get the 0.6/0.7 compat story right this time