Releases: panpanini/protok
Releases · panpanini/protok
0.4.0
07 Sep 01:58
Compare
Sorry, something went wrong.
No results found
Move fields out of constructor.
instances should now be created using the Model.with { } syntax
0.3.0
08 Jul 05:21
Compare
Sorry, something went wrong.
No results found
Adds retrofit-converter-lite and runtime-lite modules which use the protobuf-lite dependency instead of protobuf-java
0.2.5
13 Mar 05:59
Compare
Sorry, something went wrong.
No results found
protoSize should call protoSizeImpl() as a getter, to support messages created by Gson using reflection
0.2.4
23 Sep 18:38
Compare
Sorry, something went wrong.
No results found
Reimplement Map.compute as it is not included in Android 6.0
0.2.3
23 Sep 14:38
Compare
Sorry, something went wrong.
No results found
Use Message.Enum for sizing enum (#55)
0.2.2
09 Sep 02:56
Compare
Sorry, something went wrong.
No results found
Runtime: UnknownField Values implement serializable
0.2.1
29 Jul 14:58
Compare
Sorry, something went wrong.
No results found
runtime: UnknownField is a data class
0.2.0
29 Jul 09:54
Compare
Sorry, something went wrong.
No results found
Changes:
remove pbandk dependency from runtime library
Add Serializable interface to protok runtime objects
0.1.0
21 Jul 06:31
Compare
Sorry, something went wrong.
No results found
v0.1.0
Return default value from enum rather than throw exception (#34)