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
pscIdeArgs
option has been renamed topscIdeClientArgs
Features
pscIdeClient
option has been added to allow for specifying the command to run instead ofpurs ide client
pscIdeServer
option 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',
// ...
}