Releases: ethul/purs-loader
Releases · ethul/purs-loader
3.1.3
3.1.2
3.1.1
3.1.0
1.1.1
3.0.0
Breaking
- The default option values for
psc
andpscBundle
are nownull
. In this case, the loader will default to thepurs
command and add the appropriate argument;compile
andbundle
, respectively. If your webpack configuration options for the loader set specific values please take note of this change. - When
pscPackage
is set totrue
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. pscIdeArgs
option has been renamed topscIdeClientArgs
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
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',
// ...
}
3.0.0-beta.2
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',
// ...
}
3.0.0-beta.1
Breaking
- The default option values for
psc
andpscBundle
are nownull
. In this case, the loader will default to thepurs
command and add the appropriate argument;compile
andbundle
, respectively. If your webpack configuration options for the loader set specific values please take note of this change. - When
pscPackage
is set totrue
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
3.0.0-beta.0
Bad release