Skip to content

Releases: ahamez/protox

1.3.2

17 Mar 08:26
1.3.2
a00a403
Compare
Choose a tag to compare
  • Bump version to build doc using ex_doc 0.24

1.3.1

24 Jan 15:29
1.3.1
b8d7429
Compare
Choose a tag to compare
  • Fix table of types mapping in documentation

1.3.0

17 Jan 09:07
1.3.0
7c9ecba
Compare
Choose a tag to compare
  • Allow namespaces through protox.generate (thanks to @sdrew)
  • Expand output path when generating files
  • More thorough testing of code generation

1.2.4

07 Dec 19:13
1.2.4
e8e5814
Compare
Choose a tag to compare
  • Fix warning when compiling generated code (thanks to @xinz)
  • Format generated code
  • Fix warning about unused variable in generated code when encoding an empty protobuf message

1.2.3

04 Dec 09:36
1.2.3
0baa4ac
Compare
Choose a tag to compare
  • Update documentation to better explain the package directive usage

1.2.2

18 Nov 22:01
1.2.2
d71fbe3
Compare
Choose a tag to compare
  • Enable listing of task protox.generate via mix help

1.2.1

04 Nov 08:54
1.2.1
8401595
Compare
Choose a tag to compare
  • Add --keep-unknown-fields option to configure support of unknown fields when generating files

1.2.0

31 Oct 20:29
1.2.0
d8c9ace
Compare
Choose a tag to compare
  • Add keep_unknown_fields option to configure support of unknown fields

1.1.1

13 Oct 15:52
1.1.1
7ace49d
Compare
Choose a tag to compare
  • Fix documentation links

1.1.0

12 Oct 16:45
1.1.0
4a5e016
Compare
Choose a tag to compare
  • Add ability to generate one file per protobuf message to speed up compilation (thanks to https://github.com/qgau)