release 1.3.1
in this version release bundle, following contains
- componentlib:1.3.1
- router-annotation:1.0.1
- router-annotation-compiler:1.0.1;
changeLog:
router-annotation
just first release in JIMU (com.github.jimu as artifact Id)
router-annotation-compiler
- compile router-annoation 1.0.1 in the dependancy;
- use new api of componentLib in generated class;
componentlib
- compile router-annoation 1.0.1 in the dependancy;
- upgrade the api of
jsonService.Factory
AutowiredService.Factory
use singleton to make cache useful - upgrade the internal logic of UIRouter. now it may be easier to debug.
- support inspecting field when missing required params in navigation
Integration:
compile 'com.github.jimu:componentlib:1.3.1'
annotationProcessor 'com.github.jimu:router-anno-compiler:1.0.1'
attention:
router-annotation has been contained in componentlib
use kapt instead of annotationProcessor in kotlin-module.
all in jcenter!
if the request to include componentlib is still pending. you can use
maven {
url 'https://dl.bintray.com/leobert-lan-oss/maven/'
}
as a cheat😂.
enjoy it!