Skip to content

v5.2.0

Compare
Choose a tag to compare
@chaance chaance released this 17 Dec 20:06
· 7 commits to dev since this release

πŸ› 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