Kaop Ts Versions Save

Simple Yet Powerful Library of ES2016 Decorators with Strongly typed method Interceptors like BeforeMethod, AfterMethod, OnException, etc

v4.3.0

4 years ago

4.3.0 (2019-06-23)

Features

  • added clearAdvices utility to clear all advices on class, member or static (344f385), closes #149

v4.2.0

4 years ago

4.2.0 (2019-06-17)

Features

  • added clearMethod to remove advices from a specific class method (6ba0f7c), closes #149

v4.1.1

5 years ago

4.1.1 (2018-12-03)

Bug Fixes

  • fix afterInstance advices not being fired (6fb1ee7), closes #135

v4.1.0

5 years ago

4.1.0 (2018-11-20)

Features

  • methods decorated with async advices now return a promise which wraps the original task (5a12989), closes #118

4.0.0

5 years ago

fixes an issue https://github.com/k1r0s/kaop-ts/issues/116 with breaking changes as advices no longer execute bottom to top, but top to bottom (as intended)

  @executesFirst
  @executesNext
  @executesLast
  static doSomething() {
    ...
  }

includes two features such as

https://github.com/k1r0s/kaop-ts/issues/114 https://github.com/k1r0s/kaop-ts/issues/115

v3.1.3

6 years ago

3.1.3 (2018-01-27)

Bug Fixes

  • fix typings path on package (a057aa2), closes #66

Reverts

  • downgrade semantic release (c46d5e1)

v3.1.2

6 years ago

3.1.2 (2017-12-13)

Bug Fixes

  • (experimental) properly allow to use constructor keyword on Aspect definition obj (7a98ae9)

v3.1.1

6 years ago

3.1.1 (2017-12-13)

Bug Fixes

  • fix applyAspect correctly being apply to whole class methods including constructor (a561a3d)

v3.1.0

6 years ago

3.1.0 (2017-12-13)

Features

  • (experimental feature) applyAspect to join advice together in a single declaration (074a022)

v3.0.2

6 years ago

3.0.2 (2017-12-12)

Bug Fixes

  • removed kaop from min bundle (1176749)