]> git.immae.eu Git - github/fretlink/purs-loader.git/history - src/index.js
fix deprecated warning
[github/fretlink/purs-loader.git] / src / index.js
2017-02-25  ryani33fix deprecated warning
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...