Releases: moaxcp/graph-dsl
Releases · moaxcp/graph-dsl
0.4.3
Adding fix for closeAndPromoteRepository
0.4.2
Switched from maven-publish to maven plugin
0.4.1
Fixes for maven-publish plugin.
0.4.0
Artifacts publish to nexus automatically
0.3.0
Added delegate support for Edges and Vertices
Added VertexMapPlugin and EdgeMapPlugin
0.2.0
- Optimized codenarc configuration using the ruleset method.
- Updated gradle to version 3.3.
- Added Plugin interface for all Plugins to implement.
- Added plugins property to Graph which contains all plugins applied to the Graph.
- Only allow a plugin to be applied to a Graph once.
0.1.2
Merge branch 'release/0.10.2'
0.1.1
Merge tag '0.10.1' into develop
master should now be published to sonar.
0.1.0
Adding plugin support and DirectedGraph plugin.