Skip to content

v0.5.0

Compare
Choose a tag to compare
@lijunle lijunle released this 07 Jun 13:51
· 109 commits to master since this release
  1. Breaking change: Remove prefix type overload on RoutePrefix and ViewPrefix attribute
  2. Breaking change: Add RouteInherit to inherit routing information from another type
  3. Breaking change: Before attribute does not following base class chain, turn to follow RouteInherit chain.
  4. Breaking changes: Throw exception when multiple BeforeAttribute is decorated on same method/class/interface
  5. Interface is fully supported from bottom up. Its functionalities are covered by lots of test cases.
  6. Optimize the prefix lookup performance.