- Fix #40 (error panel shrinking)
- Fix some formatting issues on Windows
- [README] reword "using on windows" a bit
- Band-aid some Windows-specific issues
- Revert "First attempt at fixing win32 interrupt"
- First attempt at fixing win32 interrupt
- Fix LICENSE date
- Fix license
- Only store history back buffer
- Resolve UPI promise on timeout
- Trim errDiv output
- Initial support for (de)serialization
- Removed old code
- Better output handling, minor bugfixes
- Filter out ANSI escape sequences from REPL output
- Auto reload-repeat
- Add reload-repeat command, some focus/scope fixes on commands
- Don't save
:reload
in command history
- Remove debug string
- Add commands to copy/run selected text from current editor
- Add interrupt command
- Allow n as newline separator on Win32 in addition to rn
- Switch to child_process
- Really fix #33
- Fix #33
- Revert "Tentative fix for #33"
- Tentative fix for #33
- Fix #32
- Make repl input soft-wrapped
- Fix some issues, use UPI 0.2.0
- Close repl if no builder selected
- Fix #28
- Hack to suppress ac-p, ahu bump
- Readme update
- Update package status in README
- Auto-switch based on ide-haskell-cabal builder
- Fix #23
- AHS bump
- Atom-haskell-utils bump
- Set settings order
- Set ghc process encoding
- Use n instead of ␊
- Ability to supply stdin
- Interrupt button
- Quick fix for #18
- Special handling of components for stack
- atom-haskell-utils version bump
- BUGFIX: atom-haskell-utils bump
- Fix isDirectory bug
- Use synchronous call to getComponentFromFile(Sync)
- Remove unneeded import
- Fix #2 (cabal component selection)
- Fix #1
- Fix #14
- Log errors on exit, log stderr in console
- Merge pull request #13 from jjay/master
- Focus repl input on repl focus
- Work around Atom not displaying keybindings
- Use keymaps for default bindings, OSX bindings
- Use ide-haskell's UPI for error/warning output
- Get Atom path from process.execPath
- Rebindable commands, reload command
- Handle some errors
- Remove redundant @[0] and better errDiv styling
- Remove bogus serialization
- Activate on Haskell sources only
- Initial prototype release