Archived
1
0
Fork 0
Commit graph

12 commits

Author SHA1 Message Date
469ba4d7bf Use JSON.stringify() for pure object in STP._string 2022-07-30 20:29:25 +09:00
272269339e [v2.1.1] fix axios type bug 2022-06-13 21:06:21 +09:00
c73c5c7088 [v2.1.0] simplify generated code of apiRouter; remove utils symlink 2022-06-13 19:03:12 +09: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
33834a89a9 fix FullDate stringify in Axios params
use local timezone instead of UTC in FullDate
2020-05-24 01:23:42 +09:00
supmiku39
10c1a3655d make number convertible to boolean 2020-04-16 02:05:04 +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
65482a6890 publish to npmjs; specify FullDate constructor type
change the package name in generated code
2020-04-10 21:17:34 +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
7c352d4f37 implement FullDate getter, setter, function
getter: date, year, month, day, dayOfWeek
setter: year, month, day
function: advance
2020-04-06 00:57:52 +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