Skip to content

The one with mutable deep links & JSON object passing.

Compare
Choose a tag to compare
@chrismaddern chrismaddern released this 09 Feb 21:54
· 234 commits to master since this release

Important Behavior Change:
As of this release, in all registered routes, paths are considered to begin at the first forward slash. A route component before the first forward slash will be considered the host.

  • Added support for host matching when registering routes
  • Added mutable deep links including passing JSON objects through deep links