Skip to content

Bebop v2.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 05:59
a0ef344

bebopc

  • File paths with spaces no longer cause the compiler to fail.
  • The compiler now searches for bebop.json without passing the --config flag. This makes it behave similar to tsc.
  • Typos and incorrect documentation in --help have been fixed.

Tools

  • The tools package for .NET projects now works on macOS and Linux (#64)
  • The tools package for NodeJS projects now works on macOS and Linux

Code Generation

  • C# code generation no longer produces invalid equality methods when the record is empty (#67)