Skip to content

0.1.2

Compare
Choose a tag to compare
@rhysd rhysd released this 16 Jun 14:19
· 77 commits to master since this release
  • Fix: Root path separator was doubled when the path contains Windows driver letter. For example, when C:/foo was given, to_slash converted it to C:\\foo. In this version it converts it to C:\foo correctly.
  • Improve: Remove a redundant allocation at calling to_slash() method.