]>
git.immae.eu Git - github/fretlink/purs-loader.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
eric [Fri, 15 May 2015 02:18:39 +0000 (22:18 -0400)]
Merge pull request #13 from ethul/topic/issue-12
Additional 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
eric thul [Sat, 2 May 2015 14:31:13 +0000 (10:31 -0400)]
Bumping version number to 0.1.1
eric [Sat, 2 May 2015 14:30:22 +0000 (10:30 -0400)]
Merge pull request #10 from ethul/topic/issue-9
Topic/issue 9
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
eric thul [Fri, 1 May 2015 23:15:30 +0000 (19:15 -0400)]
Bumping dependency versions
eric thul [Sun, 12 Apr 2015 15:38:17 +0000 (11:38 -0400)]
Bumping version number to 0.1.0
eric [Sun, 12 Apr 2015 15:35:25 +0000 (11:35 -0400)]
Merge pull request #8 from ethul/topic/purescript-rewrite
Topic/purescript rewrite
eric thul [Sun, 12 Apr 2015 15:33:04 +0000 (11:33 -0400)]
Removing npmignore
eric thul [Sun, 12 Apr 2015 15:08:05 +0000 (11:08 -0400)]
Updating example and adding publishing
Resolves #7
eric thul [Wed, 8 Apr 2015 23:49:24 +0000 (19:49 -0400)]
Rewrite using purescript for the implementation
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.
eric thul [Sat, 17 Jan 2015 21:32:20 +0000 (16:32 -0500)]
Bumping version number to 0.0.3
eric [Sat, 17 Jan 2015 21:31:01 +0000 (16:31 -0500)]
Merge pull request #6 from ethul/topic/bower-components
Topic/bower components
eric thul [Sat, 17 Jan 2015 21:28:34 +0000 (16:28 -0500)]
Updating README
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.
eric thul [Thu, 15 Jan 2015 03:53:28 +0000 (22:53 -0500)]
updating example
eric thul [Thu, 15 Jan 2015 03:18:13 +0000 (22:18 -0500)]
Adding bower path
eric thul [Wed, 14 Jan 2015 03:03:09 +0000 (22:03 -0500)]
Merge branch 'topic/example'
eric thul [Wed, 14 Jan 2015 03:03:00 +0000 (22:03 -0500)]
Adding basic example
eric thul [Thu, 20 Nov 2014 21:26:18 +0000 (16:26 -0500)]
Merge branch 'release/0.0.2'
eric thul [Thu, 20 Nov 2014 21:26:09 +0000 (16:26 -0500)]
Bumping version number to 0.0.2
eric thul [Thu, 20 Nov 2014 21:24:19 +0000 (16:24 -0500)]
Merge branch 'topic/bug-fixes'
eric thul [Thu, 20 Nov 2014 21:23:38 +0000 (16:23 -0500)]
Obtaining output directory
Resolves issues #2
eric thul [Thu, 20 Nov 2014 21:22:27 +0000 (16:22 -0500)]
Removing --runtime-type-checks
Resolves issue #1
eric thul [Tue, 23 Sep 2014 03:50:17 +0000 (23:50 -0400)]
Merge branch 'release/0.0.1'
eric thul [Tue, 23 Sep 2014 03:50:07 +0000 (23:50 -0400)]
Bumping version number to 0.0.1
eric thul [Tue, 23 Sep 2014 03:46:20 +0000 (23:46 -0400)]
Updating README
eric thul [Tue, 23 Sep 2014 03:43:54 +0000 (23:43 -0400)]
Merge branch 'topic/bootstrap'
eric thul [Sun, 21 Sep 2014 16:50:12 +0000 (12:50 -0400)]
Implementation of the loader
eric thul [Sun, 21 Sep 2014 16:46:39 +0000 (12:46 -0400)]
Initial commit