You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AutoMap: Added support for more types as values in golang map. All signed ints, and byte arrays.
AutoMap: Added support for time.Time in golang struct.
AutoMap: Flag and Register helper types.
*goriak.Set: Update content and context in the Set after a successful Exec().
Custom conflict resolution: Custom conflict resolution with the new ConflictResolver interface on GetJSON. There is also a ConflictResolver() function in the query builder that you can use with both GetRaw and GetJSON. See godoc for an example.