Skip to content

3.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@ethul ethul released this 23 Apr 23:05
· 34 commits to master since this release

Breaking

  • The default option values for psc and pscBundle are now null. In this case, the loader will default to the purs command and add the appropriate argument; compile and bundle, respectively. If your webpack configuration options for the loader set specific values please take note of this change.
  • When pscPackage is set to true and the configured package set is not found, then an error will be thrown indicating this failure.
  • The result of psc-package source is now cached. This should not be an impacting change since the cache is cleared each time the webpack bundle is invalidated.

PRs

  • #93 Support for PureScript 0.11

Issues

  • #89 Updates to support PureScript 0.11
  • #90 Multiple forced compile from rebuild
  • #83 Cached psc-package source result