All Versions
77
Latest Version
Avg Release Cycle
139 days
Latest Release
1033 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.