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

Releases: purescript-deprecated/gulp-purescript

2.0.1

28 Aug 22:45
Compare
Choose a tag to compare

Bug Fixes

  • #65 RTS options only affect compile

2.0.0

29 Apr 19:01
Compare
Choose a tag to compare

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

06 Jun 02:06
Compare
Choose a tag to compare

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

28 Nov 13:01
Compare
Choose a tag to compare

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

09 Sep 01:52
Compare
Choose a tag to compare

Features

  • namespace argument (#53)

0.6.0: Pass-through verbosity

05 Aug 03:18
Compare
Choose a tag to compare

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

02 Jul 16:32
Compare
Choose a tag to compare

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

03 Jun 21:38
Compare
Choose a tag to compare

Features

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

0.4.3: Window processes

29 May 01:11
Compare
Choose a tag to compare

Features

  • Fix for #30 to improve windows process spawning compatibility

0.4.2: Spawn stderr fix

30 Apr 12:19
Compare
Choose a tag to compare

Bug Fixes

  • #26 - inconsistent truncated error messages