v5.2.0
π Bug fixes
- Fixed a few type declarations and deprecated the following types:
State
(now set tounknown
which will require consumer type narrowing)PartialPath
(usePartial<Path>
instead)PartialLocation
(usePartial<Location>
instead)
- Fixed a regression related to the
createPath
return value (#813)
β¨ Features
- We now use statically analyzable CJS exports. This enables named imports in Node ESM scripts (See the commit).
Full Changelog: v5.1.0...v5.2.0