Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release combines fixes for a few issues on github. * [#75](#75) Vertex.name, Edge.one, and Edge.two is now @PackageScope. This only affects code that is @CompileStatic for now due to [GROOVY-3010](https://issues.apache.org/jira/browse/GROOVY-3010). * [#74](#74 and edges may now be deleted. A vertex cannot be deleted if there are edges referencing it. * [#73](#73) Added EdgeWeightPlugin. This plugin adds the Weight trait to each edge. Traversal methods are ordered by edge weight. There were also several other changes that were not an issue on github: Updated gradle to 3.5. Refactored gradle script to use the plugins closure when possible. gradle-gitflow does not work with the closure because it is not in the gradle repository. This is another reason to update the plugin. Spock was also updated to 1.1. Added edgeTraits and vertexTraits. These methods will ensure traits are applied to current and future edges and vertices. Added tests to provide more code coverage in jacoco. Added more usage details to README.md
- Loading branch information