LiteDB v4.1.0 Release Notes

Release Date: 2017-12-17 // over 6 years ago
  • ๐Ÿ†• News 4.1

    • โž• Add UTC deserialization support (use utc=true on connection string)
    • ๐Ÿ†• New FindSort operation with paging (experimental)
    • ๐Ÿ†• New TempDiskService for temporary database
    • ๐Ÿ†• New shell detail help help <command>
    • ๐Ÿ›  Bugfix initial data-size
    • ๐Ÿ›  Bugfix logger ctor #776 @parabola949
    • Expressions:
      • Add support to Document syntax: new BsonExpression("{_id: 1, name: 'John'}")
      • Add support to Array syntax: new BsonExpression("[1, 'two', false]")
      • Add document function: EXTEND()
      • Add cast functions: INT(), DOUBLE(), STRING(), DATE() ...
      • Add date functions: DATEADD(), DATEDIFF(), YEAR(), MONTH(), DAY()