All Versions
3
Latest Version
Avg Release Cycle
210 days
Latest Release
1258 days ago

Changelog History

  • v0.3.0.0 Changes

    November 14, 2020
    • โœ… FlatBuffers.Vector.toByteString renamed to FlatBuffers.Vector.toLazyByteString
    • ๐Ÿ‘ Allow trailing comma after the last enum/union field for compatibility with flatc.
    • If a Haskell keyword is used as the name of a table or struct, then suffix the name of the generated constructor with an underscore.
  • v0.2.0.0 Changes

    October 21, 2019
    • โž• Add support for bitmasks, i.e. enums with the bit_flags attribute.
    • FlatBuffers.Vector.length changed from Either ReadError Int32 to Int32.
      • Vector length is now read once upfront, rather than on every access.
    • โž• Added to FlatBuffers.Vector:
      • fromByteString
      • fromLazyByteString
      • fromMonoFoldable (supports Data.Vector.Unboxed and Data.Vector.Storable)
      • take
      • drop
      • toByteString
    • TemplateHaskell:
      • Added colorName for enums.
      • Fixed error messages when running ghcid (they used to be truncated).
  • v0.1.0.0 Changes

    September 22, 2019
    • First version.