aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add FFI JavaScript as a webpack dependencyeric thul2015-07-188-12/+99
| | | | Resolves #18
* Merge pull request #19 from ethul/topic/issue-17eric2015-07-181-2/+12
|\ | | | | Capturing stderr on psc invocation
| * Capturing stderr on psc invocationeric thul2015-07-181-2/+12
|/ | | | Resolves #17
* Bumping version number to 0.3.00.3.0eric thul2015-07-071-1/+1
|
* Merge pull request #16 from ethul/topic/issue-11-and-14eric2015-07-0620-303/+206
|\ | | | | Topic/issue 11 and 14
| * Updating module documentationeric thul2015-07-061-83/+14
| |
| * Generate .psci fileeric thul2015-07-068-19/+125
| | | | | | | | Resolves #11
| * Ensure output directory existseric thul2015-07-061-1/+1
| | | | | | | | Workaround for #15
| * Updating for PureScript 0.7eric thul2015-07-0616-257/+123
|/ | | | Resolves #14
* Bumping version number to 0.2.10.2.1eric thul2015-05-141-1/+1
|
* Merge branch 'master' of github.com:ethul/purs-loadereric thul2015-05-145-43/+114
|\
| * Merge pull request #13 from ethul/topic/issue-12eric2015-05-145-43/+114
| |\ | | | | | | Additional loader options
| | * Additional loader optionseric thul2015-05-145-43/+114
| |/ | | | | | | | | | | | | | | | | | | | | 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
* / Bumping version number to 0.2.00.2.0eric thul2015-05-141-1/+1
|/
* Bumping version number to 0.1.10.1.1eric thul2015-05-021-1/+1
|
* Merge pull request #10 from ethul/topic/issue-9eric2015-05-023-8/+16
|\ | | | | Topic/issue 9
| * Optimizing dependency list generationeric thul2015-05-022-7/+15
| | | | | | | | | | | | | | Improving the generation of the dependencies in `mkDeps` to avoid a `RangeError` on large inputs. Resolves #9
| * Bumping dependency versionseric thul2015-05-011-1/+1
|/
* Bumping version number to 0.1.00.1.0eric thul2015-04-121-1/+1
|
* Merge pull request #8 from ethul/topic/purescript-rewriteeric2015-04-1224-109/+840
|\ | | | | Topic/purescript rewrite
| * Removing npmignoreeric thul2015-04-121-1/+0
| |
| * Updating example and adding publishingeric thul2015-04-128-32/+27
| | | | | | | | Resolves #7
| * Rewrite using purescript for the implementationeric thul2015-04-1217-179/+814
| |
| * Adding purescript imports as dependencieseric thul2015-04-121-35/+137
|/ | | | | | | 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.
* Bumping version number to 0.0.30.0.3eric thul2015-01-171-1/+1
|
* Merge pull request #6 from ethul/topic/bower-componentseric2015-01-1712-48/+52
|\ | | | | Topic/bower components
| * Updating READMEeric thul2015-01-171-24/+1
| |
| * Parsing module name from sourceeric thul2015-01-178-21/+16
| | | | | | | | | | Resolves issue #3 since the the module name defined in the PureScript file is used to resolve the location of the CommonJS-generated output.
| * updating exampleeric thul2015-01-147-3/+29
| |
| * Adding bower patheric thul2015-01-141-1/+7
|/
* Merge branch 'topic/example'eric thul2015-01-138-0/+63
|\
| * Adding basic exampleeric thul2015-01-138-0/+63
|/
* Merge branch 'release/0.0.2'0.0.2eric thul2014-11-201-1/+1
|\
| * Bumping version number to 0.0.2eric thul2014-11-201-1/+1
|/
* Merge branch 'topic/bug-fixes'eric thul2014-11-202-4/+1
|\
| * Obtaining output directoryeric thul2014-11-201-1/+1
| | | | | | | | Resolves issues #2
| * Removing --runtime-type-checkseric thul2014-11-202-3/+0
|/ | | | Resolves issue #1
* Merge branch 'release/0.0.1'0.0.1eric thul2014-09-221-1/+1
|\
| * Bumping version number to 0.0.1eric thul2014-09-221-1/+1
|/
* Updating READMEeric thul2014-09-221-3/+1
|
* Merge branch 'topic/bootstrap'eric thul2014-09-225-4/+143
|\
| * Implementation of the loadereric thul2014-09-225-4/+143
|/
* Initial commiteric thul2014-09-211-0/+19