Skip to content

Releases: CrissNamon/aide

1.3

07 Feb 10:59
4a3eb7f
Compare
Choose a tag to compare
  • Added ExecutableFilter to check if Executable can be wrapped with LambdaWrapperHolder
    • ExecutableFilter.PUBLIC_ONLY is now default (only public methods allowed)
    • ExecutableFilter.ANY disables any checks
    • LambdaWrapperHolder.setFilter(ExecutableFilter filter) sets new filter
  • Added SwitchConditional
    • Can return value or execute action
    • Can have break; or not as standard switch-case

1.2

04 Feb 20:48
d217e80
Compare
Choose a tag to compare
1.2
Merge pull request #11 from CrissNamon/dev

Fixed versions

1.1

03 Feb 20:27
62f2821
Compare
Choose a tag to compare
1.1
Merge pull request #6 from CrissNamon/dev

1.1

1.0

01 Feb 19:27
ac1faea
Compare
Choose a tag to compare
1.0
Merge pull request #5 from CrissNamon/dev

Fixed README