Skip to content

1.2.0

Compare
Choose a tag to compare
@lbguilherme lbguilherme released this 11 Jun 14:41
6c1a2c9

New Kotlin Android and .NET C# Server Targets:

We are pleased to announce two new targets for your projects. The new production ready Kotlin target for Android and the experimental C# Server target for .NET Core. They provide most of sdkgen's functionality ready for use. Please leave feedback or any bug you find on these.

New Type: html

A new type was added storing an html document. It is useful for implementing REST API's that should return a full web page.

@rest GET /news/{id}
fn getNewsPage(id: uuid): html

Other changes:

  • Fixes for serialization on dart-runtime (#80, #75, #32, #31)
  • Improvements on apiTestWrapper for emulating request during unit testing (#77, #33, #30)
  • Fix displaying function name on browser network inspector (#76)
  • Fix for the "extra" property on node server (#72)
  • Add initial fingerprint implementation (no client support yet) (#49)
  • Add support for enums on rest annotation (#47)
  • Fix description annotation on struct fields (#43)
  • Improve decoding of dates (#44, #40)
  • Move browserUserAgent into "platform" (#34)