npm history 5.2.0
v5.2.0

latest releases: 5.3.0, 5.3.0-pre.0
2 years ago

🐛 Bug fixes

  • Fixed a few type declarations and deprecated the following types:
    • State (now set to unknown which will require consumer type narrowing)
    • PartialPath (use Partial<Path> instead)
    • PartialLocation (use Partial<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

Don't miss a new history release

NewReleases is sending notifications on new releases.