Releases: chenenyu/Router
Releases · chenenyu/Router
v1.0.0
01 Apr 10:59
Compare
Sorry, something went wrong.
No results found
gradle-plugin: 0.5.0
router: 1.0.0
Supports ipc.
[Fixed #15 ]Empty route table when there is no route annotation in lib module.
Supports ActivityOptions.
v0.9.1
13 Mar 02:04
Compare
Sorry, something went wrong.
No results found
Bug fix for 0.9.0 #12 .
Add base abstract matcher for both implicit intent and explicit intent.
v0.9.0
09 Mar 09:39
Compare
Sorry, something went wrong.
No results found
router-gradle-plugin: 0.5.0
router:0.9.0
compiler:0.5.0
annotation:0.2.0
Important changes:
添加新注解Interceptor , 升级注解Route 。
除了支持全局拦截器外,现在支持为Activity指定特定的拦截器,详情参见wiki .
Normal changes:
重构了Matcher包,添加抽象类AbsMatcher ,自定义Matcher时继承此类即可。
Breaking changes:
重构了RouteCallback 。
v0.8.0
02 Mar 03:04
Compare
Sorry, something went wrong.
No results found
router-gradle-plugin: 0.4.0
router: 0.8.0
router-compiler: 0.4.0
CN:
优化接入流程,改善初始化异常提醒。
不仅支持javac编译链,新增对JackAndJill编译链的支持!
EN:
Optimizes integration procedure, and improves exception log.
Supports both javac toolchain and jackandjill toolchain!
v0.7.0
24 Feb 07:54
Compare
Sorry, something went wrong.
No results found
router v0.7.0
Fix RouteOptions reset() bug.
Add friendly notice when initializing failed.
v0.6.0
22 Feb 09:36
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
router-gradle-plugin v0.2.0. Provide support for specifying the version of router and compiler.
router v0.5.0. Update matcher.
New integration system
13 Jan 01:58
Compare
Sorry, something went wrong.
No results found
router-gradle-plugin v0.1.0
router v0.4.0
compiler v0.2.0
annotation v0.1.0
Supports cross-module route now!
v0.3.0
06 Jan 10:09
Compare
Sorry, something went wrong.
No results found
v0.2.0
03 Jan 10:19
Compare
Sorry, something went wrong.
No results found
Support implicit intent.
Log support.
Support url matcher.
Other improvements.