Skip to content

Latest commit

 

History

History
183 lines (166 loc) · 20.8 KB

CHANGELOG.md

File metadata and controls

183 lines (166 loc) · 20.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.0 (2021-11-08)

Features

  • action handler return Promise (9f886b5)
  • add @types/node (8c11905)
  • add action handler error report (ae3b90b)
  • add action handler error report (c278db8)
  • add base action class (176ea8b)
  • add base controller and channel (4ed9396)
  • add branch introduction (0ab15e5)
  • add channel comment (d9645e0)
  • add channel messsage debug log (09a75b9)
  • add channel timeout report (fbdb268)
  • add channel-report (7234f46)
  • add cookie activity (c57ad99)
  • add create Alloy Worker instance factory function (d6a0796)
  • add generics type for requestPromise (55110ac)
  • add generics type for requestPromise (5761383)
  • add generics type for requestPromise (5710b93)
  • add heart beat check (2f785d7)
  • add main thread and worker thread controller (1f07b22)
  • add raven to report worker thread error stack (2e69350)
  • add report proxy log color (5e751f7)
  • add report-proxy for isomorphism (4ca67e2)
  • add support for data transfer (8337170)
  • add template script empty name check (540a74f)
  • add threadAction to action (975c5eb)
  • add transfer type declation (b22d61a)
  • add type decalaration for cookie action (2800218)
  • add worker ability report (395d5f7)
  • add worker debug mode (04abadd)
  • add worker monitor report and uniform monitor (c20d6ad)
  • add worker status check class (aa546cd)
  • call worker test in page (c77839e)
  • change console warn to log (38f6cc1)
  • change interface define (b05587a)
  • change sessionId length to 16 (cceb44d)
  • change to const enum (e8fc96f)
  • change worker manifest name (31a2be1)
  • channel add timeout report (156b6f8)
  • channel rely on controller interface, no instance (1cba76f)
  • check payload buffer prop (08a8c83)
  • default channel timeout from config (8166b90)
  • export main thread worker to global for debug (9becae4)
  • export payload type (3ac56e9)
  • fix eslint error (e2192cb)
  • get cookie after worker thread init (16b543b)
  • keep worker status as property (e79f67a)
  • normal message as health heartbeat (0d3628a)
  • prevent worker thread circle create (466c68c)
  • remove duplicate worker ability test (37a6f97)
  • remove getCookie() call (96b4ccb)
  • remove usless code (00c5ed9)
  • remove worker get cookie test (f279794)
  • requesetPromise payload set as optional (3e43992)
  • response return action type (514ecae)
  • stop heartbeatcheck when terminate (1d19b11)
  • throw action handler error (2948e66)
  • throw actionHandler Promise error (b9ea8e5)
  • uniform conosle.error (18de63f)
  • uniform conosle.log (5c37ec9)
  • uniform console and error info (12db340)
  • update debug page (5c68679)
  • update default status duration to NaN (420c1c4)
  • update monitor report key (a681393)
  • update weblog report info (b503d2a)
  • worker ability action add heartbeat test (8428e4e)
  • worker controller get workerReport from global (a844ab7)
  • worker send weblog (7c51448)
  • workerReadyDuration default value to -1 (62592ce)

Bug Fixes

1.3.0 (2021-04-14)

Features

  • action handler return Promise (9f886b5)
  • add action handler error report (c278db8)
  • add action handler error report (ae3b90b)
  • add base action class (176ea8b)
  • add base controller and channel (4ed9396)
  • add channel comment (d9645e0)
  • add channel messsage debug log (09a75b9)
  • add channel timeout report (fbdb268)
  • add channel-report (7234f46)
  • add cookie activity (c57ad99)
  • add create Alloy Worker instance factory function (d6a0796)
  • add generics type for requestPromise (55110ac)
  • add generics type for requestPromise (5761383)
  • add generics type for requestPromise (5710b93)
  • add heart beat check (2f785d7)
  • add main thread and worker thread controller (1f07b22)
  • add raven to report worker thread error stack (2e69350)
  • add report proxy log color (5e751f7)
  • add report-proxy for isomorphism (4ca67e2)
  • add support for data transfer (8337170)
  • add template script empty name check (540a74f)
  • add threadAction to action (975c5eb)
  • add transfer type declation (b22d61a)
  • add type decalaration for cookie action (2800218)
  • add worker ability report (395d5f7)
  • add worker debug mode (04abadd)
  • add worker monitor report and uniform monitor (c20d6ad)
  • add worker status check class (aa546cd)
  • call worker test in page (c77839e)
  • change console warn to log (38f6cc1)
  • change interface define (b05587a)
  • change sessionId length to 16 (cceb44d)
  • change to const enum (e8fc96f)
  • change worker manifest name (31a2be1)
  • channel add timeout report (156b6f8)
  • channel rely on controller interface, no instance (1cba76f)
  • check payload buffer prop (08a8c83)
  • default channel timeout from config (8166b90)
  • export main thread worker to global for debug (9becae4)
  • export payload type (3ac56e9)
  • fix eslint error (e2192cb)
  • get cookie after worker thread init (16b543b)
  • keep worker status as property (e79f67a)
  • normal message as health heartbeat (0d3628a)
  • prevent worker thread circle create (466c68c)
  • remove duplicate worker ability test (37a6f97)
  • remove getCookie() call (96b4ccb)
  • remove usless code (00c5ed9)
  • remove worker get cookie test (f279794)
  • requesetPromise payload set as optional (3e43992)
  • response return action type (514ecae)
  • stop heartbeatcheck when terminate (1d19b11)
  • throw action handler error (2948e66)
  • throw actionHandler Promise error (b9ea8e5)
  • uniform conosle.error (18de63f)
  • uniform conosle.log (5c37ec9)
  • uniform console and error info (12db340)
  • update debug page (5c68679)
  • update default status duration to NaN (420c1c4)
  • update monitor report key (a681393)
  • update weblog report info (b503d2a)
  • worker ability action add heartbeat test (8428e4e)
  • worker controller get workerReport from global (a844ab7)
  • worker send weblog (7c51448)
  • workerReadyDuration default value to -1 (62592ce)

Bug Fixes

1.2.0 (2021-04-14)

first release