Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

0.5.0: Release for PureScript 0.7

Compare
Choose a tag to compare
@ethul ethul released this 02 Jul 16:32
· 39 commits to master since this release

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 now psc.
  • The dotPsci task has been renamed to psci. Also, it now returns a stream containing the .psci generated file. This result must be piped to gulp.dest('.') to write out the file.