Releases: rofinn/FilePathsBase.jl
Releases · rofinn/FilePathsBase.jl
v0.2.0
- Adds a few utility macros (e.g.,
@__PATH__
, @__FILEPATH__
)
- Better windows support
- Stricter signature on
issocket(mode)
v0.1.0
Migrated core functionality from FilePaths.jl. This is to separate code that may be included in the julia stdlib (e.g., similar to MicroLogging.jl) from code that promotes interop with the rest of the package ecosystem.