v5.0.9
Changes
- The
LiteDatabasector that takes aStreamfor its data storage now takes anotherStreamas log storage. LiteDB can now be used with custom storage solutions (as long as it implementsStream). - 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.