Skip to content

Releases: panpanini/protok

0.4.0

07 Sep 01:58
fc72170

Choose a tag to compare

Move fields out of constructor.

instances should now be created using the Model.with { } syntax

0.3.0

08 Jul 05:21
877db97

Choose a tag to compare

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

Choose a tag to compare

  • protoSize should call protoSizeImpl() as a getter, to support messages created by Gson using reflection

0.2.4

23 Sep 18:38

Choose a tag to compare

  • Reimplement Map.compute as it is not included in Android 6.0

0.2.3

23 Sep 14:38
6aaeb37

Choose a tag to compare

Use Message.Enum for sizing enum (#55)

0.2.2

09 Sep 02:56
90a605d

Choose a tag to compare

Runtime: UnknownField Values implement serializable

0.2.1

29 Jul 14:58
7d5f1e7

Choose a tag to compare

  • runtime: UnknownField is a data class

0.2.0

29 Jul 09:54
7d5f1e7

Choose a tag to compare

Changes:

  • remove pbandk dependency from runtime library
  • Add Serializable interface to protok runtime objects

0.1.0

21 Jul 06:31
a80cf1c

Choose a tag to compare

v0.1.0

Return default value from enum rather than throw exception (#34)