Skip to content

v0.9.0

Compare
Choose a tag to compare
@chenenyu chenenyu released this 09 Mar 09:39
· 313 commits to master since this release

router-gradle-plugin: 0.5.0
router:0.9.0
compiler:0.5.0
annotation:0.2.0

Important changes:

  1. 添加新注解Interceptor, 升级注解Route
  2. 除了支持全局拦截器外,现在支持为Activity指定特定的拦截器,详情参见wiki.

Normal changes:

  1. 重构了Matcher包,添加抽象类AbsMatcher,自定义Matcher时继承此类即可。

Breaking changes:

  1. 重构了RouteCallback