- Fixed a bug with
expandadding a trailing slash on Windows.
- Fixed a bug with
joinnot giving correct results when joining to the filesystem root.
- Updated for
gleam_stdlibv0.43.0.
- All existing functions now support Windows paths when run on Windows.
- The
filepathmodule gains thesplit_unixandsplit_windowsfunctions.
- The
filepathmodule gains thestrip_extensionfunction. - Fixed a bug where the
extensionfunction could return the incorrect value for files with no extension in a directory with a.in its name.
- Initial Release.