Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@nozzlegear nozzlegear released this 28 Mar 16:56
· 22 commits to master since this release
3.0.0
  • Merged the F# and C# clients into the same Davenport package, version 3.0.0 on Nuget.
  • The original C# code has been removed and instead the package was rewritten in F# and wraps several classes in the Davenport.Csharp namespace.
  • The F# module now supports multiple types per database, where before you were locked to one single type per database and deserializing the wrong document could throw an error.
    • This allows for much more idiomatic usage of CouchDB, where it's intended to store several types of documents per database and then associate them together with views.