Skip to content

Commit

Permalink
Setting version to 0.7.1:
Browse files Browse the repository at this point in the history
The most significant improvements are in properties and untyped graph. Apart from this we have now near-perfect access modifiers and if a field/method can be final, it is so.

#### Properties

- Properties have now arities on both sides
- we have get and getOpt methods, with get requiring ToOne
- removed TypedGraph unique/non-unique property classes, now you can user arities directly for that

#### Untyped graph

- fixed untyped transactional graph inheritance, which was backwards; now Transactional extends UntypedGraph
- added a Transaction interface
  • Loading branch information
eparejatobes committed May 14, 2016
1 parent cc29b40 commit 7c187d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.8.0-SNAPSHOT"
version in ThisBuild := "0.7.1"

0 comments on commit 7c187d6

Please sign in to comment.