Skip to content

URL-based store support (in redirects) + dead code elimination

Compare
Choose a tag to compare
@alfredsgenkins alfredsgenkins released this 25 Aug 09:33
· 60 commits to master since this release

What's inside

  • Patch of URL-based store redirects (previously resulted in 404s)
  • Dead code elimination - removal of unused validators

Feature break-down

Patch of URL-based store redirects (previously resulted in 404s)

When requesting URL, the router now redirects to base URL (with all needed properties) + path-name, not just path-name. This improved stability and added store code to URL.

Dead code elimination - removal of unused validators

The page, category, product pages validators were removed, as we no longer use them (/product, /category, /page) are unused.