Skip to content

Latest commit

 

History

History
296 lines (114 loc) · 7.43 KB

CHANGELOG.md

File metadata and controls

296 lines (114 loc) · 7.43 KB

0.5.5 (2024-08-29)

0.5.4 (2021-10-06)

Bug Fixes

  • error property of undefined (62beec3)

Features

  • console: turn off console warnings for static getters (f59fce4)

0.5.3 (2021-08-18)

Bug Fixes

  • unaop: fixed reinitialization of aop hook after it was cleared by unaop (#3) (5fccd3c)

0.5.2 (2021-03-27)

Features

  • aop: added support for hooking constructor (6fc48c7)

0.5.1 (2020-12-05)

Features

0.5.0 (2020-10-04)

Features

  • aroundmethod: call only last aroundMethod hook (bcf42f9)
  • trap: added new meta property to argument for all trap (fa9d314)

0.4.1 (2020-09-19)

Bug Fixes

  • added js file extension to dist (799f63c)

0.4.0 (2020-09-16)

Features

  • aroundmethod: call all defined aroundMethod hooks (5d5f4c8)

0.3.6 (2020-07-29)

Features

  • static: static methods, getters and setters are hooked only for defined names (a6881fb)

0.3.5 (2020-07-23)

Features

  • aroundmethod: added original method to meta for arround hook (f83eae1)

0.3.4 (2020-03-18)

0.3.3 (2020-02-28)

Bug Fixes

  • class: returnig value from static getter is not modified (100295d)

0.3.2 (2020-01-05)

Bug Fixes

  • static methods, getters and setters not throw error during hooking (911216d)

0.3.1 (2019-12-16)

Bug Fixes

  • returning value from static getter (2189021)

0.3.0 (2019-12-09)

Features

  • static: added support for static getter, setter and method (d94583a)

0.2.1 (2019-08-29)

Bug Fixes

  • trap: must keep context of called method (f88f26f)

0.2.0 (2019-08-11)

Bug Fixes

  • trap: createCallTrap works for global object console (78d7de8)

0.1.3 (2019-07-12)

Bug Fixes

  • aop: builtin Object hasOwnProperty call (fd2b69a)

0.1.2 (2019-05-19)

0.1.1 (2019-04-26)

0.1.0 (2019-04-23)

0.0.11 (2019-04-18)

Bug Fixes

  • constructable: fixed detection of constructable function (d68389c)

0.0.10 (2019-04-18)

Bug Fixes

  • aop: cunstructable function is not hook for static getter (c40c7b0)

0.0.9 (2019-04-09)

Bug Fixes

  • hook: added missing hooks name for setter (2a652f6)

Features

  • class: added aop to class static method (937873d)

0.0.8 (2018-12-14)

Features

  • main: to-aop exports hookName and all traps (195fcf5)

0.0.7 (2018-12-08)

Bug Fixes

  • instance: fixing aop for instance which use proxy (c28aeb7)

0.0.6 (2018-10-12)

Features

  • aop: the method may be called more times for class (5922d14)

0.0.5 (2018-08-30)

Features

  • class: allow hook traspiled ES6 class to es5 (9d5774e)

0.0.4 (2018-08-02)

Bug Fixes

  • file: fix case sensitive for file structure (8662df2)

0.0.3 (2018-08-02)

Features

  • hook: added new exported method createHook and hookFor (5bc390c)

BREAKING CHANGES

  • hook: Method createPattern was renamed to createAspect. The arguments order was changed in aop method.

0.0.2 (2018-07-27)

Features