Skip to content

Releases: chenenyu/Router

v1.0.0

01 Apr 10:59
Compare
Choose a tag to compare

gradle-plugin: 0.5.0
router: 1.0.0

  1. Supports ipc.
  2. [Fixed #15]Empty route table when there is no route annotation in lib module.
  3. Supports ActivityOptions.

v0.9.1

13 Mar 02:04
Compare
Choose a tag to compare
  1. Bug fix for 0.9.0 #12 .
  2. Add base abstract matcher for both implicit intent and explicit intent.

v0.9.0

09 Mar 09:39
Compare
Choose a tag to compare

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

v0.8.0

02 Mar 03:04
Compare
Choose a tag to compare

router-gradle-plugin: 0.4.0
router: 0.8.0
router-compiler: 0.4.0

CN:

  1. 优化接入流程,改善初始化异常提醒。
  2. 不仅支持javac编译链,新增对JackAndJill编译链的支持!

EN:

  1. Optimizes integration procedure, and improves exception log.
  2. Supports both javac toolchain and jackandjill toolchain!

v0.7.0

24 Feb 07:54
Compare
Choose a tag to compare

router v0.7.0

  1. Fix RouteOptions reset() bug.
  2. Add friendly notice when initializing failed.

v0.6.0

22 Feb 09:36
Compare
Choose a tag to compare

gradle-plugin: 0.3.0
router: v0.6.0
compiler: v0.3.0

1.支持配置多个productFlavor并且applicationId不一致的情况
2.添加绿色通道skipInterceptors(),即跳过所有拦截器

v0.5.0

17 Jan 05:47
Compare
Choose a tag to compare
  1. router-gradle-plugin v0.2.0. Provide support for specifying the version of router and compiler.
  2. router v0.5.0. Update matcher.

New integration system

13 Jan 01:58
Compare
Choose a tag to compare
  1. router-gradle-plugin v0.1.0
  2. router v0.4.0
  3. compiler v0.2.0
  4. annotation v0.1.0

Supports cross-module route now!

v0.3.0

06 Jan 10:09
Compare
Choose a tag to compare

Refactor Matcher! 👏

v0.2.0

03 Jan 10:19
Compare
Choose a tag to compare
  1. Support implicit intent.
  2. Log support.
  3. Support url matcher.
  4. Other improvements.