Skip to content

3.0.0

Compare
Choose a tag to compare
@farwayer farwayer released this 01 Jul 13:04
· 102 commits to master since this release

Major changes:

  • react-enroute uses hooks from this version. Min supported React version is 16.8 now.
  • depending on path-to-regexp directly instead of outdated enroute.
    Check path-to-regexp changelog for update details (2.x and 3.x). One noticeable change is removed wildcard asterisk (*) -- use (.*) instead.

Others:

  • esm module build added
  • @babel/runtime instead of built-in helper functions
  • building with babel@7 and preset-env
  • speed up route matching by pre-creating regexp's