Skip to content

Bebop v2.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 19:10
63b297d

bebopc

  • You can now define constants within your schema #125
  • It is now possible to selectively import schemas #121
  • The Dart code generator now produces valid code when it comes to null safety #122
  • The C++ code generator now supports out-of-order union definitions #123
  • The C# code generator can now produce C# 8.0 compatiable code with the cs-version 8.0 flag. By default code will still be generated targeting C# 9.0

Runtimes

  • encodeInto now returns the number of bytes encoded across all runtimes.

C# Runtime

  • The nuget package has been reconfigured to target net472;netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0
  • A dependency that was previously missing on certain frameworks (System.Runtime.CompilerServices.Unsafe) is now present.