Asdine Storm Versions Save

Simple and powerful toolkit for BoltDB

v3.2.1

3 years ago
  • AES: Add guard for data length to prevent panicking (thanks @vansante) #275

v3.2.0

3 years ago
  • Add new AES codec (thanks @vansante) #270 #271

v3.1.1

4 years ago

v3.1.0

4 years ago
  • Use Bolt v1.3

v3.0.0

4 years ago

Add support for Go modules

v2.2.1

4 years ago
  • Fix OrderBy with time.Time #247 (thanks @artvel)

v2.2.0

5 years ago
  • Select: Support for comparisons on pointers to time.Time (thanks @mdouchement)

v2.1.3

5 years ago
  • Use Go modules

v2.1.2

5 years ago
  • Updated bbolt import path #231 (thanks @yamamushi)

v2.1.1

5 years ago

Fix: Wrong behaviour on db.Range with Reverse method on indexed field. #218