Skip to content

Releases: asdine/storm

v2.1.0

11 Mar 15:48
a86fa5e
Compare
Choose a tag to compare

Features:

v2.0.2

06 Jan 15:24
Compare
Choose a tag to compare
  • Bug fix: Prefix fail with ID fields #196

v2.0.1

06 Jan 13:42
Compare
Choose a tag to compare
  • Bug fix: Add missing interfaces

v2.0.0

03 Dec 12:39
dbd3772
Compare
Choose a tag to compare

v1.1.0

09 Sep 17:16
Compare
Choose a tag to compare
  • 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

26 Jul 16:58
Compare
Choose a tag to compare
  • Prevent index removal when using Update with a zero value #170

v1.0.0

16 Jul 08:46
Compare
Choose a tag to compare
  • The API and database structure are now stable 🎉

v0.8.1

01 Jun 21:01
Compare
Choose a tag to compare
  • Select: OrderBy can now take multiple parameters #152
  • q package: Support of uint #158

v0.8.0

17 Apr 09:39
Compare
Choose a tag to compare
  • 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

07 Jan 09:30
Compare
Choose a tag to compare
  • 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