Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 847 Bytes

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 847 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Changelog

[3.0.0]

No breaking changes.

Added

  • Ensuring that win32 namespaces has two leading slashes, so that the path is handled properly by the win32 version of path.parse() after being normalized.
  • Making sure a single forward slash is returned in cases like: "\", "/" in spite of the above change.
  • Other various testing

Changed

  • Various updates to tooling
  • Benchmark refactors

Removed

  • Removed the remove-trailing-separator dependency