]> git.immae.eu Git - github/fretlink/purs-loader.git/log
github/fretlink/purs-loader.git
8 years agoBumping version number to 0.5.0 0.5.0
eric thul [Tue, 19 Jan 2016 13:55:06 +0000 (08:55 -0500)] 
Bumping version number to 0.5.0

8 years agoMerge pull request #34 from ethul/topic/psc-webpack-plugin
eric [Tue, 19 Jan 2016 13:41:51 +0000 (08:41 -0500)] 
Merge pull request #34 from ethul/topic/psc-webpack-plugin

Topic/psc webpack plugin

8 years agoUpdating example for .purs extension
eric thul [Tue, 29 Dec 2015 13:24:06 +0000 (08:24 -0500)] 
Updating example for .purs extension

Showing usage of specifying .purs and not specifying an extension for
require statements.

8 years agoMore example files
eric thul [Sun, 27 Dec 2015 15:17:21 +0000 (10:17 -0500)] 
More example files

8 years agoUpdating bundle output option name
eric thul [Sat, 26 Dec 2015 00:24:02 +0000 (19:24 -0500)] 
Updating bundle output option name

8 years agoUpdating example
eric thul [Sat, 26 Dec 2015 00:16:21 +0000 (19:16 -0500)] 
Updating example

8 years agoSplitting PSC functionality into a separate plugin
eric thul [Fri, 25 Dec 2015 23:41:33 +0000 (18:41 -0500)] 
Splitting PSC functionality into a separate plugin

The loader creates shim modules that reference their corresponding
PureScript module that is bundled by the PureScript webpack plugin,
which invokes `psc` and `psc-bundle`.

Resolves #31 and resolves #32

8 years agoFixing compiler warnings
eric thul [Mon, 21 Dec 2015 03:11:16 +0000 (22:11 -0500)] 
Fixing compiler warnings

8 years agoBumping version number to 0.4.0 0.4.0
eric thul [Sat, 7 Nov 2015 20:14:39 +0000 (15:14 -0500)] 
Bumping version number to 0.4.0

8 years agoMerge pull request #30 from natefaubion/fix-paths
eric [Sat, 7 Nov 2015 20:06:39 +0000 (15:06 -0500)] 
Merge pull request #30 from natefaubion/fix-paths

Fix paths

8 years agoUpdate example webpack.config
Nathan Faubion [Sat, 7 Nov 2015 19:55:46 +0000 (13:55 -0600)] 
Update example webpack.config

8 years agoRemove `require-path`, use relative paths for PS
Nathan Faubion [Mon, 2 Nov 2015 20:04:58 +0000 (14:04 -0600)] 
Remove `require-path`, use relative paths for PS

Fixes #15

Removes the `require-path` option and fixes it to '../'. When generating
the temporary module for Webpack, use a relative path to the output
directory so it doesn't need to be in `modulesDirectories`.

8 years agoUpdate bower deps for latest PS compiler
Nathan Faubion [Mon, 2 Nov 2015 20:03:45 +0000 (14:03 -0600)] 
Update bower deps for latest PS compiler

8 years agoBumping version number to 0.3.4 0.3.4
eric thul [Wed, 12 Aug 2015 03:20:59 +0000 (23:20 -0400)] 
Bumping version number to 0.3.4

8 years agoMerge pull request #29 from ethul/topic/issue-28
eric [Wed, 12 Aug 2015 03:20:08 +0000 (23:20 -0400)] 
Merge pull request #29 from ethul/topic/issue-28

Compiling after adding webpack dependencies

8 years agoCompiling after adding webpack dependencies
eric thul [Wed, 12 Aug 2015 03:19:16 +0000 (23:19 -0400)] 
Compiling after adding webpack dependencies

Resolves #28

8 years agoBumping version number to 0.3.3 0.3.3
eric thul [Wed, 12 Aug 2015 01:25:30 +0000 (21:25 -0400)] 
Bumping version number to 0.3.3

8 years agoRemove gulpfile.js
eric thul [Wed, 12 Aug 2015 01:24:51 +0000 (21:24 -0400)] 
Remove gulpfile.js

8 years agoMerge pull request #27 from ethul/topic/issue-26
eric [Wed, 12 Aug 2015 01:23:46 +0000 (21:23 -0400)] 
Merge pull request #27 from ethul/topic/issue-26

Topic/issue 26

8 years agoAdd all PureScript files as webpack dependencies
eric thul [Wed, 12 Aug 2015 01:21:47 +0000 (21:21 -0400)] 
Add all PureScript files as webpack dependencies

Resolves #26

8 years agoPureScript 0.7 updates and migration to pulp
eric thul [Wed, 12 Aug 2015 00:57:07 +0000 (20:57 -0400)] 
PureScript 0.7 updates and migration to pulp

8 years agoMoving files to match module
eric thul [Wed, 12 Aug 2015 00:27:04 +0000 (20:27 -0400)] 
Moving files to match module

8 years agoBumping version number to 0.3.2 0.3.2
eric thul [Tue, 21 Jul 2015 03:20:37 +0000 (23:20 -0400)] 
Bumping version number to 0.3.2

8 years agoMerge pull request #25 from ethul/topic/issue-24
eric [Tue, 21 Jul 2015 03:19:59 +0000 (23:19 -0400)] 
Merge pull request #25 from ethul/topic/issue-24

Ensure purescript error is displayed

8 years agoEnsure purescript error is displayed
eric thul [Tue, 21 Jul 2015 03:12:58 +0000 (23:12 -0400)] 
Ensure purescript error is displayed

Resolves #24

8 years agoBumping version number to 0.3.1 0.3.1
eric thul [Sat, 18 Jul 2015 21:11:57 +0000 (17:11 -0400)] 
Bumping version number to 0.3.1

8 years agoMerge pull request #20 from ethul/topic/issue-18
eric [Sat, 18 Jul 2015 21:11:00 +0000 (17:11 -0400)] 
Merge pull request #20 from ethul/topic/issue-18

Add FFI JavaScript as a webpack dependency

8 years agoAdd FFI JavaScript as a webpack dependency
eric thul [Sat, 18 Jul 2015 21:07:38 +0000 (17:07 -0400)] 
Add FFI JavaScript as a webpack dependency

Resolves #18

8 years agoMerge pull request #19 from ethul/topic/issue-17
eric [Sat, 18 Jul 2015 13:18:01 +0000 (09:18 -0400)] 
Merge pull request #19 from ethul/topic/issue-17

Capturing stderr on psc invocation

8 years agoCapturing stderr on psc invocation
eric thul [Sat, 18 Jul 2015 13:10:59 +0000 (09:10 -0400)] 
Capturing stderr on psc invocation

Resolves #17

8 years agoBumping version number to 0.3.0 0.3.0
eric thul [Tue, 7 Jul 2015 04:00:01 +0000 (00:00 -0400)] 
Bumping version number to 0.3.0

8 years agoMerge pull request #16 from ethul/topic/issue-11-and-14
eric [Tue, 7 Jul 2015 03:58:28 +0000 (23:58 -0400)] 
Merge pull request #16 from ethul/topic/issue-11-and-14

Topic/issue 11 and 14

8 years agoUpdating module documentation
eric thul [Tue, 7 Jul 2015 03:57:59 +0000 (23:57 -0400)] 
Updating module documentation

8 years agoGenerate .psci file
eric thul [Tue, 7 Jul 2015 03:49:47 +0000 (23:49 -0400)] 
Generate .psci file

Resolves #11

8 years agoEnsure output directory exists
eric thul [Tue, 7 Jul 2015 03:10:09 +0000 (23:10 -0400)] 
Ensure output directory exists

Workaround for #15

8 years agoUpdating for PureScript 0.7
eric thul [Sun, 5 Jul 2015 14:13:47 +0000 (10:13 -0400)] 
Updating for PureScript 0.7

Resolves #14

9 years agoBumping version number to 0.2.1 0.2.1
eric thul [Fri, 15 May 2015 02:22:30 +0000 (22:22 -0400)] 
Bumping version number to 0.2.1

9 years agoMerge branch 'master' of github.com:ethul/purs-loader
eric thul [Fri, 15 May 2015 02:21:26 +0000 (22:21 -0400)] 
Merge branch 'master' of github.com:ethul/purs-loader

9 years agoBumping version number to 0.2.0 0.2.0
eric thul [Fri, 15 May 2015 02:20:03 +0000 (22:20 -0400)] 
Bumping version number to 0.2.0

9 years agoMerge pull request #13 from ethul/topic/issue-12
eric [Fri, 15 May 2015 02:18:39 +0000 (22:18 -0400)] 
Merge pull request #13 from ethul/topic/issue-12

Additional loader options

9 years agoAdditional loader options
eric thul [Fri, 15 May 2015 02:13:59 +0000 (22:13 -0400)] 
Additional loader options

Adds the `psc-make` options `comments` and `no-prefix`. Also, an
internal option `src` has been added that is used to specify the source
paths of `PureScript` files that will be globbed for compilation.

By default the `bower_components` path is globbed, but the loader
requires that the source paths be provided for the user's code.

Resolves #12

9 years agoBumping version number to 0.1.1 0.1.1
eric thul [Sat, 2 May 2015 14:31:13 +0000 (10:31 -0400)] 
Bumping version number to 0.1.1

9 years agoMerge pull request #10 from ethul/topic/issue-9
eric [Sat, 2 May 2015 14:30:22 +0000 (10:30 -0400)] 
Merge pull request #10 from ethul/topic/issue-9

Topic/issue 9

9 years agoOptimizing dependency list generation
eric thul [Sat, 2 May 2015 14:27:36 +0000 (10:27 -0400)] 
Optimizing dependency list generation

Improving the generation of the dependencies in `mkDeps` to avoid a
`RangeError` on large inputs.

Resolves #9

9 years agoBumping dependency versions
eric thul [Fri, 1 May 2015 23:15:30 +0000 (19:15 -0400)] 
Bumping dependency versions

9 years agoBumping version number to 0.1.0 0.1.0
eric thul [Sun, 12 Apr 2015 15:38:17 +0000 (11:38 -0400)] 
Bumping version number to 0.1.0

9 years agoMerge pull request #8 from ethul/topic/purescript-rewrite
eric [Sun, 12 Apr 2015 15:35:25 +0000 (11:35 -0400)] 
Merge pull request #8 from ethul/topic/purescript-rewrite

Topic/purescript rewrite

9 years agoRemoving npmignore
eric thul [Sun, 12 Apr 2015 15:33:04 +0000 (11:33 -0400)] 
Removing npmignore

9 years agoUpdating example and adding publishing
eric thul [Sun, 12 Apr 2015 15:08:05 +0000 (11:08 -0400)] 
Updating example and adding publishing

Resolves #7

9 years agoRewrite using purescript for the implementation
eric thul [Wed, 8 Apr 2015 23:49:24 +0000 (19:49 -0400)] 
Rewrite using purescript for the implementation

9 years agoAdding purescript imports as dependencies
eric thul [Thu, 2 Apr 2015 22:18:36 +0000 (18:18 -0400)] 
Adding purescript imports as dependencies

The purescript imports are added as webpack dependencies in order to
rebuild in watch mode when one of the files has changed.

Resolves #4 regarding watching purescript files.

9 years agoBumping version number to 0.0.3 0.0.3
eric thul [Sat, 17 Jan 2015 21:32:20 +0000 (16:32 -0500)] 
Bumping version number to 0.0.3

9 years agoMerge pull request #6 from ethul/topic/bower-components
eric [Sat, 17 Jan 2015 21:31:01 +0000 (16:31 -0500)] 
Merge pull request #6 from ethul/topic/bower-components

Topic/bower components

9 years agoUpdating README
eric thul [Sat, 17 Jan 2015 21:28:34 +0000 (16:28 -0500)] 
Updating README

9 years agoParsing module name from source
eric thul [Sat, 17 Jan 2015 21:24:33 +0000 (16:24 -0500)] 
Parsing module name from source

Resolves issue #3 since the the module name defined in the PureScript
file is used to resolve the location of the CommonJS-generated output.

9 years agoupdating example
eric thul [Thu, 15 Jan 2015 03:53:28 +0000 (22:53 -0500)] 
updating example

9 years agoAdding bower path
eric thul [Thu, 15 Jan 2015 03:18:13 +0000 (22:18 -0500)] 
Adding bower path

9 years agoMerge branch 'topic/example'
eric thul [Wed, 14 Jan 2015 03:03:09 +0000 (22:03 -0500)] 
Merge branch 'topic/example'

9 years agoAdding basic example
eric thul [Wed, 14 Jan 2015 03:03:00 +0000 (22:03 -0500)] 
Adding basic example

9 years agoMerge branch 'release/0.0.2' 0.0.2
eric thul [Thu, 20 Nov 2014 21:26:18 +0000 (16:26 -0500)] 
Merge branch 'release/0.0.2'

9 years agoBumping version number to 0.0.2
eric thul [Thu, 20 Nov 2014 21:26:09 +0000 (16:26 -0500)] 
Bumping version number to 0.0.2

9 years agoMerge branch 'topic/bug-fixes'
eric thul [Thu, 20 Nov 2014 21:24:19 +0000 (16:24 -0500)] 
Merge branch 'topic/bug-fixes'

9 years agoObtaining output directory
eric thul [Thu, 20 Nov 2014 21:23:38 +0000 (16:23 -0500)] 
Obtaining output directory

Resolves issues #2

9 years agoRemoving --runtime-type-checks
eric thul [Thu, 20 Nov 2014 21:22:27 +0000 (16:22 -0500)] 
Removing --runtime-type-checks

Resolves issue #1

9 years agoMerge branch 'release/0.0.1' 0.0.1
eric thul [Tue, 23 Sep 2014 03:50:17 +0000 (23:50 -0400)] 
Merge branch 'release/0.0.1'

9 years agoBumping version number to 0.0.1
eric thul [Tue, 23 Sep 2014 03:50:07 +0000 (23:50 -0400)] 
Bumping version number to 0.0.1

9 years agoUpdating README
eric thul [Tue, 23 Sep 2014 03:46:20 +0000 (23:46 -0400)] 
Updating README

9 years agoMerge branch 'topic/bootstrap'
eric thul [Tue, 23 Sep 2014 03:43:54 +0000 (23:43 -0400)] 
Merge branch 'topic/bootstrap'

9 years agoImplementation of the loader
eric thul [Sun, 21 Sep 2014 16:50:12 +0000 (12:50 -0400)] 
Implementation of the loader

9 years agoInitial commit
eric thul [Sun, 21 Sep 2014 16:46:39 +0000 (12:46 -0400)] 
Initial commit