We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad682a commit 280b164Copy full SHA for 280b164
notes/0.5.0.markdown
@@ -0,0 +1,7 @@
1
+Several breaking changes here, but mostly about names.
2
+
3
+1. We dropped `Optional<Stream<X>>` in favor of just `Stream<X>`. An empty stream signals the equivalent of none before. See #40
4
+2. We are using `E` as a _suffix_ for methods related with edges like `outE`, `inE`.
5
+3. The names for arities have changed. See #41 and #40. They are defined in `TypedEdge.java`.
6
7
+Apart from that, documentation should display better on github.com. The build plugin was also updated.
0 commit comments