Commit 7554fde
2.0.2 (#28)
* swift-docc-plugin 1.3.0
* async-http-client 1.19.0
* replaced deprecated .createNew with the new .singleton
* Adding _find capability. (#13)
* docs
* tabs
* renames
* added test for find method with body
* docs added
* findError added
* tests renamed
* added test for find method with generic type
* docs
* README updated
* updated dependencies
* docs updated
* try Swift 5.7.1
* Update build-ubuntu.yml
* Swift 5.7.3
* Revert "Swift 5.7.3"
This reverts commit ab8f67a.
* updated dependencies
* Docs updated
* Delete .github/workflows/CodeQL.yml
* dependencies updated
* fixed when update method didn’t use passed dateEncodingStrategy
* noData error added
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* …
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* rename
* tests updated
* auth fixed
* collect body bytes before returning response
* param renamed to make keep backward compatibility with old methods
* marking old find as deprecated
* private
* deprecated message
* renames
* moved deprecations
* docs
* docs
* added Codable to CouchDBRepresentable protocol
* added RowsResponse model
* docs
* Vapor tutorial updated
* docs
* docs and refactoring
* docs and refactoring
* Tutorials updated
* docs
* platforms list updated
* minimum swift version 5.8
* workflow updated
* Update build-ubuntu.yml
* Update build-macos.yml
* import NIOFoundationCompat to fix building on Ubuntu
* using async-http-client from 1.21.0. Not calling http
* Using HTTPClient.shared if eventLoopGroup not provided. No more calls httpClient.syncShutdown() if using shared singleton
* docs updated
* docs updated
* Vapor tutorial updated
* A SwiftUI tutorial
* tutorial fixed
* updated dependencies
* Package.resolved
* docs updated
* userName param is now required for CouchDB init
* cleanup
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* dependencices updated
* updated swift-docc-plugin URL. Updated dependencies to latest versions.
* Update build-ubuntu.yml
* dependencies updated
* deleted deprecated methods
* Sendable conformance
* swift-format added
* formatting
* formatting
* revert sendable
* updated dependencies
* Sensable conformance
* updated CouchDBRepresentable protocol
* Sendable conformance
* Strict concurrency implemented
* Swift 6
* docs updated
* errors and docs
* docs
* docs
* docs wip
* docs
* wip
* wip
* docs
* docs
* get only _rev
* tutorials updated
* docs
* Update README.md
* Update README.md
* updated GitHub actions configs
* dependencies updated
* updated docs
* code formatting
* refactoring
* localized error messages
* Added error messages translations
* More translations
* fixes for Linux
---------
Co-authored-by: Gregório Gevartosky Torrezan <[email protected]>1 parent fb6e880 commit 7554fde
File tree
4 files changed
+2619
-77
lines changed- Sources/CouchDBClient
- Models
4 files changed
+2619
-77
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 14 | | |
91 | 15 | | |
92 | 16 | | |
| |||
0 commit comments