You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To go with it, Router now has an initializer allowing you to pass a manually initialize Navigator. This Navigator will be passed down as an Environment Object as usual.
Added a convenience initializer to Route with @autoclosure.
Added checks and error(s) for invalid path parameters. Parameters may only exist of alphanumeric characters (A-Z, a-z and 0-9) and must start with a letter.
Updated README and code documentation regarding the limited characterset of parameter names.