Skip to content

Releases: Greentube/localize-router

v0.6.1

12 Feb 22:25
Compare
Choose a tag to compare

Adding wildcard route support

{ path: '**', redirectTo: 'home' }

becomes e.g.:

{ path: '**', redirectTo: 'de/startseite' }

while

{ path: '**', component: '404Component' }

would remain as it is.

v0.6.0

06 Feb 14:58
Compare
Choose a tag to compare

Adding universal support