Skip to content

Commit fd3b890

Browse files
authored
update readme, fix ci (#12)
* update readme, fix ci - update readme - fix ci for nightlies * debug * disable nightly
1 parent bb3862e commit fd3b890

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
version:
1515
- '1.6'
1616
- '1' # automatically expands to the latest stable 1.x release of Julia
17-
- nightly
1817
os:
1918
- ubuntu-latest
2019
arch:

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ julia = "1.6"
3131
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3232
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3333
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
34+
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
35+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
36+
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
3437

3538
[targets]
36-
test = ["Test", "Random", "URIs"]
39+
test = ["Test", "Random", "URIs", "HTTP", "Dates", "TimeZones"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ Not all OpenAPI features are supported yet, e.g.:
200200
- native representaion of some of the string formats, e.g. uuid, url
201201
- read-only and write-only properties
202202
- authentication schemes
203+
- [`deepObject`](https://swagger.io/docs/specification/serialization/)s in query parameters
203204

204205
There could be more unsupported features than what is listed above.
205206

0 commit comments

Comments
 (0)