This repository has been archived by the owner on May 1, 2020. It is now read-only.
Releases: purescript-deprecated/gulp-purescript
Releases · purescript-deprecated/gulp-purescript
2.0.1
2.0.0
1.0.0
0.8.0: psc-bundle and RTS options
0.7.0: Migrate to namespace argument
Features
- namespace argument (#53)
0.6.0: Pass-through verbosity
0.5.0: Release for PureScript 0.7
Features
- Release with support for PureScript 0.7 (#43, #47) (@garyb)
- Supports ffi in the
.psci
generation (#40) - Support the
relative-path
option (#39)
Notes
- The
pscMake
task is nowpsc
. - The
dotPsci
task has been renamed topsci
. Also, it now returns a stream containing the.psci
generated file. This result must be piped togulp.dest('.')
to write out the file.
0.5.0-rc1: Pre-release for PureScript 0.7
0.4.3: Window processes
Features
- Fix for #30 to improve windows process spawning compatibility
0.4.2: Spawn stderr fix
Bug Fixes
- #26 - inconsistent truncated error messages