Releases: monoclex/StringDB
Releases · monoclex/StringDB
StringDB 3.0.0
- A complete rewrite
- Completes way more unit tests then the previous version
- Should be more stable
StringDB 2.1.1 Hotfix
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
- Static methods now to create Database objects
- Fix some ObjectDisposedException upon closing and re-opening a stream
- Unit test fix
StringDB 2.0.0
- 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