Skip to content

Releases: k1r0s/kaop-ts

v1.3.0

30 Jul 22:23

Choose a tag to compare

<a name"1.3.0">

1.3.0 (2017-07-30)

Features

v1.2.0

16 Jun 12:02

Choose a tag to compare

<a name"1.2.0">

1.2.0 (2017-06-16)

Bug Fixes

  • CallStackIterator: fix afterMethods not called if using this.stop (fe9b2485)

Features

  • added this.stopped within advice context to know if decorated method was skipped (f9567769)

v1.1.1

16 Jun 10:18

Choose a tag to compare

<a name"1.1.1">

1.1.1 (2017-06-16)

Bug Fixes

  • CallStackIterator:
    • prevent this.next from hanging in a string (8b2fbd44)
    • isAsync regex was wrong and breaking tests (9bb6ceba)
    • Remove comments before matching (4eb3b6f3)

v1.1.0

01 Jun 21:56

Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-06-01)

Features

  • added new @onException Join Point, update source comments (58636304)

v1.0.0

31 May 21:04

Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-05-31)

Breaking Changes

  • fakeReplacement is no longer accessible. Use rawMethod instead

(b96ade18)

v0.5.2

30 May 18:45

Choose a tag to compare

<a name"0.5.2">

0.5.2 (2017-05-30)

Bug Fixes

  • wrong typings package route (1e2316b9)

v0.5.1

30 May 18:26

Choose a tag to compare

<a name"0.5.1">

0.5.1 (2017-05-30)

Bug Fixes

  • metadata.result: solved decorated methods do not return any result (e6aaac22)