Changelog for os-string
package
- add
fromString
on windows - add
fromBytestring
on unix
- Add
decodeLE
/encodeLE
and deprecatedecodeFS
/encodeFS
(pointing users toSystem.OsPath
instead), fixes #19
- Use TemplateHaskellQuotes rather than TemplateHaskell extension wrt #21
- Fix
length
function wrt #17
- Fix compilation on big-endian arches, by Andrew Lelechenko
- Fix compabitiliby with GHC 9.10
- Implement coercionToPlatformTypes, fixes #4
- add
unsafeEncodeUtf
, fixes #5
- Split out
OsString
modules from filepath library - add more bytestring like functions (index/search/etc.)
- dummy release to avoid name clashes with filepath <1.5