Asdine Storm Versions Save

Simple and powerful toolkit for BoltDB

v2.1.0

6 years ago

Features:

v2.0.2

6 years ago
  • Bug fix: Prefix fail with ID fields #196

v2.0.1

6 years ago
  • Bug fix: Add missing interfaces

v2.0.0

6 years ago

v1.1.0

6 years ago
  • New method: Prefix. Returns records with fields starting with the given prefix, uses indexes when available #179
  • Bug fix: bad results when fetching from index when using Reverse #184
  • Bug fix: race condition on Update when reusing reflect.Value with Batch mode on #185
  • Bug fix: panic on Select when using OrderBy, Limit and Skip #178

v1.0.1

6 years ago
  • Prevent index removal when using Update with a zero value #170

v1.0.0

6 years ago
  • The API and database structure are now stable 🎉

v0.8.1

6 years ago
  • Select: OrderBy can now take multiple parameters #152
  • q package: Support of uint #158

v0.8.0

7 years ago
  • Fix Query panic when selecting wrong field name #145
  • Fix infinite loop on PrefixScan #120
  • Fix disappearing values when usingOrderBy #141
  • New GetBytes and SetBytes methods #122
  • Select: New method Each to iterate over a bucket #135

v0.7.0

7 years ago
  • Bug fix: PrefixScan and RangeScan scan also records #117
  • Feature: Add q.In() support to Select #108
  • Feature: Add q.Not() support to Select #109
  • Bug fix: Using Query to find records with nil values on indexed fields #114