0.5.0: Plugin/loader split
Features
The main change in this release is the split of functionality into a loader and a plugin. It is now required to use both this loader and the purescript-webpack-plugin. Please refer to the example for details on how to set up project using both the loader and plugin.
Note that this is a breaking change. Also be aware of purescript/purescript#1794 until purescript 0.8 is released.
Bug Fixes
Special Thanks
I would like to especially thank @natefaubion for the work done to make this release possible. @natefaubion review of the PR, discussions on the issues raised pertaining to this change, and original code samples, where of great help to arrive at the current implementation. Thanks @natefaubion!