1.0.0
The main change in this release is that the purs-loader is now independent of the purescript-webpack-plugin. The plugin is no longer necessary and is considered to be deprecated as of this purs-loader@1.0.0. Additionally, experimental support for psc-ide has been added.
Breaking Changes
- Independent from the
purescript-webpack-plugin - Configuration has been updated, see the README for details
Issues
- #47 Refactor to compile independently of the
purescript-webpack-pluginand adds experimentalpsc-idesupport - #49 Handles multiple chunks from
psc-ide-serveroutput - #51 Uses
cross-spawnfor improved Windows compatibility - #53 Ensures that generated require statements have paths escaped
Special Thanks
I would like especially thank @alexmingoia who authored #47 that refactored the purs-loader to work independently from the purescript-webpack-plugin and added support for psc-ide. Great work @alexmingoia!