Releases: Greentube/localize-router
Releases · Greentube/localize-router
Common sense
27 Nov 08:22
Compare
Sorry, something went wrong.
No results found
FIXES
Wildcard and alwaysSetPrefix conflict
Export type changed to commonjs (#82 )
Token of gratitude
27 Nov 09:10
Compare
Sorry, something went wrong.
No results found
FEATURES
Ability to chose navigation method in changeLanguage (navigate and navigateByUrl)
BREAKING CHANGES
Replace OpaqueToken with InjectionToken (#86 , #87 )
Retained restiction
30 Aug 08:09
Compare
Sorry, something went wrong.
No results found
BUG FIXES
Preserve query parameters after route localisation (#62 )
Detached responsiveness
24 Aug 09:01
Compare
Sorry, something went wrong.
No results found
FEATURES/BREAKING CHANGES
Extract StaticParserLoader and remove any reference of HttpModule making LocalizeRouter loader agnostic.
Conditional proposition
23 Aug 08:04
Compare
Sorry, something went wrong.
No results found
BUG FIXES
Apply alwaysSetPrefix to multi language scenarios by not prefixing default locale (#63 )
Passport dilemma
14 Aug 18:17
Compare
Sorry, something went wrong.
No results found
FEATURES
Add possibility to ignore certain routes (#48 )
Add possibility to not prefix url if there is only one locale (#34 )
Add possibility to overriding default language logic (#35 )
Add possibility to chose between cookie and localstorage for default language caching (#32 )
Missing option to set LOCALIZE_LOCAL_STORAGE value (#27 )
Add possibility to disable save/fetch defaults language from cache (#65 )
BUG FIXES
Fix language parsing when route has query params
BREAKING CHANGES:
Add configuration to LocalizeRouter init:
Parser loader
Cache name
Cache mechanism (LocalStorage or Cookies)
Use cache flag
Enforce prefix even for single language websites
Default language logic override function
v0.7.1
14 Aug 08:20
Compare
Sorry, something went wrong.
No results found
Added missing typings
Added NavigationExtras to change language
Fix: Make prefix optional (#38 )
Fix: Safari private mode (#37 )
v0.7.0
24 Apr 10:10
Compare
Sorry, something went wrong.
No results found
Support for Angular 4x
Localization parser refactored
Wild card parsing error fixed
Localization of simple one level lazy loaded routes
v0.6.4
22 Feb 10:25
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGE! Update ng2-translate to new ngx-translate
Fixes:
Add support for arrays in translateRoute service method (#29 )
Change initialization of parser (#31 )
v0.6.2
13 Feb 00:41
Compare
Sorry, something went wrong.
No results found
Fixes:
SystemJS load problem (UMD build)
Wildcard sync problem from v0.6.1