Skip to content

1.0.0

Choose a tag to compare

@ethul ethul released this 04 Jun 03:41
· 101 commits to master since this release

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-plugin and adds experimental psc-ide support
  • #49 Handles multiple chunks from psc-ide-server output
  • #51 Uses cross-spawn for 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!