]> git.immae.eu Git - github/fretlink/purs-loader.git/history - src/index.js
Added hooks support (#122)
[github/fretlink/purs-loader.git] / src / index.js
2019-03-10  Rajat SharmaAdded hooks support (#122)
2019-01-20  ericSourcemaps for ide rebuild (#118)
2018-03-17  eric thulFix for webpack4
2017-08-24  ericGenerate module map once (#105)
2017-08-12  ericAdding source map support (#102)
2017-04-25  eric thulAdd options for ide commands
2017-04-23  eric thulFix requires and psc-package caching
2017-04-23  eric thulHandle multiple forced compiles on rebuild
2017-04-23  eric thulCaching the result of psc-package
2017-04-23  eric thulRefactoring cache usage
2017-04-23  eric thulSupport for PureScript 0.11
2017-04-15  eric thulMerge branch 'ryani33-fix-deprecated-warning'
2017-04-15  eric thulMerge branch 'fix-deprecated-warning' of https://github...
2017-02-25  ericMerge pull request #84 from ethul/topic/error-handling
2017-02-25  eric thulHandle missing module and adding debugging
2017-02-25  ryani33fix deprecated warning
2017-02-19  eric thulAdd a watch option
2017-02-19  eric thulEnsure that all imported files are watched
2017-02-12  Andrei Dziahelinitial psc-package support (#82)
2016-11-20  eric thulEmit warnings/errors to the compilation instance
2016-11-19  ericMerge pull request #77 from ethul/topic/psc-ide
2016-11-19  eric thulUse emitError and emitWarning
2016-11-05  eric thulWrapping reject values in Error objects
2016-06-12  ericMerge pull request #61 from ethul/topic/issues
2016-06-12  eric thulClear warnings and errors after use
2016-06-12  eric thulReduce building of PureScript module map
2016-06-04  ericMerge pull request #55 from ethul/topic/issue-54 2.0.0-rc.0
2016-06-04  eric thulBumping version number to 2.0.0-rc.0
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...