Releases: asdine/storm
Releases · asdine/storm
v2.1.0
Features:
- Field comparison matchers
EqF
,GtF
, etc. #201 by @covrom (documentation) - New
KeyExists
method #210 (documentation)
v2.0.2
v2.0.1
v2.0.0
- Storm now uses https://github.com/coreos/bbolt instead of https://github.com/boltdb/bolt.
- The v1 database is compatible with the v2
- Deprecated functions have been removed
v1.1.0
- 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 reusingreflect.Value
withBatch
mode on #185 - Bug fix: panic on
Select
when usingOrderBy
,Limit
andSkip
#178