Archived
1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
supmiku39
bee45e6e4b v1.1.2-a 2020-04-11 02:32:54 +09:00
supmiku39
9b668f0b2f fix README.md APIPromise#on
fix codegen indent bug
2020-04-11 02:22:47 +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
988f49f18b write README.md 2020-04-09 20:21:58 +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
8f97095fbc forgot to build 2020-04-06 01:09:37 +09:00
supmiku39
71c9334dcd update version to 1.0.1 2020-04-06 01:00:29 +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