Skip to content

v0.4.0

Compare
Choose a tag to compare
@enricosada enricosada released this 04 Jan 17:32
· 182 commits to master since this release

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 of ProtoFile 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