Skip to content

v1.2.2

Compare
Choose a tag to compare
@quinchs quinchs released this 13 Jul 18:25
· 25 commits to dev since this release

This release fixes bugs related to F# compatibility with options and anonymous types.

Added

  • (#46) Added new Query* methods that accept an anonymous type for query arguments, ex:
    await client.QueryAsync("select <str>$arg", new 
    {
        arg = "My anonymous-type argument"
    });
  • (#60) Added support for database config in project metadata.

Fixed

  • (#56) Fixed anonymous type deserialization.
  • (#58) Fixed serialization and deserialization of option and voption in F#