Skip to content

Releases: ethul/purs-loader

0.6.0-beta.5: Supports plugin 0.2.0-beta.6

13 Mar 14:14
Compare
Choose a tag to compare

Changes

  • No longer writes PureScript output
  • Example has been extracted to an external repository

0.6.0-beta.4: Support plugin 0.2.0-beta.5

12 Mar 20:09
Compare
Choose a tag to compare

Features

0.6.0-beta.3

01 Mar 00:58
Compare
Choose a tag to compare
0.6.0-beta.3 Pre-release
Pre-release
Version 0.6.0-beta.3

0.6.0-beta.2: Additional debugging

28 Feb 14:23
Compare
Choose a tag to compare
Pre-release
Version 0.6.0-beta.2

0.6.0-beta.1: Debugging

28 Feb 01:20
Compare
Choose a tag to compare
Pre-release

Features

Adding debug functionality with the name as purs-loader.

0.6.0-beta.0: Track dependencies

26 Feb 02:51
Compare
Choose a tag to compare
Pre-release

Features

  • #37 Handles dependencies of PureScript files so that the bundle is rebuilt appropriately.

Breaking Changes

0.5.0: Plugin/loader split

19 Jan 14:04
Compare
Choose a tag to compare

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!

0.4.0: Relative require paths

07 Nov 20:21
Compare
Choose a tag to compare

Features

Migration

  • The output directory of the purescript generated javascript should no longer be specified in the webpack.conf.js resolve.modulesDirectories array. The example has been updated to reflect this change.

0.3.4: Add dependencies on error

12 Aug 03:22
Compare
Choose a tag to compare

Features

  • #28 Adds dependencies before compilation.

0.3.3: Always add webpack dependencies

12 Aug 01:27
Compare
Choose a tag to compare

Features

  • #26 - ensure that all PureScript files are added as webpack dependencies