Skip to content

v2.3.0

Compare
Choose a tag to compare
@zegl zegl released this 03 Dec 15:21
6acd15a

Features

  • 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.