]> git.immae.eu Git - github/fretlink/purs-loader.git/history - src
Bumping version number to 1.0.0-rc.1
[github/fretlink/purs-loader.git] / src /
2016-05-24  ericMerge pull request #53 from ethul/topic/issue-52
2016-05-24  eric thulEscape require paths for windows
2016-05-24  ericMerge pull request #51 from ethul/topic/issue-50
2016-05-24  eric thulUse cross-spawn for windows support
2016-05-24  ericMerge pull request #49 from ethul/topic/issue-48
2016-05-24  eric thulHandler for multiple psc-ide-client data events
2016-05-22  ericMerge pull request #47 from alexmingoia/topic/refactor
2016-05-22  Alex MingoiaReference source ffi module instead of output ffi module.
2016-05-14  Alex MingoiaCorrectly parse boolean options.
2016-05-14  Alex MingoiaDo not assume line-delimited psc output.
2016-05-14  Alex MingoiaUse more descriptive names for compile state.
2016-05-12  Alex MingoiaDisable instant psc-ide rebuilds by default.
2016-05-11  Alex MingoiaRecompile on when psc-client-ide receives UnknownModule.
2016-05-10  Alex MingoiaRefactor to compile independently of purescript-webpack...
2016-03-15  ericMerge pull request #45 from ethul/topic/issue-41
2016-03-15  eric thulEscape path for require
2016-03-13  ericMerge pull request #44 from ethul/topic/output-only...
2016-03-13  eric thulDefers to the plugin for writing PureScript output
2016-03-12  ericMerge pull request #42 from ethul/topic/stderr
2016-03-12  eric thulMerge branch 'master' into topic/stderr
2016-03-12  ericMerge pull request #43 from ethul/topic/optional-bundle
2016-03-12  eric thulHandling dependencies
2016-03-09  eric thulHandle optional bundling by the compiler
2016-03-06  eric thulWrites PureScript output to stderr
2016-03-01  eric thulBumping version number to 0.6.0-beta.3 0.6.0-beta.3
2016-02-28  eric thulBumping version number to 0.6.0-beta.2 0.6.0-beta.2
2016-02-28  ericMerge pull request #39 from ethul/topic/debug
2016-02-28  eric thulAdding debug logging
2016-02-26  ericMerge pull request #38 from ethul/topic/dependency...
2016-02-25  eric thulAdds dependencies of modules process by the loader.
2016-01-19  ericMerge pull request #34 from ethul/topic/psc-webpack...
2015-12-26  eric thulUpdating bundle output option name
2015-12-25  eric thulSplitting PSC functionality into a separate plugin
2015-12-21  eric thulFixing compiler warnings
2015-11-07  ericMerge pull request #30 from natefaubion/fix-paths
2015-11-02  Nathan FaubionRemove `require-path`, use relative paths for PS
2015-08-12  ericMerge pull request #29 from ethul/topic/issue-28
2015-08-12  eric thulCompiling after adding webpack dependencies
2015-08-12  ericMerge pull request #27 from ethul/topic/issue-26
2015-08-12  eric thulAdd all PureScript files as webpack dependencies
2015-08-12  eric thulPureScript 0.7 updates and migration to pulp
2015-08-12  eric thulMoving files to match module
2015-07-21  ericMerge pull request #25 from ethul/topic/issue-24
2015-07-21  eric thulEnsure purescript error is displayed
2015-07-18  ericMerge pull request #20 from ethul/topic/issue-18
2015-07-18  eric thulAdd FFI JavaScript as a webpack dependency
2015-07-18  ericMerge pull request #19 from ethul/topic/issue-17
2015-07-18  eric thulCapturing stderr on psc invocation
2015-07-07  ericMerge pull request #16 from ethul/topic/issue-11-and-14
2015-07-07  eric thulGenerate .psci file
2015-07-07  eric thulUpdating for PureScript 0.7
2015-05-15  eric thulMerge branch 'master' of github.com:ethul/purs-loader
2015-05-15  ericMerge pull request #13 from ethul/topic/issue-12
2015-05-15  eric thulAdditional loader options
2015-05-02  ericMerge pull request #10 from ethul/topic/issue-9
2015-05-02  eric thulOptimizing dependency list generation
2015-04-12  ericMerge pull request #8 from ethul/topic/purescript-rewrite
2015-04-12  eric thulRewrite using purescript for the implementation