Releases: GEBIT/protobuf-dt
Releases · GEBIT/protobuf-dt
2.6.2
10 Jan 16:46
Compare
Sorry, something went wrong.
No results found
Fixes:
#9 - Loading .proto files from dependency .jars does not work on Windows, but works on macOS/Linux
2.6.1
29 Nov 15:12
Compare
Sorry, something went wrong.
No results found
Fixes:
#8 - Maven-only dependency resolver fails with m2eclipse 1.x
2.6.0
25 Nov 10:40
Compare
Sorry, something went wrong.
No results found
Fixes:
#6 - The allow_alias is ignored
#7 - Dependency inclusion only works for Java projects, not (pure) Maven projects
2.5.4
23 Aug 08:54
Compare
Sorry, something went wrong.
No results found
Fixes some formatting issues related to oneof brackets: see issue #5
2.5.3
21 Aug 09:30
Compare
Sorry, something went wrong.
No results found
This release fixes a bug in the implementation of issue #1 which didn't correctly include dependencies that are internally managed within a dependency container (like Maven dependencies) into the .proto scan.
2.5.2
16 Aug 09:35
Compare
Sorry, something went wrong.
No results found
This release adds several new validations, mostly requested in issue #4 :
duplicate field names in messages
duplicate values in enums
duplicate indices in enums
indices clashing with reserved ranges in enums
values clashing with reserved values in enums
2.5.1
14 Aug 10:02
Compare
Sorry, something went wrong.
No results found
This adds support for importing .proto files from:
.jar files in the classpath of a project
source directories as well as .jar files on the classpath of another referenced project
See also issue #1
2.5.0
14 Aug 09:41
Compare
Sorry, something went wrong.
No results found
This adds support for importing .proto files from:
.jar files in the classpath of a project
source directories as well as .jar files on the classpath of another referenced project
See also issue #1
2.4.4
15 Jul 07:20
Compare
Sorry, something went wrong.
No results found
This release allows the reserved keyword also for enums (#3 )
2.4.3
28 Jun 21:51
Compare
Sorry, something went wrong.
No results found
This fixes/adds #2 : Add support for formatting the protobuf source files according to the google style guide