Skip to content

Commit 33ad4be

Browse files
Adds V2 README file
1 parent 7e99bfd commit 33ad4be

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

V2.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# v2.0.0 Alpha 1
2+
3+
**Major rewrite of inner workings.**
4+
5+
## Current
6+
7+
* Native support for async operations;
8+
* CouchDatabase is now IQueryable and it supports the new extensions methods out of the box;
9+
* Document changes feed implemented via IAsyncEnumerable;
10+
* Proper support for Min, Max, Sum, Average, Single/OrDefault, First/OrDefault, Last/OrDefault;
11+
* Now not supported IQueryable methods throw exceptions;
12+
* More interfaces to help with testability.
13+
14+
## Future
15+
* Remove dependency on Flurl and Newtonsoft.Json;
16+
* Support for DI;
17+
* Online tool to view Mango query from LINQ.
18+
19+
## Info
20+
Pleas visit the [project board](https://github.com/matteobortolazzo/couchdb-net/projects/1) for more.

src/CouchDB.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
1010
..\CHANGELOG.md = ..\CHANGELOG.md
1111
..\LATEST_CHANGE.md = ..\LATEST_CHANGE.md
1212
..\README.md = ..\README.md
13+
..\V2.md = ..\V2.md
1314
EndProjectSection
1415
EndProject
1516
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{17AFFCE7-6EA4-4036-9885-4448FC315C57}"

0 commit comments

Comments
 (0)