Skip to content

Ver 3.0.0

Compare
Choose a tag to compare
@neuecc neuecc released this 01 Oct 00:46
· 243 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