Skip to content

Tags: jet/falanx

Tags

v0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support .net core 3 (#167)

target .net core 3.1 instead of .net core 2.1

upgrade .net core sdk to 3.1

use `paket` and `dotnet mergenupkg` as local tool

v0.5.2

bump version

v0.5.0

correct tag

v0.4.2

release v0.4.2

v0.4.1

release v0.4.1

v0.4.0

update changelog

v0.4.0-alpha3

bump version to 0.4.0-alpha3

v0.4.0-alpha2

bump version

v0.4.0-alpha1

bump version as alpha

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support json format on flat schema, reenable json tests (#60)

Support json as format using a flat schema

reenable json tests:

- `proto schema with collection` test is skipped, expected to not work
- `proto schema with just fields (flat)` test is reenabled
- added scala json interop
    - sanity check scala -> json -> scala
    - scala -> json -> .net
    - .net -> json -> scala