Skip to content

Latest commit

 

History

History
301 lines (151 loc) · 15.2 KB

CHANGELOG.md

File metadata and controls

301 lines (151 loc) · 15.2 KB

2.3.4 (2021-02-25)

2.3.3 (2021-02-20)

Bug Fixes

  • Daruk deps with requestContainer (742f978)
  • fix tests for plugin rebind (27bba60)
  • fix typings url (6d5832f)

2.3.1 (2021-01-15)

Bug Fixes

2.1.1 (2020-09-10)

Bug Fixes

Features

  • controller support middlewares (8109efc)
  • support controller middleware and publish new version (d8ce5ba)

2.1.0 (2020-09-03)

Bug Fixes

2.0.2 (2020-09-01)

Bug Fixes

2.0.1 (2020-09-01)

Bug Fixes

2.0.0 (2020-09-01)

Bug Fixes

  • build typings path (300dc7b)
  • daruk version typo in example (ed8db78)
  • fix customLogger judge (b4bb701)
  • fix test,remove ctx decorators (6b907a6)
  • lodash security alert (5de29ca)
  • remove build file (c3d77bf)
  • remove DarukCore interface (c0d3ac1)
  • remove deepDefineProperty (34307f0)
  • remove deepDefineProperty code and test; (1ab2a40)
  • remove extra unused typing (a65cbb2)
  • remove plugin before events,fix wrapMiddlewareUse (ef9c4f6)
  • test pass 100% (a032335)
  • typos (18daab0)
  • update package dependencies (c38db2a)
  • update set-value and mixin-deep security alert (3a4e726)
  • update test (5894097)

Features

0.5.8 (2019-05-20)

Bug Fixes

  • fix deepDefineProperty value judge and add deepMax limit (c669f7a)
  • rewrite koa toJSON, support middleware name (c4e6b60)
  • update version and publish new version (f044ddc)

Features

Performance Improvements

  • add type declare DarukEventName on DarukEventsClass (818aac1)

0.5.7 (2019-05-17)

Bug Fixes

Features

0.5.6 (2019-05-16)

Bug Fixes

Features

  • add koa-body in daruk and fix example (008029a)
  • index.d.ts add listen method copy from Koa (8336735)
  • update package ver and publish 0.5.6 (b16160a)
  • use primaryKey to avoid user change module part (c4cf9e3)
  • util support export object or function (#62) (e5a6bb5)

0.5.5 (2019-05-13)

Bug Fixes

  • daruk types GlobalModule,Util,Glue,Service,etc interface (7868681)
  • type decorator header (#45) (fd59ae1)
  • update new version (8c23116)

Features

0.5.4 (2019-05-12)

Bug Fixes

  • add emitter.setMaxListeners(100) default for daruk. (3793c4c)
  • auto load the default on packet (01e85f8)
  • correct Config error (#33) (55923a6)
  • debug windows ujoin (ae6a535)
  • 原始类型小写 (7a9a0b7)

Features

0.5.33 (2019-05-10)

Features

0.5.32 (2019-05-10)

Bug Fixes

  • PrefixClassDecoratorFunc (d942e87)

0.5.31 (2019-05-10)

Bug Fixes

Features

0.5.3 (2019-05-10)

Bug Fixes

  • fix routePath ujoin bug, when the path is regexp (79da79d)

0.5.2 (2019-05-10)

Features

  • add a MethodDecorator to wrap json function (8af6a0c)
  • rebuild and publish (ef2e002)
  • remove @JSON options,it must be application/json (40bba2e)
  • update new version for @JSON (e64ab59)

0.4.1 (2019-05-09)

Bug Fixes

Features

  • add listen instead of run (0a0a913)
  • add listen method instead of run (974cf85)
  • update version 0.4.1 (8833d04)

0.4.0 (2019-05-06)

Bug Fixes

Features

  • add Request,Response interface on Daruk (c57d5aa)
  • init (281d2ab)
  • optional email config (0f3ef84)
  • support multiple middleware decorators (b87d333)