Releases: tj/react-enroute
Releases · tj/react-enroute
3.0.0
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
andpreset-env
- speed up route matching by pre-creating regexp's