We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be6610 commit 3cc0bf0Copy full SHA for 3cc0bf0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.1.0 - 2024-04-01
4
+
5
+- Add `path_separator_unix` and `path_separator_windows` constants.
6
+- Add `path_separator()` function for returning the path separator
7
+ for the platform currently being run on.
8
9
## v1.0.0 - 2024-02-08
10
11
- All existing functions now support Windows paths when run on Windows.
gleam.toml
@@ -1,5 +1,5 @@
name = "filepath"
-version = "1.0.0"
+version = "1.1.0"
description = "Work with file paths in Gleam!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "filepath" }
0 commit comments