Skip to content

Commit ba07678

Browse files
Updates changedlog.
1 parent 74aa4f1 commit ba07678

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# 1.0.1-beta.3 (2019-04-03)
1+
# 1.0.1-beta.4 (2019-04-25)
2+
3+
## Features
4+
* **CouchClient:** add FindManyAsync(ids) ([#PR33](https://github.com/matteobortolazzo/couchdb-net/pull/33)).
5+
* **CouchClient:** add QueryAsync(someMangoJson) ([#PR32](https://github.com/matteobortolazzo/couchdb-net/pull/32)).
6+
* **CouchClient:** add QueryAsync(someMangoObject) ([b4dd1b2](https://github.com/matteobortolazzo/couchdb-net/commit/b4dd1b2)).
7+
8+
## Bug Fixes
9+
* **_find:** removed T : IComparable from In() and Contains() methods ([#PR31](https://github.com/matteobortolazzo/couchdb-net/pull/31)).
10+
* **_find:** fix single element array queries. ([#PR34](https://github.com/matteobortolazzo/couchdb-net/pull/34)).
11+
12+
# 1.0.1-beta.3 (2019-04-03)
213

314
## Breaking Changes
415
* **_find:** from r.prop.FieldExists() to r.FieldExists("someprop").

LATEST_CHANGE.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Breaking Changes
2-
* **_find:** from r.prop.FieldExists() to r.FieldExists("someprop").
1+
## Features
2+
* **CouchClient:** add FindManyAsync(ids) ([#PR33](https://github.com/matteobortolazzo/couchdb-net/pull/33)).
3+
* **CouchClient:** add QueryAsync(someMangoJson) ([#PR32](https://github.com/matteobortolazzo/couchdb-net/pull/32)).
4+
* **CouchClient:** add QueryAsync(someMangoObject) ([b4dd1b2](https://github.com/matteobortolazzo/couchdb-net/commit/b4dd1b2)).
35

4-
## Features
5-
* **CouchClient:** implements protected virtual void Dispose(bool disposing).
6-
7-
## Improvements
8-
* **Global:** FxCop analizers add to the project.
6+
## Bug Fixes
7+
* **_find:** removed T : IComparable from In() and Contains() methods ([#PR31](https://github.com/matteobortolazzo/couchdb-net/pull/31)).
8+
* **_find:** fix single element array queries. ([#PR34](https://github.com/matteobortolazzo/couchdb-net/pull/34)).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@ Action<ClientFlurlHttpSettings> flurlConfigFunc
329329

330330
## Contributors
331331

332-
Thanks to [Ben Origas](https://github.com/borigas) for features, ideas and tests like SSL custom validation, multi queryable, async deadlock, cookie authenication and others.
332+
Thanks to [Ben Origas](https://github.com/borigas) for features, ideas and tests like SSL custom validation, multi queryable, async deadlock, cookie authenication and many others.

0 commit comments

Comments
 (0)