Skip to content

3.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ethul ethul released this 25 Apr 01:10
· 32 commits to master since this release

Note that the release notes from the 3.0.0 betas will be consolidated in the 3.0.0 release.

Breaking

  • pscIdeArgs option has been renamed to pscIdeClientArgs

Features

  • pscIdeClient option has been added to allow for specifying the command to run instead of purs ide client
  • pscIdeServer option has been added to allow for specifying the command to run instead of purs ide server

Notes

  • From the above changes, version 3.0.0 of the load can work with PureScript 0.10 by setting the options:
{
// ...
  psc: 'psc',
  pscBundle: 'psc-bundle',
  pscIdeClient: 'psc-ide-client',
  pscIdeServer: 'psc-ide-server',
// ...
}