Skip to content

Releases: k1r0s/kaop-ts

v4.3.0

23 Jun 15:42
Compare
Choose a tag to compare

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

17 Jun 19:39
Compare
Choose a tag to compare

4.2.0 (2019-06-17)

Features

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

v4.1.1

03 Dec 09:43
Compare
Choose a tag to compare

4.1.1 (2018-12-03)

Bug Fixes

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

v4.1.0

20 Nov 16:40
Compare
Choose a tag to compare

4.1.0 (2018-11-20)

Features

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

v4.0.0

22 Aug 20:02
Compare
Choose a tag to compare

fixes an issue #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

#114
#115

v3.1.3

27 Jan 19:08
Compare
Choose a tag to compare

3.1.3 (2018-01-27)

Bug Fixes

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

Reverts

  • downgrade semantic release (c46d5e1)

v3.1.2

13 Dec 23:39
Compare
Choose a tag to compare

3.1.2 (2017-12-13)

Bug Fixes

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

v3.1.1

13 Dec 17:14
Compare
Choose a tag to compare

3.1.1 (2017-12-13)

Bug Fixes

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

v3.1.0

13 Dec 16:38
Compare
Choose a tag to compare

3.1.0 (2017-12-13)

Features

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

v3.0.2

12 Dec 11:52
Compare
Choose a tag to compare

3.0.2 (2017-12-12)

Bug Fixes

  • removed kaop from min bundle (1176749)