Skip to content

Releases: ethul/purs-loader

2.4.1

18 Mar 11:41
Compare
Choose a tag to compare

Bug Fixes

  • #88 Support ModuleNotFound for PscIde rebuild

2.4.0

25 Feb 15:36
Compare
Choose a tag to compare

Features

Adds a new watch option that when enabled, indicates to the purs-loader that webpack is running watch mode. When instructed that webpack is in watch mode, the purs-loader will not fail the bundle if a compiler error occurs. This allows the purs files to continued to be watched in the case of an error. Specifically, the use-case is when a new file is added that causes a compiler error. With watch: true, the new file is watched and the error can be fixed until a successful compilation occurs.

Resolves #66
Resolves #73
Resolves #74

2.4.0-beta.2

25 Feb 15:14
Compare
Choose a tag to compare
2.4.0-beta.2 Pre-release
Pre-release
Version 2.4.0-beta.2

2.4.0-beta.1

20 Feb 18:06
Compare
Choose a tag to compare
2.4.0-beta.1 Pre-release
Pre-release
Version 2.4.0-beta.1

2.4.0-beta.0

20 Feb 01:01
Compare
Choose a tag to compare
2.4.0-beta.0 Pre-release
Pre-release
Version 2.4.0-beta.0

2.3.0

12 Feb 21:17
Compare
Choose a tag to compare

Features

2.2.0

10 Jan 13:26
Compare
Choose a tag to compare

Features

#80 - Add psc-ide-server arguments and pass src (@kozak)

2.1.1

20 Nov 02:13
Compare
Choose a tag to compare

Features

#78 - Fix duplicate warnings

2.1.0

19 Nov 19:13
Compare
Choose a tag to compare

Features

#76 - Fix psc-ide rebuild issue
#77 - Improvements to the psc-ide support

Note that this is a minor version bump since the psc-ide support is still labeled as experimental.

2.0.2

12 Nov 13:12
Compare
Choose a tag to compare

Features