Skip to content

v0.5.0 (2019-01-12)

Compare
Choose a tag to compare
@philippgille philippgille released this 12 Jan 12:52
· 239 commits to master since this release
  • Added: Package encoding - An abstraction and wrapper for the core functionality of packages like encoding/json and encoding/gob (issue #47)
  • Added: Package sql - It contains shared code for SQL implementations. mysql and postgres already use it and if you want to create your own SQL implementation you can use it as well. (Useful for issue #57.)
  • Added gokv.Store implementations:

Breaking changes

  • The MarshalFormat enums were removed from all packages that contained gokv.Store implementations. Instead the shared package encoding was introduced (required for issue #47)