Skip to content

definedIn filter also works for `new Class`

Compare
Choose a tag to compare
@spaze spaze released this 01 Jul 21:43
· 83 commits to main since this release
f80ca03

Fixes
The definedIn filter added in 2.15.0 now also works correctly and as expected for new Class() statements (#203, thanks @BackEndTea)

Internal changes

  • The newest coding standard is required no changes were needed (#202)
  • Load all library files automatically in tests, otherwise class reflection doesn't class-reflect (#204)