Skip to content

Ver 3.0.0

Choose a tag to compare

@neuecc neuecc released this 01 Oct 00:46
· 432 commits to master since this release
6c3bd87

Improvement

  • New CommandAppFilter to hook event instead of Interceptor
  • New ConsoleAppOptions that can set StrictOption, ShowDefaultCommand, JsonSerializerOptions and GlobalFilters.
  • Class.Method routing to class method command (Class.Method command also work for backward compatibility)

Breaking Changes

  • Interceptor is removed, use CommandAppFilter instead.
  • JsonSerializerOptions get from ConsoleAppOptions