Skip to content

v4.0.0

Compare
Choose a tag to compare
@k1r0s k1r0s released this 22 Aug 20:02
· 51 commits to master since this release

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