Releases · purescript-deprecated/gulp-purescript

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

2.0.1

Bug Fixes

  • #65 RTS options only affect compile

2.0.0

Breaking

  • The psc function is now compile
  • The pscBundle function is now bundle
  • The pscDocs function is now docs
  • The options for each function now correspond to those available on PureScript 0.11

PR

  • #63 Updated to support PureScript 0.11 (@garyb)

1.0.0

Updated to support PureScript 0.9.1 and newer.

Issues

  • #59 Adds --json-errors flag
  • #60 Support PureScript 0.9.1

0.8.0: psc-bundle and RTS options

Features

  • Adds the --require-path options for psc-bundle and the ability to pass RTS options (#57 @garyb)

0.7.0: Migrate to namespace argument

Features

  • namespace argument (#53)

0.6.0: Pass-through verbosity

Features

  • Warnings are now displayed as verbosity is pass-through from the compiler (#51)
  • Minor style fix for no-tco option (#48)
  • Updated implementation for PureScript 0.7
  • Using pulp to bootstrap implementation build

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 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.

0.5.0-rc1: Pre-release for PureScript 0.7

Features

  • #28 and #29 are updates for new options in 0.7
  • #31 improves option error handling

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