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