Skip to content

Releases: ostafen/clover

v1.2.0

21 May 17:03
Compare
Choose a tag to compare

This version brings important changes to the core of the library.

  • Documents are now serialized using gob
  • Support for int64/uint64, time.Time and []byte
  • Possibility to write criteria with conditions involving multiple fields
  • Minor fixes and improvements

v1.1.0

30 Apr 07:44
Compare
Choose a tag to compare

This release adds several improvements, fixes and useful utilities:

  • Sorting
  • Skip/Limit criteria
  • JSON inport/export
  • An in-memory StorageEngine
  • More detailed documentation
  • UpdateById() and ReplaceById() methods
  • Save() method

v1.0.1

17 Apr 09:14
Compare
Choose a tag to compare
Fix wrong comparison of floats in function compareValues

v1.0.0

17 Apr 09:14
Compare
Choose a tag to compare
Remove unused functions