Releases: jet/falanx
Releases · jet/falanx
v0.4.1
see https://github.com/jet/falanx/blob/master/CHANGELOG.md#v0.4.1 for detailed changelog
Fixed
- fix ProtoFile.OutputPath
v0.4.0
see https://github.com/jet/falanx/blob/master/CHANGELOG.md#v0.4.0 for detailed changelog
Added
- support the
repeated
field rule - new
Falanx.Templates
template package, with a library example - allow multiple proto files in the same project
- use
OutputPath
metadata ofProtoFile
item to specify generated .fs file path - can be used in standalone console projects, a library is not required
Changed
- the generated .fs files, by default, are alongside the .proto files, not in
obj
directory. These can be ignored with*.proto.fs
wildcard, if needed
Removed
- dependencies not needed at runtime from
Falanx.Proto.Codec.*
packages
Fixed
- the .fs file is regenerated on build if the proto file is changed
v0.4.0-alpha3 - rework sdk integration
rework sdk integration (ref #98 )
- allow multiple proto
- generated .fs files, by default, are alongside the .proto files
- use
OutputPath
metadata ofProtoFile
item to specify generated .fs file path - compile files are included at beginning of the compile list (allow use in console app)
FIX the .fs file is regenerated on build if proto file is changed
v0.4.0-alpha2 - remove unused runtime deps
- removed dependencies not needed at runtime from
Falanx.Proto.Codec.*
packages
v0.3.0 - support json format
- support json format
- renamed
Falanx.BinaryCodec
toFalanx.Proto.Codec.Binary
v0.2.0
- added
Deserialization
helper method - added
Falanx.Sdk
to integrate with .NET Sdk projects (fsproj)