Skip to content

v5.0.9

Compare
Choose a tag to compare
@lbnascimento lbnascimento released this 06 Aug 16:29
· 274 commits to master since this release

Changes

  • The LiteDatabase ctor that takes a Stream for its data storage now takes another Stream as log storage. LiteDB can now be used with custom storage solutions (as long as it implements Stream).
  • Custom serializers and deserializers can now be used even with basic BSON types. This is useful if you don't want to lose precision when storing DateTime.

Bug fixes