Skip to content

2.2.0 - Fix `Global` Error

Latest
Compare
Choose a tag to compare
@rakuyoMo rakuyoMo released this 09 Oct 03:38
· 7 commits to master since this release

Fix:

In versions 2.0.0 and 2.1.0, "Global" was not performing any routing correctly. This issue has been fixed in this version.

The implementation of this feature takes advantage of the dynamic nature of Objective-C, which may be known as "what goes around comes around".

Although routing can be performed directly through Router<Global>, as in version 1.x, the rules need to be followed when implementing routing.

Please refer to the demo for details.