All Versions
77
Latest Version
Avg Release Cycle
139 days
Latest Release
1406 days ago

Changelog History
Page 7

  • v0.0.5-alpha6 Changes

    • More work on Result helper.
    • ๐Ÿ”‹ Feature: .getField() overload helper. Example: .get("id")["Name"] returns field Name.
    • ๐Ÿ”‹ Feature: +,-,*,/,>,< etc.. expression operator overloading.
    • ๐Ÿ”‹ Feature: Implicit operator overrides. Example: (r.expr(1) + 1).run().
    • ๐Ÿ”„ ChangeFeeds unit tests passing.
    • โœ… MetaDbs unit tests passing.
    • ๐Ÿ‘ Better support for POCO byte[] binary.
    • ๐Ÿ›  Fixed bug in Cursor[T].BufferedItems. Respects native reql_type.
    • ๐Ÿ‘ Better support for group()-ed results.
    • ๐Ÿšš Moved reql_type converters to Newtonsoft's JsonConverter engine.
  • v0.0.5-alpha5 Changes

    • ๐Ÿ›  Fixed #8: NullReference exception when querying non-existent DB.
  • v0.0.5-alpha4 Changes

    • AST: added uuid(expr)
    • ๐Ÿ”‹ Feature: Anonymous typed args. Example: getAll(...)[new {index = "foo"}].run()
    • ๐Ÿ›  Fixed bugs in r.binary() when building AST.
    • ๐Ÿ›  Fixed bugs in geometry deserialization.
    • ๐Ÿ›  Fixed Cursor bug in cursor continuation.
    • โœ… Binary unit tests passing.
    • โœ… Times Constructors unit tests passing.
    • โœ… DatumNumber unit tests passing.
    • โœ… Default unit tests passing.
    • โœ… DatumObject unit tests passing.
    • โœ… Json unit tests passing.
    • โœ… Geo constructors unit tests passing.
    • โœ… GeoGeo json unit tests passing.
    • โœ… GeoOperations unit tests passing.
    • โœ… GeoPrimitives unit tests passing.
    • โœ… Match unit tests passing.
  • v0.0.5-alpha3 Changes

    • ๐Ÿ‘ Cursor support for sequence / partial results (example getAll).
    • ๐Ÿ‘‰ Make .run dynamic.
    • โž• Added faster .runCursor for queries expecting a cursor.
  • v0.0.5-alpha2 Changes

    • Implemented driver prefetching.
    • ๐Ÿ‘Œ Support for inserting POCO objects in tables.
    • ๐Ÿ‘Œ Support for retrieving POCO objects from tables.
    • More accurate DateTime conversions.
  • v0.0.5-alpha1 Changes

    • ๐Ÿ‘Œ Support for .NET Core / DNX Runtime.
    • ๐Ÿ‘Œ Support for Mono / Linux Runtime.
    • Convert Func0 in AST.
  • v0.0.4-alpha9 Changes

    • ๐Ÿ›  Fixed bug in Reql Function lambda FUNCALL AST ordering.
    • Best practice - avoid using C# "is" operator in Util.ToReqlAst.
  • v0.0.4-alpha8 Changes

    • โšก๏ธ AST Update
    • More signatures for table.indexCreate.
    • ๐Ÿ‘ Allow JavaScript in places for ReqlFunction1.
    • r.desc and r.desc can accept functions
  • v0.0.4-alpha7 Changes

    • โœ… Ensure latest Common.Logging is used.
  • v0.0.4-alpha6 Changes

    • โœ‚ Removed unnecessary dependency on extension methods utility.