dependabot[bot]
9f3dc57307
Bump axios from 0.19.2 to 0.21.1
...
Bumps [axios](https://github.com/axios/axios ) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 23:35:43 +00:00
sup39
16d4c6c011
update dependencies
2020-08-17 13:15:55 +08:00
sup39
85c026ba01
object-type properties conversion in req func
...
Change Full#advance and implement Full#advanced
2020-08-17 13:12:34 +08:00
sup39
771c34b8c8
implement $ref support for responses, parameters, requestBody
2020-05-24 15:15:53 +09:00
sup39
ff1c909dc7
move qs from dev- to dependencies
2020-05-24 01:30:58 +09:00
sup39
68d03e2963
amend version to 2.0.4
2020-05-24 01:26:26 +09:00
sup39
33834a89a9
fix FullDate stringify in Axios params
...
use local timezone instead of UTC in FullDate
2020-05-24 01:23:42 +09:00
sup39
ed584b1f11
fix clientOnly code: remove CTX
2020-05-20 05:54:19 +09:00
sup39
3d2fea95cb
implement required
property of schema
...
client-only codegen
2020-05-20 05:17:08 +09:00
sup39
456cb9d119
fix Config supmiku39->sup39
2020-05-07 00:26:53 +09:00
sup39
681f9efd76
move supmiku39 to sup39
2020-04-29 23:04:29 +09:00
supmiku39
10c1a3655d
make number convertible to boolean
2020-04-16 02:05:04 +09:00
supmiku39
d51c345867
use IState as a generic type and remove it from api-codegen
2020-04-15 17:34:34 +09:00
supmiku39
6ab69e4141
fix api-codegen -s not working bug
2020-04-15 07:56:12 +09:00
supmiku39
d76000a1e4
[v2.0.0] simplify generated code, change some types
...
- merge all APIPromise class
- remove IServerAPI and IClientAPI
- remove res Object, return [status, body] in ServerAPI instead
- remove schema classes, use interface instead
- `-s` flag for `ctx.state` interface path
2020-04-15 07:45:51 +09:00
supmiku39
c482e91cbc
expose fields of schemas to XXX.fields
2020-04-15 07:15:54 +09:00
supmiku39
bee45e6e4b
v1.1.2-a
2020-04-11 02:32:54 +09:00
supmiku39
65482a6890
publish to npmjs; specify FullDate constructor type
...
change the package name in generated code
2020-04-10 21:17:34 +09:00
supmiku39
3b1562315d
rename package name
2020-04-10 19:47:08 +09:00
supmiku39
26d531c26e
implement FullDate#distanceFrom(d0)
...
fix FullDate timezone bug, use UTC instead
2020-04-09 19:45:32 +09:00
supmiku39
87615616d6
fix Partial constructor, enhance error msg
...
add more info to BadValueError
special message on undefined and null
trace the location where the error is thrown
add int32 STP
fix STP null argument bug
2020-04-08 20:17:57 +09:00
supmiku39
71c9334dcd
update version to 1.0.1
2020-04-06 01:00:29 +09:00
supmiku39
75674df502
ClientAPI, ServerAPI interface, Schema TS codegen
...
ClientAPI: use Axios
ServerAPI: use @koa/router
FullDate: wrapped Date only class
APIPromise: enhanced Promise on api response
application/json only(multipart/*, image/*, ... are not supported)
get, post, put, delete, patch only
2020-04-05 00:57:34 +09:00