3.0.0-beta.2
Pre-release
Pre-release
Note that the release notes from the 3.0.0 betas will be consolidated in the 3.0.0 release.
Breaking
pscIdeArgsoption has been renamed topscIdeClientArgs
Features
pscIdeClientoption has been added to allow for specifying the command to run instead ofpurs ide clientpscIdeServeroption has been added to allow for specifying the command to run instead ofpurs 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',
// ...
}