1.1.0 - Breaking Change
Change
- When execute router, Use
Result
instead ofthrows
. getResult()
is now renamed toget()
.- Added
type
parameter to get to convert the type of result inside the method. - Adjust the method declarations of
get
andviewController
. Please check the code for details.
At the same time, we have updated the supporting demo and wiki. For more detailed modification and usage, please refer to the above content.