Releases: purescript-node/purescript-node-path
Releases · purescript-node/purescript-node-path
v5.0.1
v5.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#22 by @nwolverson, @JordanMartinez, @sigma-andex)
v4.0.0
v3.0.0
v2.0.0
v1.0.0
v0.4.0-rc.1
Initial release candidate of the library intended for the 0.7 compiler.
v0.3.0
v0.2.0
- Change
join :: FilePath -> FilePath -> FilePath
tojoin :: [FilePath] -> FilePath
(@andreypopp)