0.1.2
- Fix: Root path separator was doubled when the path contains Windows driver letter. For example, when
C:/foo
was given,to_slash
converted it toC:\\foo
. In this version it converts it toC:\foo
correctly. - Improve: Remove a redundant allocation at calling
to_slash()
method.