Changelog for greskell-0.2.0.1
Revision history for greskell
0.2.0.1 -- 2018-06-24
- .cabal: Now
hint-testflag hasmanual: Truesetting. The hint-test may be sometimes unstable, so the user should be able to disable it in a stable way. See https://github.com/commercialhaskell/stackage/pull/3758
0.2.0.0 -- 2018-06-21
- Confirmed test with
aeson-1.4.0.0andhint-0.8.0.
Graph module
-
[BREAKING CHANGE]: Now
AVertex,AEdge,AVertexPropertyare based onGValuetype, instead ofGraphSON Value. This is for taking care of possibly nested GraphSON-encoded values in a generic way. -
[BREAKING CHANGE]:
parseOneValue,parseListValues,parseNonEmptyValuesfunctions now requireFromGraphSONconstraint, instead ofFromJSON, because property types ofAVertexetc have changed. -
Add
Cardinalitytype and its enum instances. -
Add
KeyValuetype and(=:)operator. -
(internal change):
PropertyMapGenericis now based onHashMap.Strict.
The top Data.Greskell module
- Re-export
GMapandAsIteratormodules.
GTraversal module
- Add
gV,gV',gAddE,gAddE',gFrom,gTo,gProperty,gPropertyV,sAddV,sAddV'.
0.1.1.0 -- 2018-04-08
- Add Semigroup instance to PropertyMapSingle and PropertyMapList.
- Confirmed test with base-4.11 (with hint-test and server-test disabled)
0.1.0.0 -- 2018-03-12
- First version. Released on an unsuspecting world.