You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,18 @@
1
-
# 2.0.1 (2020-09-19)
1
+
# 3.0.0 (2020-03-09)
2
+
3
+
## Breaking Changes
4
+
* Update to [Flurl 3](https://github.com/tmenier/Flurl/releases/tag/Flurl.Http.3.0.0). There should be no differences for the end user, but keep in mind.
5
+
6
+
## Features
7
+
***Table Splitting**: Ability to use the same database for different document with automatic filtering. ([#106](https://github.com/matteobortolazzo/couchdb-net/issues/106))
8
+
***Views**: Ability to get views. Thanks to [panoukos41](https://github.com/panoukos41)
9
+
10
+
## Improvements
11
+
***Logical Expressions Prune**: If expressions are constant booleans, they are removed automatically keeping the query valid. ([#113](https://github.com/matteobortolazzo/couchdb-net/issues/113))
12
+
***IsUpAsync**: Returns false on timeout and on not successful codes. ([#107](https://github.com/matteobortolazzo/couchdb-net/issues/107))
13
+
***FindAsync**: Faster when document is not found. ([#92](https://github.com/matteobortolazzo/couchdb-net/issues/92))
14
+
15
+
# 2.1.0 (2020-09-19)
2
16
3
17
## Features
4
18
***Indexes"**: Ability to create indexes. ([#102](https://github.com/matteobortolazzo/couchdb-net/issues/102))
Copy file name to clipboardExpand all lines: LATEST_CHANGE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
## Features
5
5
***Table Splitting**: Ability to use the same database for different document with automatic filtering. ([#106](https://github.com/matteobortolazzo/couchdb-net/issues/106))
6
-
***Views**: Ability to get views. Thanks to [panoukos41](https://github.com/panoukos41) ([#117](https://github.com/matteobortolazzo/couchdb-net/issues/117))
6
+
***Views**: Ability to get views. Thanks to [panoukos41](https://github.com/panoukos41)
7
7
8
8
## Improvements
9
9
***Logical Expressions Prune**: If expressions are constant booleans, they are removed automatically keeping the query valid. ([#113](https://github.com/matteobortolazzo/couchdb-net/issues/113))
0 commit comments