You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-30Lines changed: 20 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
ScalaPB
2
-
=======
1
+
# ScalaPB
3
2
4
3
[](https://index.scala-lang.org/scalapb/scalapb/scalapb-runtime)
5
4
@@ -24,12 +23,11 @@ results in a significant improvement in incremental compilations.
24
23
Another cool feature of ScalaPB is that it can optionally generate methods
25
24
that convert a Java protocol buffer to a Scala protocol buffer and vice versa.
26
25
This is useful if you are gradually migrating a large code base from Java
27
-
protocol buffers to Scala. The optional Java conversion is required if you
26
+
protocol buffers to Scala. The optional Java conversion is required if you
28
27
want to use `fromAscii` (parsing ASCII representation of a protocol buffer).
29
28
The current implementation delegates to the Java version.
30
29
31
-
Highlights
32
-
==========
30
+
# Highlights
33
31
34
32
- Supports proto2 and proto3
35
33
@@ -47,18 +45,15 @@ Highlights
47
45
48
46
- Support extensions (since 0.6.0)
49
47
50
-
Versions
51
-
========
48
+
# Versions
52
49
53
-
Version | Description
54
-
------- | -----------
55
-
0.6.x | Stable. Supports Protobuf 2.6.x to 3.5.x
56
-
0.5.x | Supports Protobuf 2.6.x and Protobuf 3.1.x.
57
-
0.4.x | Stable, unsupported. Works with Protobuf 2.6.x
0 commit comments