Skip to content

Releases: monoclex/StringDB

StringDB 3.0.0

12 Jun 22:55
Compare
Choose a tag to compare
  • A complete rewrite
  • Completes way more unit tests then the previous version
  • Should be more stable

StringDB 2.1.1 Hotfix

09 Jun 03:58
Compare
Choose a tag to compare

I'm ashamed that this even has to exist.
I'm rewriting unit tests ASAP to get much, much, better QC on this thing soon.

StringDB 2.1.0

08 Jun 13:59
Compare
Choose a tag to compare
  • Static methods now to create Database objects
  • Fix some ObjectDisposedException upon closing and re-opening a stream
  • Unit test fix

StringDB 2.0.0

08 Jun 02:38
Compare
Choose a tag to compare
  • Poorly implement IDisposable
  • Fix a bug when inserting two different keys in the same InsertRange
  • Fix a bug when reading back a database doesn't properly set the IndexChain
  • New database format to save space
  • Fixed a bug where foreach didn't perform as great as it possibly could
  • Can check the amount of bytes of overhead StringDB uses
  • Database Versions
  • Ditch Dictionary<> and Tuple<> for ICollection<KeyValuePair<string, string>>s

StringDB 1.0.0

06 Jun 14:55
Compare
Choose a tag to compare

StringDB 1.0.0 Released